Retrofitting ESP8266 devices + the ESP32-C3-MINI-1 #13761
techman83
started this conversation in
Show and tell
Replies: 3 comments 9 replies
-
For retrofitting, I can also recommend the ESP-C3-12F module, which has the same layout as ESP-12 (or the many other modules having that form factor), no adapter needed. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Looks to be a pretty new release -> https://www.cnx-software.com/2021/11/22/meet-esp-c3-m1-and-esp-c3-m1-i-ultra-small-esp32-c3-mini-modules/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been ordering random ESP32-C3 modules to assess how well my older IoT devices could be upgraded. I've played around with some carrier boards, but where the slotted style packages (ie the Tuya TYWE boards) fit, there tends to be not much room. These actually came with a bunch of WT32C3-O1N chips I bought to see how easy they'd be to retrofit into some Tuya based downlights.
Datasheet -> https://www.espressif.com/sites/default/files/documentation/esp32-c3-mini-1_datasheet_en.pdf
Front:

Back:

In-between a TYWE2L and a WT32C3-O1N

I think it'd be relatively straight forward to build a suite of PCB adapters that could make for drop in retrofits for the ESP8266 based devices that are out there. I have frankensteined a few things, but having an adapter for these would be way easier. I'll share if design something, but relatively time poor at the moment!
Custom carrier board - it's a pain to solder up and adds too much height (plus I got the pins slightly wrong 😛):

Hacking an ESP32-O1M into a smart plug. Required some careful slotting with a hacksaw blade and a bodge wire:

Beta Was this translation helpful? Give feedback.
All reactions