You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com
I am connecting DHT11 humidity sensor with xbee zb's digital input pin.This xbee is in Router RT mode. Unother xbee is connected to raspberry pi for receiving .But i'm unable collect the digital sample from sensor.What i got is like DIO-1 : True or DIO : false.So what can i do to get correct digital samples..
dccharacter
unread,
Apr 15, 2014, 5:57:39 PM4/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com
It's a 1-Wire sensor, this is not a "digital sample". You are trying to read a state of a pin and that's exactly what you get - pin HIGH or LOW. I don't think you'll be able to connect a 1-Wire sensor to an XBee without messing with XBee firmware. Or you'll have to put something in between that will talk with XBee through UART and with sensor through 1-Wire.