Measure multiple currents and voltages
Posted: Fri Aug 18, 2017 6:25 pm
I am planning to recycle an ATX power supply into a bench power supply; instead of using a LED / LCD to display the voltage and current on each line, I was thinking to use a ESP8266, and send that information to a tablet, probably using web sockets.
My question is how can I measure several currents and voltages using a single ESP8266. I have been pondering several methods, but I am wondering if there is something more efficient. Perhaps there are modules that can make the measurement and send the results over I2C / SPI, perhaps I can easily multiplex the ADC and use analog modules, ...
My question is how can I measure several currents and voltages using a single ESP8266. I have been pondering several methods, but I am wondering if there is something more efficient. Perhaps there are modules that can make the measurement and send the results over I2C / SPI, perhaps I can easily multiplex the ADC and use analog modules, ...