Alternative to ESP32 and TLV493D

This website uses Google Analytics.

So as it turns out, the ESP32 isn't suitable for my application. The ADC (analog-digital-converter) isn't anywhere near as fast as I need it to be, not to mention that it's not the most accurate thing in the world.
The ESP32 is amazing and cheap, but for more precise measurements, the ADC is not quite up to scratch.

I'm currently experimenting with the STM32L476G-DISCOVERY board along with an analog 49E hall sensor.

Published