Monitor serial comms with ESP32
Last update: 2019-07-30 13:41:50 | By: tuomov
Project target is to read Victron Smartsolar MPPT controller's serial communication to bring the data to MQQT server for statistics and analysis. As hardware I use ESP32-W...
Fingerprint Sensor
Last update: 2019-07-26 15:50:02 | By: rmohrs
Esp Fingerprintsensor mit mqtt Protokoll an iobroker
blink
Last update: 2019-07-23 05:05:27 | By: dave57
// LeRoy Miller, 2017
#include
#include
MLED matrix(7); //set intensity=7 (maximum)
void setup() {
Serial.begin(9600);
Serial.println("8x8 LED Matrix T...