Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 753 Bytes

#GPS + Sigfox tests

##Technology

##What

Step 1 : GPS Tracker

Periodically fetch the current position of the tracker through GPS
Send it via Sigfox Data is then forwarded to a server

Current status : (Almost) work. Main issue is the GPS, as we're using the naked GPS chip, without antenna. Which only works when facing the sky, and in good conditions.

###Step 2 : Treasure Hunt

Same as step 1 + use of the ACK transmission to forward data to the device through Sigfox

Current status : Looking for info about the way to handle the Sigfox ACK. Doesn't seem covered by the Akeru lib, but still waiting for confirmation.