ZigBee DIOs and ADCs example for mbed XBeeLib By Digi

Dependencies:   XBeeLib mbed

This example shows how to handle remote XBee module's DigitalInputOutputs and ADCs. The example configures the remote XBee module pins to the desired functionality and then operates on the state of the pins themselves.

See Handling remote modules DIOs ADCs and PWMs chapter for more information.

Common Setup

Make sure you have a valid Example Common Setup

Example Setup

Application

You have to configure the remote device 64-bit address by customizing the REMOTE_NODE_ADDR64_MSB and REMOTE_NODE_ADDR64_LSB defines with the remote XBee module 64-bit address.

Hardware

On the Remote XBee module, wire following peripherals on the pins specified on the table and schematics or change the application pins according to your hardware setup:

LinePinValue
DIO2/ADC218ADC (Analog Input)
DIO3/ADC317Digital Input
DIO411Digital Output

/media/uploads/hbujanda/dio_adc_schem.png

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.
Once joined to the coordinator, the application will do following operations:

  • Configure the remote XBee module pins according to the table above.
  • Do following loop every 5 seconds:
    • Read DIO3_AD3 digital value
    • Toggle LED associated to DIO4
    • Read DIO2_AD2 analog value
Committer:
hbujanda
Date:
Fri Jul 29 12:12:39 2016 +0200
Revision:
10:7611c2070ffe
Parent:
9:d9a5e4ee4c64
Automatic upload

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hbujanda 10:7611c2070ffe 1 http://developer.mbed.org/teams/Digi-International-Inc/code/XBeeLib/#b5f4a0e92249