Zigbee atcommand help please

Status
Not open for further replies.

jerryvdk

Member level 1
Joined
Sep 25, 2010
Messages
33
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,553
Can anyone tellme how to send data through zigbee. What is the at comand for that?
i.e. AT__ "Hello"
Any format like that is there?
 

Actually i want to interface digi's Xbee module with pic 16f877 microcontroller.I know that i can communicate with uc with the help of at commands.

My doubt is that how to recognise data's when xbee receives data and send to microcontroller.I came to know that it will be a packet consist of destination addr and node identifier. How we can extract the right information from that packet.
 

if you download the XBee documentation for the device you are using, e.g.
XBee® DigiMesh 2.4 RF Modules - Digi International

it describes entering AT mode using "+++" and leaving it to return to transparent mode etc.
In practice I used API mode as that gives one full control of the device allowing setting addresses, cluster ID, etc. but is much more complex requiring one to create frames containing the required information.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…