Difference between revisions of "Tasmota"
(→Resources: add Heltec) |
(Adding debugging commands) |
||
Line 5: | Line 5: | ||
7/24/2021 | 7/24/2021 | ||
I bought this from Amazon; (?Heltec?)[https://smile.amazon.com/gp/product/B07DKD79Y9 HiLetgo ESP32 OLED WiFi Kit ESP-32 0.96 Inch Blue OLED Display WiFi+Bluetooth CP2012 Internet Development Board for Arduino ESP8266 NodeMCU] a long time ago, it's been in a box for a couple years. I thought I'd give it a whirl. from the [https://github.com/arendst/Tasmota/releases tasmota 9.5.0 releases] page I've loaded tasmota32.bin, it currently has tasmota32-display.bin. It connects, I configured GPIO25 as relay allowing me to toggle an onboard LED. | I bought this from Amazon; (?Heltec?)[https://smile.amazon.com/gp/product/B07DKD79Y9 HiLetgo ESP32 OLED WiFi Kit ESP-32 0.96 Inch Blue OLED Display WiFi+Bluetooth CP2012 Internet Development Board for Arduino ESP8266 NodeMCU] a long time ago, it's been in a box for a couple years. I thought I'd give it a whirl. from the [https://github.com/arendst/Tasmota/releases tasmota 9.5.0 releases] page I've loaded tasmota32.bin, it currently has tasmota32-display.bin. It connects, I configured GPIO25 as relay allowing me to toggle an onboard LED. | ||
+ | |||
+ | ===debugging=== | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | i2cscan | ||
+ | 13:27:56.560 CMD: i2cscan | ||
+ | 13:27:56.614 MQT: stat/02CA28/RESULT = {"I2CScan":"No devices found"} | ||
+ | </syntaxhighlight> | ||
+ | |||
===Images=== | ===Images=== |
Revision as of 13:37, 24 July 2021
tasmota
Contents
ESP8266
ESP32
7/24/2021 I bought this from Amazon; (?Heltec?)HiLetgo ESP32 OLED WiFi Kit ESP-32 0.96 Inch Blue OLED Display WiFi+Bluetooth CP2012 Internet Development Board for Arduino ESP8266 NodeMCU a long time ago, it's been in a box for a couple years. I thought I'd give it a whirl. from the tasmota 9.5.0 releases page I've loaded tasmota32.bin, it currently has tasmota32-display.bin. It connects, I configured GPIO25 as relay allowing me to toggle an onboard LED.
debugging
i2cscan
13:27:56.560 CMD: i2cscan
13:27:56.614 MQT: stat/02CA28/RESULT = {"I2CScan":"No devices found"}