News

The ATtiny 45 and 85 Programmer Shield is the product of a bored Saturday afternoon and using what I learnt from reading High-Low Tech's tutorial on programming an ATtiny 45 & 85 using an Arduino ...
ATTiny programming shield (using an Arduino Uno) This project is a simple PCB design which can be used to program an ATTiny (25/45/85) with an Arduino Uno as an ISP.
The tutorial is fairly straightforward, and even demonstrates how the Arduino can be used as an ISP for the ATtiny, removing the need to purchase a standalone programmer.
Celebrating little victories means a nice cup of tea as I managed to transfer an Arduino programme into an AVR ATtiny85 microcontroller. Like the people in and surrounding Raspberry Pi, clever souls ...
When creating projects with an ATtiny DIP8, it is often necessary to program the microcontroller several times, especially if adjustments to the code are necessary. This involves removing the ATtiny ...
Following on from getting an Arduino programme to run on an 8pin ATtiny (ATtiny85), I need to invoke the in-built brown-out reset circuit – because my application involves running from an ...