-
Notifications
You must be signed in to change notification settings - Fork 239
ATtiny interfacing
Giovanni Blu Mitolo edited this page Jan 12, 2016
·
30 revisions
AVR ATtiny microcontroller family is a really interesting and compact platform supported by PJON Arduino compatible implementation and also soon compatible also with PJON_ASK wireless implementation.
####How to program ATtiny 45/85 You physically need at least one ATtiny microcontroller, a breadboard, some jumpers and an Arduino duemilanove / Uno used as an Arduino ISP programmer. Follow High-Low Tech tutorial by David Mellis and get the last version of the attiny repository.
####Use PJON with ATtiny45/85 PJON Arduino compatible implementation works smoothly on PIN 2 and 3, using PJON on PIN 1 and 4 leads to low performance or malfunction. The reasons why this happens are still to be clarified with study and experimentation.
- Update PJON 12.x to 13.0
- Addressing
- Configuration
- Data reception
- Data transmission
- Error handling
- IO pins setup
- Routing
- ATtiny interfacing
- ESP8266 interfacing
- Nucleo interfacing
- Raspberry Pi interfacing
- WINX86 interfacing
- Troubleshooting