loader

Client Profile

The client is an ornithologist (Bird Researcher)

Requirement
Develop a solution to track and collect data from a Particle Electron 2G device and send it to the cloud. The data needs to be sent immediately when cellular connectivity is available, and needs to be stored and sent later in the absence of cellular connectivity.

Solution

We programmed Particle Electron to decode the NMEA data coming from the hornet GPS module and filter the required data. This data is sent to Particle Cloud where we have configured a webhook which will direct the data to our database. In the absence of cellular connectivity, the data gets logged on an SD card and is sent to Particle Cloud upon regaining connectivity.