-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
31 lines (18 loc) · 856 Bytes
/
README
File metadata and controls
31 lines (18 loc) · 856 Bytes
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
# Little Robots
This repository contains
For more information about the project as a whole please see:
* http://www.tony.thompson.name/2010/01/little-robots-hardware/
* http://www.tony.thompson.name/2010/01/little-robots-firmware/
## Firmware
Compiling the firmware requires the avr-gcc toolchain. Installing it also requires avrdude and some manner of supported AVR programmer.
Ideally, flashing a new ATtiny microcontroller should be as simple as:
cd firmware
make
make flash
make fuse
'make flash' and 'make fuse' may require root on some computers.
## Python Host Software
The python package depends on xmpppy and PyUSB. Depending on your host system, you may additionally need to install
Running the python software should be as simple as setting your XMPP credentials in python/commandline.py and then:
cd python
./commandline.py