this post was submitted on 17 Jul 2023
2 points (100.0% liked)
MICROCONTROLLERS
848 readers
1 users here now
Everything microcontrollers: projects, questions, new releases, etc.
dragontamer's Beginner Guides:
Beginner Series I: What is a Microcontroller?
Beginner Series II: The "Generic" Microcontroller
Beginner Sidenote: Microchip's Signal Chain Design Guide
Beginner Series III: Skills and Complexity Tiers
Beginner Series IV: Deep Dive into Microchip's AVR EA
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hmm. ESP32 boards are typically $5, though $18 is still cheap in the great scheme of things, there's a huge price differential here.
It seems like the big selling point will be Arduino IoT Cloud ? ("Available August" ??)
In general, I remember ESP32 using a lot more power than a typical uC, that WiFi / Bluetooth radio is pretty expensive. And it also takes a long time for WiFi radios to connect and talk (finding access points, connecting, spinning up TCP handshake, etc. etc.). The IoT preferred radio historically has been Zigbee for a reason, though harder to setup it really cuts down on needless chatter and lowers the overall power-consumption per radio-message.
That being said, WiFi is damn near universal and one of the easiest ways to do things.