You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like our unit to read 4...20 mA current but looking at the source code it seems it only displays volts?
even then comparing it to the multi-meter, the AIN1 is receiving 22 volts, and get_analog_in is showing 10.647, how do we read the current coming in at AIN1 and AIN2?
The text was updated successfully, but these errors were encountered:
The Monarco HAT can support 4-20mA signals, however this is not supported in this repository at this moment. You can easily convert 2-10V to a 4-20mA signal by using a 500 Ohm resistor, please read this
Also, you should not connect a voltage higher than 10V to the analog inputs as this could overload and break the hardware.
I ran two 1000Ohm resistors in parallel, to produce a 500Ohm resistor, it worked fine, but the EM fields in the area are messing with the 10vdc signal and introducing noise, this is fine for now, but we would really appreciate 4-20mA signals in the near future
We would like our unit to read 4...20 mA current but looking at the source code it seems it only displays volts?
even then comparing it to the multi-meter, the AIN1 is receiving 22 volts, and get_analog_in is showing 10.647, how do we read the current coming in at AIN1 and AIN2?
The text was updated successfully, but these errors were encountered: