Skip to content

roysjosh/xbee-comm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xbee-comm by Joshua Roys <[email protected]>
patches for macosx support by Bernard Pratz <guyzmo{at}leloop{dot}org>

  git:https://github.com/roysjosh/xbee-comm.git
https://github.com/roysjosh/xbee-comm
  irc:https://irc.freenode.net/#xbee-comm

Build instructions:
xbee-comm$ autoreconf -vi .
xbee-comm$ ./configure
xbee-comm$ make

In order to access the xbee as a regular user, you could do the following:
# setfacl -m u:$USERNAME:rw /dev/ttyUSB0

On MacOSX, please use /dev/cu.usb* instead of /dev/tty.usb* to access the
serial device where your XBee is plugged into.

Firmware files can be downloaded from digi:
  http:https://www.digi.com/support/productdetail?pid=3430&type=firmware
  ftp:https://ftp1.digi.com/support/firmware/

If you had a Series 2 XBee, you could do something like the following:
$ wget http:https://ftp1.digi.com/support/firmware/82001817_F.zip
$ unzip 82001817_F.zip
$ xbfwup [args...] ebl_files/XB24-ZB_21A0.ebl
Entering AT command mode...
Entering bootloader...
.....
Beginning programming...
Read 100224 byte firmware file (783 blocks).
..................................................   50
..................................................  100
..................................................  150
..................................................  200
..................................................  250
..................................................  300
..................................................  350
..................................................  400
..................................................  450
..................................................  500
..................................................  550
..................................................  600
..................................................  650
..................................................  700
..................................................  750
.................................
Waiting for upload confirmation...
Programming complete, running uploaded firmware...

About

XBee communication libraries and utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages