IoT - Collabs - ESP Firmware with Guru
Revision as of 20:19, 27 December 2020 by Tinker (talk | contribs) (→Modularization Tutorial (WIP))
Contents
Modular Firmware
Baseline
This is the basis for pretty much ANY ESP-based firmware project. It'll get your device online.
MQTT
This is intended to be added to the baseline.
You'll need to add:
lib_deps = PubSubClient
to your platformio.ini
file.
OTA
Gurus source code...
Ffffffuuuuuuuu......
Configuration HotSpot
Wiegand RFID keypad
NeoPixels
Web Serving
TFT Display
Climate Sensing
Energy Monitoring
Modularization Tutorial (WIP)
The source code...