uPython-DHT22
uPython-DHT22 copied to clipboard
how to use with STM32F407 disc board
Hello, I wanted to know how to use this module with STM32F407 discovery board. I want to display O/P of DHT22 on 16x2 using asynchronous method.
So what are the changes i need to do ?
I have no experience with the STM32F4 board. However there are some other projects trying to work with DHT sensors on the STM32F4 board: https://bitbucket.org/alamer/dht22-stm32f4/src or https://stm32f4-discovery.net/2014/08/library-25-am2301-dht21-sensor-stm32f4xx/ , so might try these.
Okay thanks :)