XBee Interfaces                                                     Contact us
StampPlot 
    SelmaDAQ     XBee Boards     Propeller Video Board  

EST Student Project
Earn your BS in 
Electronic Systems Technologies at  Southern Illinois University Carbondale  Click Here!

Home ] XBee Boe-Bot Networking ]

ZigBee / IEEE 802.15.4 application board information

StampPlot Interfaces for the XBee ZigBee / IEEE 802.154 ..

Plot incoming data and configure the XBee via the interface.
Requires Version 3 Release 7.5 or better.
These interfaces are intended for the XBee directly connected to the PC.

xbee_int.jpg (65240 bytes)   Xbee_Interface.spm

Configuration and transmitting of data.
Allows reading/modifying many XBee configuration settings such as unit address, channels, reading dB, failed transmission count, etc. Performs very fast switching between communication and command mode.

xbee_rssi.jpg (86382 bytes)  XBee_Interface_RSSI

Plotting of RSSI (Receiver Signal Strength) on reception of analog data.
Simply send an analog value from another device, such as 1 from a computer terminal window
or from the BASIC Stamp:
'{$STAMP BS2}
'{$PBASIC 2.5}

DO
  SEROUT 2,84,[ DEC 10, CR]  ' XBee TX on P2
  PAUSE 250
LOOP

See Boe-Bot Networking example