I have to get the power consumption on certain appliance.
My setup is
Raspberry pi + 8-Channel 12-Bit ADC + Current Sensor(SR-3702-150N)
I attached the SR-3702-150N in channel 1 of screw terminal.
When launching
python3 adc_8chan_12bit.py
I get the following 8 channel results on address 0X20
i know the values 288, 256, 278, 248 are the one that was retrieved from the sensor
but what kind of data is this?
Any idea how can i can convert this to get the actual power consumption?
Pardon my ignorance i’m very new in this environment.
Any help would be appreciated