Basically I want to wire a Wheatstone bridge style load-cell into a moving trolley and transmit the data to a remote workstation so I can get real-time feedback about the loading conditions.
Do I need to have a full board riding on the trolley that is wired in between the Wi-Fi transmitter and the bridge amplifier or is there a way that the current variations from the bridge can be read directly by the Wi-Fi transmitter and relayed to the remote in some translatable format?
The trolley design is extremely streamlined and it would be a bummer to have to add more than minimal electronics to make this happen...
-
1the ESP8266 has the same kind of IO as an UNO, more or less, it's all you need.dandavis– dandavis2018年06月19日 06:44:11 +00:00Commented Jun 19, 2018 at 6:44
1 Answer 1
There are small packages out there with built in WiFi. Node MCU is one of them, however its analog to digital conversion isn't up to the task of measuring bridges. If you go that route you'll need to add a ADC to the Node MCU which will increase the total package size.