1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-02-02 04:21:06 +02:00
Werner Almesberger 8108aaccd1 fw/diag.c (do_diag): update explanation why we don't enable interrupts
The hang was caused by the RF subsystem getting into trouble. The
interrupts still cause some issues, so we don't enable them yet.
A system reset (ant-cl -R) will clean up everything nicely.
2012-07-06 16:58:53 -03:00
2012-06-11 22:18:21 -03:00
2012-06-11 22:18:21 -03:00
2012-06-11 22:18:21 -03:00

Antorcha - A LED-based signal device
====================================

...


Directory placement
-------------------

Antorcha makes extensive use of libraries and header of the ben-wpan
project. For this, the top-level directory of the ben-wpan project must
be in the same directory as the top-level directory of Antorcha. E.g.,

/home/qi/ben-wpan/
/home/qi/antorcha/


/etc/avrdude.conf entry
-----------------------

Antorcha uses the atusb programming adapter from the ben-wpan project.
Since the pin positions of MISO and MOSI are swapped between ATmega32U2
and the ATmega168, the following entry is needed in avrdude.conf (which
is the same as the entry for nanonote_atusb except that the pin numbers
for mosi and miso are swapped):

programmer
  id	= "nanonote_antorcha";
  desc	= "NanoNote 8:10 card adapter for ATUSB";
  type	= nanonote;
  reset	= 1;
  sck	= 8;
  mosi	= 6;
  miso	= 7;
  pgmled = 2;
;
Description
Antorcha, LED-based signal device (for viewing from up to ~50 m)
http://projects.qi-hardware.com/index.php/p/antorcha/
Readme 429 KiB
Languages
C 83.5%
Makefile 10.7%
Shell 3.5%
Perl 2.3%