I am trying to interface a Temperature sensor to RuggedBoard. The sensor I have selected is DHT11 (https://image.dfrobot.com/image/data/KIT0003/DHT11%20datasheet.pdf).
As per the datasheet of phyCORE-i.MX 6UL I can see that there is an ADC pin from the SOM which is 12bit and threshold voltage of 3.3V. (Correct me if I am wrong)
Can you please share with me the ways I can interface the sensor and get the correct temperature reading. (A sample code in GitHub will be very helpful)
--
Thanks in advance
Ashraful
Hello, Hope your doing well, I have experimented and found that we cannot interface some local sensors to This rugged board, like in my case i tried to interface DHT11 sensor to board was not successful i learnt that it to lengthy procedure to interface DHT as it uses serial communication using MRAA Libary, instead we can use python programming and add few packages this will make a easy path to developers,