Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
arduino_boards:papertiny [2017/02/27 18:14] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== PaperTiny ===== | ||
| - | ==== Firmware ==== | ||
| - | |||
| - | erase the chip: | ||
| - | $ sudo avrdude -p t85 -c stk500v2 -P /dev/ttyACM0 -e | ||
| - | burn the bootloader: | ||
| - | $ sudo avrdude -p t85 -c stk500v2 -P /dev/ttyACM0 -U flash:w:teenyriot-usbtiny.hex:i | ||
| - | | ||
| - | |||
| - | ---- | ||
| - | ==== Links & Knowledge ==== | ||
| - | ===ATtiny Projects:=== | ||
| - | [[https://cocomake7.github.io/#|CocoMake7]]\\ | ||
| - | [[http://digistump.com/wiki|Digispark]]\\ | ||
| - | [[https://learn.adafruit.com/introducing-trinket/introduction|Trinket]]\\ | ||
| - | |||
| - | ===Links:=== | ||
| - | [[https://learn.adafruit.com/usbtinyisp/avrdude#for-linux|USBTinyISP for Linux]]\\ | ||
| - | |||
| - | ===Technical Details:=== | ||
| - | [[http://www.atmel.com/Images/Atmel-2586-AVR-8-bit-Microcontroller-ATtiny25-ATtiny45-ATtiny85_Datasheet.pdf|ATtiny85 Datasheet]]\\ | ||
| - | |||
| - | {{:arduino_boards:usb_socket.jpg?200|}}\\ | ||
| - | |||
| - | ---- | ||