Skip to content

Fred13/xbee-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

XBee tools for configuration, example of use:

$ cd python

Start the xbee-serial-terminal.py: 
$ python xbee-serial-terminal.py

Select the baudrate: 

xbee% baudrate 57600

Select the serial port: 
xbee% serial /dev/ttyUSB0 (your serial path may be different!)

Enter AT command mode: 
xbee% +++ 
and wait for OK

Change the power level: 
xbee% ATPL 0

Change to API mode:
xbee% ATAP 2

Change the node id (for a node, not for coordinator): 
xbee% ATMY FFFA

Query a setting, e.g. MY:
xbee% ATMY
reply will appear

Write all the changes, so the XBee remembers them for next time:
xbee% ATWR

About

Set of useful tools to configure XBees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published