News

This project serves as a comparison of three different development environments for a simple Arduino "Blink" example targeting the ATTiny85 microcontroller. The goal is to provide a base for ...
This repo contains a set of "cores" which adds support for some members of the Atmel AVR ATtiny family of microcontroller to the Arduino IDE. Following the installation guide to install the core files ...
The Arduino Make Your UNO Kit and synthesizer kit is currently available to purchase for €44 and is currently on offer providing a 20% discount off the recommended retail price for a limited time.
Tiny basic PWM The ATtiny85 microcontroller allows us to generate an analog output using PWM. The ATtiny85 microcontroller has two timers that can be used to generate PWM signals. The first is Timer 0 ...
Features of the Digispark/Digispark-Compatible ATtiny85 USB Mini Development Board The ATtiny85 based mini development board is similar to the Arduino, but cheaper and smaller (ofcourse a bit less ...
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 ...
The ‘and thus goes by another day’ blog suggested making up a little adaptor board to make programming 8pin ATtinys easier. My version has all the components on one side and a decoupling capacitor, ...
Posted in Arduino Hacks Tagged arduino, Atmel, attiny85, AVR, isp, microcontrollers ← Aquabot Gets Around More Than You’d Think Fixing POST Errors With A Single Key → ...
The Digispark is based on the very popular Atmel ATtiny85, an 8 pin microcontroller that provides a quarter of the Flash storage and RAM as the ‘official Arduino’ ATMega328p.