implement a one wire with UART to extarct data from DHT11 sensor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-12-22 9:04 AM
Posted on December 22, 2013 at 18:04
Hi,
as the title shows I have to implement one wire using UART to extract data from DHT11 sensor. Can any body gives me an example of using the DHT11 sensor with stm32f4 baord. thanks in advance #1-wire #lmgtfy
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-12-23 2:49 AM
Posted on December 23, 2013 at 11:49
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-12-23 11:55 PM
Posted on December 24, 2013 at 08:55
As noted here
Might it not be easier to bit-bang the protocol using GPIO than try to kludge the UART...?
A quick look at the datasheet suggests that this ''1-wire'' interface may not be a million miles from the well-established Maxim/Dallas 1-Wire TMprotocol - to it might be worth looking to their examples, etc, for support...?
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.
