|
|
|
|
|
by dragontamer
977 days ago
|
|
ESP32 honestly feels like its a WiFi/Bluetooth chip that people are hacking into a kinda-sorta usable uC. Probably because... that's what it actually is... If you need WiFi/Bluetooth, it seems like ESP32 is a good fit. If not, its kind of awful with regards to integration. --------- I know that not everyone's doing mixed-signal projects. But ADC, Comparators, OpAmps, Timers are just so damn useful. And STM32, AVR, TI all offer a huge amount of analog-components in practice (with pros/cons to each). Given how absurdly cheap uCs are today, the minute you say "Oh, lemme just get an I2C ADC to add to the ESP32", and suddenly you realize that the AVR64EA32 chip over there is probably the best "I2C ADC" under $2 (16x PGA, 12-bit Differential 350kSample/sec), and you're suddenly wondering what the ESP32 was supposed to be doing if you're not using WiFi/Bluetooth. |
|
I think the ESPs are really the perfect balance of functionality to (low) cost. That and the excellent beginner-level documentation and community.