forked from roysjosh/xbee-comm
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
39 lines (34 loc) · 1.72 KB
/
Copy pathREADME
File metadata and controls
39 lines (34 loc) · 1.72 KB
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
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
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:
ftp://ftp1.digi.com/support/firmware/update/
If you had a Series 2 XBee, you could do something like the following:
$ wget ftp://ftp1.digi.com/support/firmware/update/xbee_zb/XB24-ZB_2070.zip
$ unzip XB24-ZB_2070.zip
$ xbfwup [args...] ebl_files/XB24-ZB_2070.ebl
Entering bootloader...
Beginning programming...
Read 95424 byte firmware file (746 blocks).
.................................................. 50
.................................................. 100
.................................................. 150
.................................................. 200
.................................................. 250
.................................................. 300
.................................................. 350
.................................................. 400
.................................................. 450
.................................................. 500
.................................................. 550
.................................................. 600
.................................................. 650
.................................................. 700
..............................................
Programming complete, running uploaded firmware...