Im making a proyect with arduino+labview. The proyect consist in control a greenhouse with a few sensors and relay.
My main problem is to obtain the data from Grove- Temp&Hume sensor. Signal Data is 40 bit, comprised of 16 bit humidity data, 16 bit temperature data and 8 bit checksum.The data format is: 8bits integer part of humidity+8bits decimal part of humidity +8bits integer part of temperature+8bits decimal part of temperature +8bits checksum.
With the LIFA toolkit if i use an analog read pin, i obtain the output voltage of this analog pin, and i dont know how to change this voltage into the 40bit signal.
Any help will be wellcome.
Thanks