Hacker News new | ask | show | jobs
by t0mas88 747 days ago
The ESP32 is very overpowered for random home projects. But the cost is low, and they can be used with the Arduino ecosystem which is very beginner friendly.

Often the ESP32 is far cheaper than whatever sensor you're making it monitor. WiFi isn't the perfect technology to upload sensor data in the home, but anything proper Zigbee is more expensive and more complex to use. So the ESP32 ends up in all kinds of projects.

2 comments

The ESP32 is not overpowered! Either for the cost or the power consumed. This idea that if an MCU is too easy to program for or has "resource left over" after completing the task that it is ill suited for the task has to go.

ESP32-H2 and ESP32-C6 both do Zigbee.

I haven't tried the ESP32-H2 or ESP32-C6 yet, but they have 802.15.4 radios so they can be used with Zigbee or Threads (plus WiFi 6 on the C6). I definitely am eager to play around with one, most of my current projects have been on the ESP32-C3.