DigiMesh Modem Status example for mbed XBeeLib By Digi

Dependencies:   XBeeLib mbed

Fork of XBeeZB_modem_status by Digi International Inc.

Description

This example shows how to register a function callback to be aware of modem status changes. This library will call the registered callback whenever the XBee module radio modem changes its status

See Handling modem status changes 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.

It you set up a network as described in the Common Setup section, you should see following modem status in the debug interface:

  • Modem Status 0x0: Corresponds to 'HwReset' meaning 'Hardware reset'

Files at this revision

API Documentation at this revision

Comitter:
hbujanda
Date:
Fri Jul 29 12:15:30 2016 +0200
Parent:
9:51ef7cbb0037
Commit message:
Automatic upload

Changed in this revision

XBeeLib.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 51ef7cbb0037 -r 47db8cbb2e2d XBeeLib.lib
--- a/XBeeLib.lib	Thu Jul 28 10:22:18 2016 +0000
+++ b/XBeeLib.lib	Fri Jul 29 12:15:30 2016 +0200
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Digi-International-Inc/code/XBeeLib/#06522f3a6642
+http://developer.mbed.org/teams/Digi-International-Inc/code/XBeeLib/#b5f4a0e92249
diff -r 51ef7cbb0037 -r 47db8cbb2e2d mbed.bld
--- a/mbed.bld	Thu Jul 28 10:22:18 2016 +0000
+++ b/mbed.bld	Fri Jul 29 12:15:30 2016 +0200
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/f9eeca106725
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0
\ No newline at end of file