Posted in Arduino

Docs: How to use the TinyLoadr Breakout

Introduction This tutorial will show you how to use the TinyLoadr AVR Breakout to upload code to a DIP microcontroller in the built-in ZIF socket.

Introducing the TinyLoadr AVR Breakout

Shortly after I decided to make the TinyLoadr AVR Programmer, I had an idea for another project. While the programmer works well, some people prefer using their own AVR programmer, be it a cheap USBasp or an AVRISP mkII. There are plenty of ATmega and ATtiny breakout boards, but none (that I could find) that supported multiple AVRs […]

Build Instructions: Simon Says Game Kit v2.0

These are the build instructions for the Simon Says game kit v2.0. While this kit is for beginners, these instructions assume that the user has a basic knowledge of soldering. If you do not know how to solder, then check out this great guide by Sparkfun before continuing.

Introducing the TinyLoadr AVR Programmer

I finally finished the next version of my TinyLoadr AVR programming Shield – and it’s not a shield. It’s a standalone USB programmer, so you no longer have to have an extra Arduino laying around. The best part? It’s the same price as the shield was! Read more to find out more about it, or […]

Docs: How to use the TinyLoadr AVR Programmer

Introduction This tutorial will show you how to use the TinyLoadr AVR Programmer to upload code to a DIP microcontroller in the built-in ZIF socket as well as how to upload code to a target PCB with an AVR on it using the ICSP headers. Note: These instructions apply to all TinyLoadr models, regardless of USB […]

Arduino-Powered Foosball Scoreboard (Part 2)

This is part 2 of 2 in my post about my Arduino-Powered foosball scoreboard. Here’s a link to part 1. After building the first Arduino-powered foosball scoreboard, I was really excited. I showed it off to coworkers, friends, and family, and I also posted about it online. I got some great feedback, and started thinking about […]

Arduino-Powered Foosball Scoreboard (Part 1)

This is part 1 of 2 in my post about my Arduino-Powered foosball scoreboard. Here’s a link to part 2. At my office, we have a foosball table. There’s nothing really special about it. Rather there was nothing really special about it until last year. My boss and I play fairly often, and we had always […]

nRF24l01+ 2.4GHz Wireless Arduino Transceiver Code

The nRF24l01+ transceiver is a fantastic and cheap way to get your Arduinos talking to each other wirelessly. It’s also very easy to use thanks to some great libraries:

“ArduinoISP Deluxe Shield” is now “TinyLoadr Shield”

When I made the first prototype for my ATtiny and ATmega programming shield, I decided to call it the ArduinoISP Deluxe Shield. “ArduinoISP” came from the fact that it would rely on the ArduinoISP sketch in order to be useful, and the “Deluxe” part was because while there were already other ATmega or ATtiny programming […]

Monday Experiment: Bootloading an ATmega32u4 with Arduino

A month or two ago I ordered some of Atmel’s ATmega32u4 microcontrollers to play around with. I was excited to get them, but at the time I was really busy at work, so I quickly forgot about them. Last Friday I received some TQFP44 breakout boards and decided to spend some time this past weekend […]