Difference between revisions of "SigfoxTracker"

From RevSpace
Jump to navigation Jump to search
Line 13: Line 13:
 
* how to interact with the sigfox backend
 
* how to interact with the sigfox backend
 
* ultimately, help develop a sigfox tracker for tracking small animals, like bats
 
* ultimately, help develop a sigfox tracker for tracking small animals, like bats
 +
 +
== Investigation ==
 +
 +
* [https://www.disk91.com/2017/technology/sigfox/the-sigfox-radio-protocol/ great page at disk91] about sigfox, part from reverse engineering
 +
* coverage map https://www.sigfox.com/en/coverage
 +
* modulation is D-BPSK, frequency range is 192 kHz is in the 868 MHz band
 +
* a packet consists of max 26 bytes, of which 12 bytes are user payload

Revision as of 17:50, 8 May 2022

Project SigfoxTracker
Whyunopicture.png
Investigating sigfox location trackers
Status Initializing
Contact bertrik
Last Update 2022-05-08

What

This page is about investigation of Sigfox location trackers, e.g.:

  • how existing trackers work
  • coverage of the sigfox network
  • how to interact with the sigfox backend
  • ultimately, help develop a sigfox tracker for tracking small animals, like bats

Investigation