#GPS + Sigfox tests
##Technology
- Akeru Arduino + Sigfox modem board
- Adafruit GPS
##What
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.