Introduction

The SSATS system is a standalone local area asset tracking system. Each node in a SSATS system reports its location over a wireless link to the base station. The base station, bundled with the SSATS Desktop Application, allows a supervisor to continuously monitor the locations of all nodes in the network in real time. The SSATS system was built as a prototype so serious consideration has not been given to hardware package design.


Features

The SSATS hardware supports Digi's Digimesh networking technology so the number of nodes in your network increases the signal range beyond the capabilities of a point-to-point system. This coupled with support for up to sixty-four thousand nodes allows the system to cover a large area. Spatial accuracy has less than 2.5 meters of error and updates are sent to the base station once per second for each node.


Hardware

The SSATS node hardware consists of three active components:


  • 48 MHz ARM LPC1114FN28 Microcontroller
  • XBee-PRO® 900HP Wireless Transceiver
  • USGlobalSat EM-506 48-Channel GPS Module

The base station consists of the same components except the microcontroller is an ARM LPC1768 instead.

Technical Specifications:

  • Wireless Frequency: 900 MHz
  • Maximum Point-To-Point Wireless Range: 305 m Indoors / 6.5 km Line of Sight
  • GPS Positional Accuracy: < 2.5 Meters
  • GPS First Fix Time: < 35 Seconds
  • Power Input Requirements: 7.4-12V
  • Average Node Current Consumption: 100 mA

Theory of Operation

The GPS receiver obtains and provides the GPS information of the node to the microcontroller in standard NEMA format. This happens over a standard two wire serial connection. The microcontroller parses the NEMA data and gets the important information ready to transmit. The formatted information is transferred over to the XBee-PRO® module over a high speed SPI connection. The XBee-PRO® module transmits the information to all nodes within range. From there mesh networking takes hold and routes the information through adjacent nodes, if necessary, to get the data to the base station. The last step in the process is for the base station module to transmit the data to the Sentinel Desktop Application and display it within the GUI. This repeats once every second for each node on the network!


Software

Sentinel Desktop Application

The application code that runs the Sentinel Desktop Application is written in C# and requires .NET Framework to operate. It displays a map on which icons are placed showing where each of the nodes in the network are located. A screenshot and video of the application is shown below. The blue marker is the location of the base station. The green markers are the locations of the nodes.

Download links for the application and the source code are available here: download.


ARM Device Software

The software running on the ARM microcontrollers was developed using the mbed platform libraries.

The source code for both is available at: the mbed notebook web page.


Future Work

Some improvements that could be made include:


  • Custom Designed/Printed Cases
  • Support for a rechargeable Li-Poly battery
  • Transmit more data than just GPS coordinates, i.e. Add a panic button to the nodes that alerts the supervisor
  • Polish the user interface for a nicer feel
  • Lower power consumption by utilizing sleep states of both the microcontroller and the XBee module

Developers / Credits

The SSATS hardware and microcontroller code was developed by Dominic A. Ottaviano II, Sheldon Fernandes, Thien L. Nguyen.

The Sentinel Desktop Application was developed by Dominic A. Ottaviano II.

This system was developed in conjunction with the Georgia Institute of Technology and their ECE 4180 Embedded Systems Design course.


Gallery

The prototype enclosure. The node at night near the GA Tech green. The backside of our node.