I’ve worked with esp8266/esp32 boards in the past and they were great. But now I have a very simple project where both of these are way too powerful.
I want to read one analog input over USB per COM. That’s it. No wifi, no Bluetooth, no 32 bit or any of these fancy things. It should be programmable without any hardware other than a computer though. It doesn’t need to be Arduino. All it has to do is to read the input and respond to serial communication.
But I’m absolutely overwhelmed by all these microcontrollers. Most of them are feature packed.
So I’m asking for a way to find a proper controller/board on my own. Feel free to recommend one though.