-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
49 lines (43 loc) · 1.95 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
xbee-comm by Joshua Roys <roysjosh@gmail.com>
patches for macosx support by Bernard Pratz <guyzmo{at}leloop{dot}org>
git://github.com/roysjosh/xbee-comm.git
https://github.com/roysjosh/xbee-comm
irc://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://www.digi.com/support/productdetail?pid=3430&type=firmware
ftp://ftp1.digi.com/support/firmware/
If you had a Series 2 XBee, you could do something like the following:
$ wget http://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...