Difference between revisions of "SigfoxTracker"

From RevSpace
Jump to navigation Jump to search
(Software)
Line 49: Line 49:
  
 
== Software ==
 
== Software ==
 +
 +
The ST package 'STM32Cube_FW_WL_V1.0.0' has examples for Sigfox.
 +
 +
In directory XX you can find the following examples:
 +
* Sigfox_AT_Slave
 +
* Sigfox_AT_Slave_DualCore
 +
* Sigfox_PushButton
 +
* Sigfox_PushButton_DualCore

Revision as of 21:13, 21 May 2022

Project SigfoxTracker
350px
Investigating sigfox location trackers
Status Initializing
Contact bertrik
Last Update 2022-05-21

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

Interesting reading:

How to get the keys:

coverage

Sigfox coverage, bike trip Gouda-Leidschendam

Existing trackers

LWT-100

This is a tracker made by Invoxia, features:

Apparently this was originally a LoRa tracker, contains a LoRa transceiver, but now uses SigFox! The radio waveform is created by the SX1272, not by a specialized Sigfox chip.

Software

The ST package 'STM32Cube_FW_WL_V1.0.0' has examples for Sigfox.

In directory XX you can find the following examples:

  • Sigfox_AT_Slave
  • Sigfox_AT_Slave_DualCore
  • Sigfox_PushButton
  • Sigfox_PushButton_DualCore