disk91 / esp8266-sigfox-trackr

Sigfox / ESP8266 WiFi based tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266-Sigofx-trackr is a ESP8266 / Arduino based WiFi tracking solution using Sigfox Atlas WiFi geoloction service.

This project uses an ESP8266 as main MCU and for WiFi scanning on regular basis. The 2 best Access Points MAC address are reported over Sigfox network using a Wisol WSSFM10R1 module.

This project is implementing Low Power feature on ESP8266 and Wisol module to reach a couple of uA most of the time. It includes different sub-library for managing:
 - ESP low power switch with context backup on RTC memory
 - ESP logging feature with flash storage and level filtering
 - Wisol module access library

 You will find more information about this sketch on my website https://www.disk91.com
 And the related blog post is https://www.disk91.com/2018/technology/sigfox/create-a-5-autonomous-tracker-with-esp8266-and-sigfox/
 
Specific dependency :
* SoftwareSerial - https://github.com/plerup/espsoftwareserial - **/!\ version > 3.4.1 is recommended**

About

Sigfox / ESP8266 WiFi based tracker

License:GNU General Public License v3.0


Languages

Language:C++ 85.9%Language:C 14.1%