-
I have a LILYGO LORA32 T3_V1.6.1 (433MHZ) as recommended and where I am able to compile using ESP32 Dev Module as board and set "#define LORA_V1_6_OLED 1" in board.h Compiling on Arduino 1.8.19 and uploading successful to the board. `........⸮⸮⸮�⸮L⸮)a11aմ⸮)m9&!m9J assert failed: i2c_ll_set_bus_timing i2c_ll.h:109 (scl_high > 13) Backtrace: 0x40082769:0x3ffb1ff0 0x4008db9d:0x3ffb2010 0x400930ca:0x3ffb2030 0x400e3da6:0x3ffb2160 0x400d8fcd:0x3ffb2180 0x400d3363:0x3ffb21b0 0x400d2805:0x3ffb21d0 0x400d3591:0x3ffb21f0 0x400d39c6:0x3ffb2210 0x400d2aa9:0x3ffb2230 0x400db478:0x3ffb2290 ELF file SHA256: 9586d3ec60cf206b Rebooting... assert failed: i2c_ll_set_bus_timing i2c_ll.h:109 (scl_high > 13)` So it fails in "display.init();" The only thing I've changed in the code is the frequency, Wifi and HA_IP Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi and thanks for supporting my work!
|
Beta Was this translation helpful? Give feedback.
-
I got the same error. I also used PricelessToolkits libraries and for the additional board I used ESP32 Version 2.0.14. With those libraries it worked fine, see more details here: #26 I use the gateway with the Auto-MQTT sketch. |
Beta Was this translation helpful? Give feedback.
Sorry for all the trouble.
I finaly made it work.
I removed ALL arduino and started over from clean installation.
Then I had to move all files under "Arduino_libraries" to "libraries". Then the compiled project was working.
I dont speak fluent Arduino so thats probably my issue :-)