SigfoxTracker: Difference between revisions

From RevSpace
Jump to navigation Jump to search
Line 35: Line 35:
* sends positions using sigfox, configured via bluetooth
* sends positions using sigfox, configured via bluetooth
* fcc id ZVS-LWT1: https://fccid.io/ZVS-LWT1/Internal-Photos/Internal-Photos-3734578
* fcc id ZVS-LWT1: https://fccid.io/ZVS-LWT1/Internal-Photos/Internal-Photos-3734578
* ESP-8285 chip, this is a microcontroller similar to ESP-8266, can do wifi but not bluetooth (AFAIK)
* ESP-8285 chip, this is a microcontroller similar to ESP-8266, used as a 'WiFi coprocessor'?
* NXP-QN9080, Ultra low power Bluetooth 5 system-on-chip solution, see https://www.nxp.com/docs/en/nxp/data-sheets/QN908x.pdf
* NXP-QN9080, Ultra low power Bluetooth 5 system-on-chip solution, probably the 'main controller', see https://www.nxp.com/docs/en/nxp/data-sheets/QN908x.pdf
* U-blox M8030-CT, GNSS chip,see https://www.u-blox.com/en/product/ubx-m8030-series
* U-blox M8030-CT, GNSS chip,see https://www.u-blox.com/en/product/ubx-m8030-series
* Semtech SX1272, LoRa chip
* Semtech SX1272, LoRa chip
Line 44: Line 44:


Apparently this was originally a LoRa tracker, contains a LoRa transceiver, but now uses SigFox!
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.

Revision as of 16:06, 9 May 2022

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

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:

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.