This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do i learn interfacing LPC2148 to DHT22

I'm a beginner in ARM programming how do interface DHT22(temperature and humidity sensor) with LPC2148 I need help with flow chart and code if possible thank you uys in advance

Parents
  • IMO there are quite a few similarities like: Both use open drain output so they cannot drive the line high by themselves. This in turn means they need an external pullup to pull the line continuously high. Data is Received and Transmitted on the same line\wire. Both support multiple Slaves on the same bus. Also, the bus enters idle state when data line is continuously high.

Reply
  • IMO there are quite a few similarities like: Both use open drain output so they cannot drive the line high by themselves. This in turn means they need an external pullup to pull the line continuously high. Data is Received and Transmitted on the same line\wire. Both support multiple Slaves on the same bus. Also, the bus enters idle state when data line is continuously high.

Children