-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathATtiny programmer.page
40 lines (31 loc) · 1.2 KB
/
ATtiny programmer.page
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
---
categories: projects
...
# ATtiny programmer
We could have a public Arduino set up as a ISP for ATTiny chips.
## Cost
- Arduino: ~$20 (I (Wesley) have the components to make the rest of the ISP.)
- ATtiny: ~$2.56-$2.66 per chip (Depending on model of chip)
- Computer: Free (Use threed computer as a threed/arduino computer)
Keep in mind that the ATtinys can be reprogrammed multiple times per chip, keeping the cost of experimenting with the chips down.
## Chips
Assuming we would order from sparkfun, there are 3 options:
* ATtiny84
- Cost: $2.66 each per 10 chips.
- I/O Pins: 12
- Program space: 8K
* ATtiny85
- Cost: $2.56 each per 10 chips.
- I/O Pins: 6
- Program space: 8K
* ATtiny2313
- Cost: $2.59 each per 10 chips.
- I/O Pins: 15
- Program space: 2K
## References
* [Programming an ATtiny w/ Arduino 1.0](http://hlt.media.mit.edu/?p=1695)
* [AVR 14 Pin 20MHz 8K 12A/D - ATtiny84 @ sparkfun](https://www.sparkfun.com/products/11232)
* [AVR 8 Pin 20MHz 8K 4A/D - ATtiny85 @ sparkfun](https://www.sparkfun.com/products/9378)
* [AVR 20 Pin 20MHz 2K - ATtiny2313 @ sparkfun](https://www.sparkfun.com/products/212)
## Comments
Any comments or suggestions? put them here!