How are GPS Trackers Designed?
NOTE: This article/blog is Copyright TronicsZone. It cannot be reproduced without prior written approval.
TronicsZone has been designing compact, customized GPS trackers since well over the past 15 years. TronicsZone specializes in making the GPS trackers as compact as possible at the same time extending the battery life to the maximum extent.
Application areas include, vehicle trackers, automotive telematics, asset trackers, food & medical safety trackers, personal trackers, pet trackers, kid’s trackers and so on.
This article explains the various intricate steps involved in the design of a GPS tracker or a GNSS tracker identifying TronicsZone’s expertise involving such designs. It also provides a brief overview & background information about GPS trackers.
What is a GPS/GNSS tracker?
We all know what a GPS tracker is. We all have used one. Every mobile phone embeds a GPS tracker. So, without wasting much time, I’ll just say that a GPS tracker simply tracks the location of an item or person (let’s call it asset tracking) by means of wireless signals received from several GPS satellites orbiting above our heads. GPS uses a technology called triangulation (in layman’s terms) to pinpoint the location of an asset on the surface of earth.
GPS is only one constellation of satellites and one of the earliest. In recent times, there have been several such constellation of satellites in use & launched by various countries. Examples being, GPS, GLONASS, Galileo, BeiDou, NAVIC and so on. These are collectively called GNSS systems. You can read more about them here.
GPS is the most popular and most commonly used navigation system all over the world.
GPS/GNSS Assist services
Standalone GPS trackers work without any assistance from the Internet. But they suffer from long start times & can lose signals quite often under overcast conditions or in regions where the satellite signals are weak (dense urban areas, tunnels, etc). The assist technology simply assists the GPS receiver by providing some data from Internet with the most likely satellites overhead by predicting their orbits & some other inputs given to the assist engine such as, a rough location, time zone & date/time. This dramatically reduces the cold start and Time for First Fix or TTFF
It can also augment the GPS receiver for some time providing rough positioning data during times when the satellite signals are weak.
Circuit Design of a GPS tracker
A GPS tracker has the following main components which are explained further below
- GPS receiver or GNSS receiver
- GPS Data Transmission mechanism
- GPS tracker Microcontroller (or a host)
- Antenna system
- Power supply system
GPS receiver
There are GPS receivers available from many different semiconductor manufacturing companies. These are mostly discrete chips or ICs that integrate the front end and the processing engine. Many also embed some sort of flash memory used to store the GPS satellite tracking data called the Almanac.
Many companies such as U-blox, Quectel, Simcom, Furuno, Trimble provide GPS modules where it embeds a GPS receiver chip along with RF front-end chips, Low noise amplifiers (LNA), precision crystals & several other RF filter components. These modules embed popular GPS/GNSS receiver chips from popular manufacturers like SiRFStar, Maxim, Sony, ST Micro and so on. These are usually encased in a metal shielded package and easy to integrate with rest of the system on a custom PCB.
The GPS modules are available with various price points & various features. The most important specification of GPS module is its receiver sensitivity. This determines the performance like TTFF & ability to track satellites in low signal conditions, especially indoors and dense urban areas. Some of these modules also incorporate dead-reckoning based tracking where inertial motion sensors (IMU) are used to provide tracking from last known position in complete absence of satellite signals.
TronicsZone have used most popular and cost-effective GPS/GNSS modules in many of its tracker designs including modules from U-blox, Quectel, SIMcom, Mediatek, Trimble & other reliable manufacturers.
GPS Tracker Data Transmission Mechanism
The GPS data mainly consists of location & other helpful GPS related data such as:
- Latitude
- Longitude
- Altitude
- Date & Time
- Speed
- Accuracy
- Heading
- Number of satellites being tracked
In a tracker, one or more of the above data needs to be sent to a central location such as a remote server or a Cloud platform.
TronicsZone has vast experience with the following most commonly used data transmission mechanisms to upload the GPS data to a server or Cloud:
- Cellular networks: 4G/LTE as well as 3G/2G GPRS data. In some cases, to allow redundancy, GPS data is also sent using text message services or SMS.
- Low power wide area (LPWA) networks: LoRAWAN, Cat-M1, NB-IoT, Sigfox are all low power wide area networks capable to extending battery life of the trackers. But as these are new technologies the coverage is not so comprehensive so the trackers may not work in remote areas with no coverage.
TronicsZone also has immense experience in sending data to popular cloud platforms (AWS, Azure etc) in the most secure manner, while capitalizing on the cloud platform’s device provisioning & authentication mechanisms.
TronicsZone also has implemented end-to-end encryption using industry standard encryption algorithms to provide the most secure data transmission.
Microcontroller Host System in GPS trackers
To read the data from GPS module, normally most GPS receivers provide a serial interface such as an UART. TronicsZone uses most popular low-cost microcontroller units (MCU) such as ones with ARM Cortex architecture to read data from GPS modules. Sometimes for more simpler applications, we also use AVR Atmega (Arduino compatible) or PIC MCUs.
The data from GPS receivers are usually in the industry standard NMEA protocol.
This data is read by the Microcontroller using a serial UART interface in most cases. The data is then processed & packetized to be sent over one or more of the communication mechanisms as mentioned above.
Sometimes, it will be necessary to only send the data when the asset is in motion. In such cases, TronicsZone also embeds an inertial motion sensor (IMU) to detect movement and upload the data. This helps in preserving battery life as it avoids unnecessary upload of data in case the asset lies static for long periods of time. The MCU is interfaced to IMU usually through another popular serial interface called I2C.
There are also requirements to send some sensor data like temperature, humidity or pressure along with GPS data. This is true especially in cases such as tracking of cold storage or perishable items like food and medicines which can be rendered useless if they cross certain environmental conditions for long periods of time. In such cases the microcontroller reads data from environmental sensors as well and sends them along with the GPS data.
TronicsZone uses standard data formats for cloud platforms such as JSON or Form URL encoded formats. The data format can be customized based on the cloud platforms compatibility & user specific requirements.
Antenna System
The antenna system forms a very important part of every GPS tracker. Efficient integration of antenna in a product is critical to maximum performance while also keeping the device as small as possible.
There are usually two or more antennas in a GPS tracker.
- GPS antenna: This is the antenna for the GPS receiver. This receives the signals from the GPS satellites and is crucial for the good performance of the tracker. Most popular antenna types for GPS are
- Patch antenna
- Chip antenna
- PCB trace antenna
- Data transmission antenna: This is the antenna used to send data to server or cloud, like 4G/LTE, GSM, LoRA, NB-IoT or Cat-M1. This too plays an important role as the kind of antenna chosen and the compactness affects the overall size of the device and the data transmission efficiency of the tracker. Most popular types of antenna for this purpose are:
- PCB trace antenna
- Whip antenna
- Chip antenna
TronicsZone spends a lot of time in analysing customer requirements and suggesting the correct type of antenna. The antenna preference also has a bearing on the design costs.
For simpler projects, where size is not so critical, TronicsZone prefers to provide a micro miniature antenna connector (popular as U.FL) and then the tracker will have flexibility of using various antenna types even after the board design is completed.
For more miniature tracker requirements TronicsZone designs incorporate a chip antenna within the PCB design itself followed by a Low Noise Amplifier (LNA) to boost the satellite signal before sending it over to the GPS module or receiver.
Power Supply System
For GPS trackers, a battery is the most common source of power for the system. Usually TronicsZone uses re-chargeable batteries in their tracker designs so that they can be re-charged and re-used.
TronicsZone also spends a lot of time in designing the circuit to consume minimum battery power to maximize its life. We also have huge expertise in utilizing low power modes of GPS receiver as well as the MCU to keep the current consumed to the least amount possible. We use advanced techniques like deep sleep modes, interrupts & DMAs to minimize processing power consumption.
Conclusion
We have explained how we go through the design process of customized GPS trackers at TronicsZone. the array of services we provide and the wide extent of our expertise in designing GPS trackers.
Designing GPS trackers is not a simple task and requires a lot of experience. There are many first-time traps as this requires deep understanding of radio waves, complex PCB design techniques and advanced firmware programming experience. At TronicsZone, we can say that we have conquered the beast and we look forward to serving your requirements for next customized GPS tracker design.
Note: This content is copyright of TronicsZone. It cannot be reproduced without prior written approval.