IEEE 802.15.4 subsystem, IEEE 802.15.4 Low-Rate Wireless Personal Area Network (WPAN) http://projects.qi-hardware.com/index.php/p/ben-wpan/
Go to file
Stefan Schmidt 805db6ebf5 fw/atusb: add extra steps needed for HULUSB in README
To preapre the firmware image and flash it onto the device some
different steps are needed as the bootloader uses Atmels DFU variant.

Document the use of dfu-programmer to get the firmware onto the device.
2017-09-13 18:03:02 +02:00
ants ants/meander.fpd: comment out zero-sized tail (hack) 2012-11-11 09:42:54 -03:00
atben atben/misc/mkpatches: script to generate mails for the ATBEN kernel patches 2013-04-29 21:12:55 -03:00
atusb fw/atusb: add extra steps needed for HULUSB in README 2017-09-13 18:03:02 +02:00
atusb-pgm atusb-pgm: changed LED color; cleanup of silk screen 2011-02-28 02:27:39 -03:00
atusb-sil Updated profiles (atusb, atusb-sil, cntr) for move of USB symbols 2011-08-14 04:43:12 -03:00
bom atusb: varistor Vdc was off by 100 mV; made it clearer that we use Vdc, not Vb 2011-05-19 14:23:33 -03:00
cntr cntr/cntr.pro: removed no longer used footprint sot-323 2011-08-14 04:51:33 -03:00
components Moved mini_usb_b and usb_a_plug symbol from ben-wpan to kicad-libs (deletions) 2011-08-14 04:43:13 -03:00
ecn ecn/ecn0007.txt: Revised via spacing (for the antenna) 2010-12-06 18:58:56 -03:00
install INSTALL-Ben: dirtpan also included in upstream. small cleanup 2011-10-25 15:51:16 +08:00
makefiles makefiles/Makefile.kicad (GERBERS): auto-choose between old and new file names 2013-11-29 09:18:33 -03:00
modules Moved sot-323.fpd from ben-wpan to kicad-libs (deletion) 2011-08-14 04:51:33 -03:00
prod prod/doc/test.hmac: fix unterminated IMG tag 2013-01-30 10:22:40 -03:00
tools atusb-eui64: print out set address with upper case characters in hex 2016-11-23 23:40:41 +01:00
usrp usrp/sps/20110306: examine sidebands ("spikes") and try to reduce them 2011-03-07 04:45:15 -03:00
web web/index.html: update shop links; status table; link to ATUSB schematics 2017-05-10 09:11:00 -03:00
AUTHORS Moved sot-323.fpd from ben-wpan to kicad-libs (deletion) 2011-08-14 04:51:33 -03:00
BOOKSHELF BOOKSHELF: URL of MMST3904(SOT-323).PDF changed 2013-03-25 02:39:10 -03:00
COPYING Added COPYING (GPL 2/LGPL 2.1/CC-BY-SA 3.0) and AUTHORS. Put pointer 2010-08-12 09:44:48 -03:00
COPYING.GPLv2 COPYING mentioned COPYING.GPLv2, COPYING.LGPLv21 which weren't included. Added them. 2011-07-04 22:51:17 -03:00
COPYING.LGPLv21 COPYING mentioned COPYING.GPLv2, COPYING.LGPLv21 which weren't included. Added them. 2011-07-04 22:51:17 -03:00
Makefile Moved dsv to eda-tools. 2010-10-03 21:56:22 -03:00
README README: replace obsolete hardware description with the hardware history 2013-02-04 19:33:17 -03:00
TODO TODO: removed EPERM, added usb_read_bulk vs. signal, toolchain, DFU on U1010 2011-07-05 08:28:20 -03:00

README

IEEE 802.15.4 Low-Rate Wireless Personal Area Network (WPAN)
============================================================


IEEE 802.15.4 defines physical layers and a media access control for
wireless networks. ZigBee and 6loWPAN are based on IEEE 802.15.4.

This project aims to add experimental WPAN functionality to the Ben
NanoNote, in order to permit evaluation of overall network performance
and to examine possible integration into future devices.

This work is licensed under the terms detailed in the file COPYING.


Hardware history
----------------

IEEE 802.15.4 transceiver chips are available from several manufacturers,
including Atmel, Freescale, and Texas Instruments. These chips are similar
in size, functionality, and cost. The first prototype of this project was
based on the Atmel AT86RF230.

The initial plan was to place the RF module on the left side of the LCD
module of the Ben NanoNote, replacing part of the display's PCB. When
installed in the Ben, the transceiver would connect directly via SPI to
the Jz4720. For development, a SiLabs C8051F326 microcontroller
implemented a USB to SPI conversion.

Then Rikard Lindstrom came up with the idea of using the Ben's 8:10 card
slot as a general expansion interface, which led to the idea of making
a WPAN card in that form factor, with the benefit of being readily usable
with any Ben already in existence.

Thus the project was split in two parts: the atben card that had only the
transceiver chip and would be used with the Ben, and the atusb card that
would be similar to the original design but abandoned its clear physical
separation of USB and RF.

Meanwhile, an improved version of the AT86RF230, the AT86RF231, became
available and the designs were updated for it. It also turned out that
the clock from the Ben was too noisy to be used as a clock source for
the transceiver. Therefore, a crystal was added to the atben design.

Finally, the SiLabs C8051F326 was replaced by an ATmega32U2, mainly
because the latter has a larger Flash memory and greater community
acceptance.