Custom build tasmota bin on ESP32 dev board - resetting from watchdog #20618
-
Hello guys, need to make mz HDC1080 sensor work with tasmota. I tried to flash the "vanilla" tasmota bin from the https://tasmota.github.io/install/. That worked perfectly my dev board was able to find my wifi using the web's dialog box. But ofcourse the vanilla binary is not supporting my sensor HDC1080. Therefore I cloned the repo, made following user%config%override.h:
Compiled successfully using command:
Unfortunatelly the custom tasmota is not connecting to my wifi. Also I can see following log in the console from the debive:
Seems that it is getting constantly restarted from the watchdog. Anybody knows what am I doing wrong? Many thanks for your support! :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
You probably flashed the wrong binary file, like When already having the board flashed with Tasmota, instead of using the web flasher, I'd have recommended the easier approach of doing an upgrade via the Tasmota web UI, where |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Sorry I messed up the terminology - I meant the i2c bus when I said "channel". OK I will keep it on I2C bus 1. Now with the HDC1080 I performed this:
Then my tasmota rebooted then I tried the I2Cscan
I was expecting to see resul 0x40, but I get error instead. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
The wires were too long. I tried to read the sensor using simple arduino program and it was also not working. Then I shortened the wires and voila :) Many thanks for your support! Now comes the last step of my experiment - learn how to publish the readings via MQTT and integrate this to my automation center (mycodo running on raspberry pi). |
Beta Was this translation helpful? Give feedback.
You probably flashed the wrong binary file, like
tasmota32.bin
instead oftasmota32.factory.bin
required for initial wired flashing.When already having the board flashed with Tasmota, instead of using the web flasher, I'd have recommended the easier approach of doing an upgrade via the Tasmota web UI, where
tasmota32.bin
would be the correct file to use this way.