Difference between revisions of "IoT - Collabs - ESP Firmware with Guru"

From The TinkerNet Wiki
Jump to navigation Jump to search
Line 38: Line 38:
 
===NeoPixels===
 
===NeoPixels===
  
'''Extreme WIP'''
+
'''<u><big>Extreme WIP</big></u>'''
  
 
This is intended to be added to the [[#Baseline|baseline]].
 
This is intended to be added to the [[#Baseline|baseline]].
Line 67: Line 67:
 
[[Modular ESP Firmware - Energy - Source|Source code]]
 
[[Modular ESP Firmware - Energy - Source|Source code]]
  
== Modularization Tutorial (WIP) ==
+
==Modularization Tutorial (WIP)==
  
 
The [[Modular ESP Firmware - Modularization - source code|source code]]...
 
The [[Modular ESP Firmware - Modularization - source code|source code]]...

Revision as of 17:15, 31 December 2020

Modular Firmware

Baseline

This is the basis for pretty much ANY ESP-based firmware project. It'll get your device online.

Source code

MQTT

This is intended to be added to the baseline.

You'll need to add:

lib_deps =
       PubSubClient

to your platformio.ini file.

Declarations and Defines

Individual Functions

OTA

Gurus source code...

Source code

Ffffffuuuuuuuu......

Configuration HotSpot

Source code

Wiegand RFID keypad

Source code

NeoPixels

Extreme WIP

This is intended to be added to the baseline.

You'll need to add:

lib_deps =
       Adafruit NeoPixel

to your platformio.ini file.

Declarations and Defines

Individual Functions

Web Serving

Source code

TFT Display

Source code

Climate Sensing

Source code

Energy Monitoring

Source code

Modularization Tutorial (WIP)

The source code...