Skip to content
Giovanni Blu Mitolo edited this page May 5, 2016 · 30 revisions

AVR ATtiny microcontroller family is a really interesting and compact platform supported by PJON Arduino compatible implementation and soon also by 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 ATtiny45/85 8Mhz (internal) with 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. We are now working to port ATtiny45/85 16Mhz internal (PPL clock) and external.