News

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 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 ...
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.
Step 1: Configuring Arduino Uno as an ISP: Since ATtiny85 is just a microcontroller, it requires an ISP (In-System Programming) to be programmed. So to program the ATtiny85, we need to first configure ...
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 ...
Arduino: testing ‘brown-out’ on ATtiny85 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 ...
Arduino: go to sleep tiny ATtiny Related to being powered by a super capacitor, I also need to get my ATtiny to go to sleep when not processing anything. And that involves setting pins to ...
Arduino enthusiasts that are searching for a wireless programming Arduino shield, which includes a motor shield and is compatible with development boards may be interested in a new piece of ...