I bought a few ESP32-C3 SuperMini in the hope to have them replace my ATTiny85 in my daily bag, but i cant figure out how to set them up …
They seam like a nice step up with USB-C, native serial, a few more IO than the ATTiny85 and quite a bit more power and memory …
BT and Wifi is a nice option too
But i cannot figure out how to set them up in the IDE.
I am using VSC/PlatformIO for most of my “arduino” coding (I like the folder/library management much better than the arduino IDE).
I tried a few different boards, but nothing end up loading anythign on the board …
Tried a few dev board, finally found one that seam to work
Haven’t tested wireless and serial yet, but the few I/O I tried are at the expected location
Ok … after some more testing and messing with it I learned 2 things:
VSC/PlatformIO prioritize the MCU in my macro pad … so as long as the macro pad is plugged in, I can’t load another board
I may be able to manually set the com port VSC tries … more digging necessary on that front
all ESP32-C3 are the exact same, wether it has the “PCB antenna”, case, no case or pin layout … the IC is the same and communicate the same way, over the same port, and use the same IDE settings
(There is 1 exception, they have a special purpose ESP32-C3 with a few less pins, it’s clearly labeled on the chip)
I hope my tries and inexperience with codding helps the next person over
the price/capability/size ratio is what attracted me to them …
At $3.40 a piece delivered, they are definitely taking the place of the digistump ive been carrying in my bag
The use case of the supermini is to be smaller than comparable boards with quite a bit of precessing power and built in BT and Wifi … its just a supped up 8266 with a few less ports
Interesting form factor. I like that because you could basically load it on a power brick and walk away. Maybe I’ll pick one up when I finish my last Wled install