I have a project to build a system with 4 force sensors and HX711 modules. I'm looking for an ESP32 that will allow me to :
- retransmit the instantaneous values via a web interface through wifi
- records a hundred values for each sensor every 0.1 s
- retrieve the values via the same web interface.
Christian