|
|
|
|
|
by filterfiber
977 days ago
|
|
How do you feel about the esp32's? I know there's a few variants of the 32 with different capabilities, but how do you feel about using that as a general purpose MCU including projects that might not need wifi/bt? I'm somewhat surprised they didn't go with these as they seem relatively powerful+low deep sleep, with builtin wifi/bt, etc? Their analog input I think is limited though |
|
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.