DigiMesh Receive Data example for mbed XBeeLib By Digi
Fork of XBeeZB_Receive_Data by
Description
This example shows how to receive data from a remote XBeeDM module.
A remote XBee module sends a packet to our local XBee module though the air. The local XBee module receives the packet and sends it to the mbed module through the serial port. This library decodes the packet and calls a user defined method to process the packet.
See Receiving Data from other module chapter for more information.
Common Setup
Make sure you have a valid Example Common Setup
Example Setup
This example does not require any additional setup.
Running the example
Build and deploy the example to the mbed module.
Reset the mbed module so the example starts. You should see the example debug information through the debug interface configured in the 'Local Setup' chapter.
While the example is running, go to the "Console" tab of the X-CTU connected to the remote XBee module. Press the
"Add API frame to the list" and paste following bytes that create a new broadcast transmit request packet:
7E 00 19 10 01 00 00 00 00 00 00 FF FF FF FE 00 00 48 65 6C 6C 6F 20 58 42 65 65 21 5A
Select the frame and press the "Send selected frame" button to send the frame ("Hello XBee!") to the XBee network.
Verify that the local XBee module has received the frame by accessing the debug interface console terminal. If it was successful, the "Hello XBee!" message will be displayed there.
History
Automatic upload
2016-07-29, by hbujanda [Fri, 29 Jul 2016 12:14:55 +0200] rev 11
Automatic upload
Initial commit
2016-07-28, by hbujanda [Thu, 28 Jul 2016 10:11:37 +0000] rev 10
Initial commit
Automatic upload
2016-07-28, by hbujanda [Thu, 28 Jul 2016 10:19:36 +0200] rev 9
Automatic upload
Automatic upload
2016-03-31, by hbujanda [Thu, 31 Mar 2016 11:41:11 +0200] rev 8
Automatic upload
Automatic upload
2015-06-01, by spastor [Mon, 01 Jun 2015 19:01:22 +0200] rev 7
Automatic upload
Automatic upload
2015-05-18, by spastor [Mon, 18 May 2015 13:18:51 +0200] rev 6
Automatic upload
Automatic upload
2015-05-14, by hbujanda [Thu, 14 May 2015 16:23:56 +0200] rev 5
Automatic upload
Automatic upload
2015-05-14, by hbujanda [Thu, 14 May 2015 16:07:15 +0200] rev 4
Automatic upload
Automatic upload
2015-05-11, by hbujanda [Mon, 11 May 2015 18:00:07 +0200] rev 3
Automatic upload
Automatic upload
2015-05-08, by spastor [Fri, 08 May 2015 11:52:54 +0200] rev 2
Automatic upload