Tasmota_display: is there support for esp32c3 + oled display? #23522
Replies: 1 comment
-
Well what's not supported is to use a binary for the wrong ESP32 architecture. ESP32-C3 is a very different chip from the older ESP32, meaning that you need builds where the image file name starts with In general, you should create a custom build for mixes of features and architecture outside of the precompiled binaries, but there are some "unofficial" development builds, including for And after flashing, you should indeed configure for the display, including a display descriptor file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was just thinking about purchasing ESP32 C3 with 0.42" SSD1306 i2c OLED mcu+display board.
But from the webflasher esp32 bin file says it's not compatible for esp32c3 and also after flashing
tasmota32-display.bin
usingesptool.py
I get loading from mem issue.Flashing cmd I used:
Note: (I used
--force
as it was complaining that it wasn't compiled for c3)I then found tasmota/displaydesc/SSD1306_70x42_display.ini
So, does that means esp32c3 is supported in tasmota_display bin?
Any leads from here?
Beta Was this translation helpful? Give feedback.
All reactions