All Projects → disk91 → esp8266-sigfox-trackr

disk91 / esp8266-sigfox-trackr

Licence: GPL-3.0 License
Sigfox / ESP8266 WiFi based tracker

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to esp8266-sigfox-trackr

low-power-wifi
Experiments in low-power-wifi on esp8266, esp32, and ...
Stars: ✭ 35 (+105.88%)
Mutual labels:  esp8266, low-power
interp
Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining
Stars: ✭ 32 (+88.24%)
Mutual labels:  esp8266
esp mqtt
MQTT Broker/Bridge on the ESP8266
Stars: ✭ 250 (+1370.59%)
Mutual labels:  esp8266
la-maison-pythonic
Projet didactique du livre "Python, Raspberry-Pi et Flask" avec ESP8266 sous MicroPython
Stars: ✭ 16 (-5.88%)
Mutual labels:  esp8266
hassio
ESPHome Hass.io addon files
Stars: ✭ 175 (+929.41%)
Mutual labels:  esp8266
SDS011
Non blocking SDS011 sensor library for ESP8266
Stars: ✭ 15 (-11.76%)
Mutual labels:  esp8266
AnalogClock
Project to sync analog clocks to a few milliseconds.
Stars: ✭ 29 (+70.59%)
Mutual labels:  esp8266
micropython-bmp280
module for the BMP280 sensor
Stars: ✭ 31 (+82.35%)
Mutual labels:  esp8266
SuperLEDstrip
No description or website provided.
Stars: ✭ 13 (-23.53%)
Mutual labels:  esp8266
EMS-Wiki
Buderus Logamatic EMS and EMS+/EMS Plus bus Wiki for Bosch, Buderus, Nefit, Junkers, Worcester devices
Stars: ✭ 22 (+29.41%)
Mutual labels:  esp8266
Cicada-FW
IoT Communications Module for Energy Access. An easy way to get production ready, bi-directional communications for your IoT embedded device. Proiect supported by the EnAccess Foundation - https://enaccess.org
Stars: ✭ 12 (-29.41%)
Mutual labels:  esp8266
SnorkTracker
GPS IoT tracker board for scanning gps and environment information and sending this to a MQTT server via GPRS.
Stars: ✭ 38 (+123.53%)
Mutual labels:  esp8266
IoTManager
Это модульная система автоматизации на базе ESP32/ESP8266 микроконтроллеров и приложения IoT Manager.
Stars: ✭ 41 (+141.18%)
Mutual labels:  esp8266
arduino-esp8266-mh-z19-serial
CO2, humidity and temperature sensor on ESP8266
Stars: ✭ 57 (+235.29%)
Mutual labels:  esp8266
esp-homekit-rgbw-strip
A homekit firmware for a magic home RGBW controller
Stars: ✭ 14 (-17.65%)
Mutual labels:  esp8266
ESP8266 MQTT OneNet
Esp8266 Connect Onenet via mqtt, subscribe & publish
Stars: ✭ 15 (-11.76%)
Mutual labels:  esp8266
home
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
Stars: ✭ 104 (+511.76%)
Mutual labels:  esp8266
st7789 mpy
Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip
Stars: ✭ 113 (+564.71%)
Mutual labels:  esp8266
cordova-plugin-smartconfig
A cordova plugin for Smart Configure ESP8266 & ESP32 with Espressif Esptouch protocol.
Stars: ✭ 17 (+0%)
Mutual labels:  esp8266
zevoicemask
An open source DIY implemetation of a face mask with voice visuals and animations.
Stars: ✭ 13 (-23.53%)
Mutual labels:  esp8266
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**

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].