thelastoutpostworkshop / gpio_viewer

GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards
https://youtu.be/JJzRXcQrl3I
MIT License
1.07k stars 110 forks source link

NodeMCU ESp8266 #77

Closed paulsjvr closed 10 months ago

paulsjvr commented 10 months ago

Hi Please Add NodeMCU ESp8266 to GPIO viewer.

Thanx for the great work.

Paul

thelastoutpostworkshop commented 10 months ago

I am not sure if ESP8266 will be compatible, I will do some testing

arendst commented 10 months ago

Try Tasmota dev branch. Already fitted with a functional adaptation of gpio_viewer and tested on ESP8266 and all current ESP32 derivatives like ESP32-C3 but also -C2 and -C6 using Arduino Core 3.0

image

The above picture is from an wemos Di mini (ESP8266) running Tasmota v13.3.0.2

See here for adaptations (mainly removing some ESP32 specifics) https://github.com/arendst/Tasmota/blob/development/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino

paulsjvr commented 10 months ago

Try Tasmota dev branch. Already fitted with a functional adaptation of gpio_viewer and tested on ESP8266 and all current ESP32 derivatives like ESP32-C3 but also -C2 and -C6 using Arduino Core 3.0

image

The above picture is from an wemos Di mini (ESP8266) running Tasmota v13.3.0.2

See here for adaptations (mainly removing some ESP32 specifics) https://github.com/arendst/Tasmota/blob/development/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino

Awesome Thanx Theo, I will give it a try.