DIY programmable bike light – Arduino or ATTiny and RGB LED

Oscar built a  DIY bike rear light to keep him safe and wrote a post on his blog detailing it’s assembly: In this project I will be using a microcontroller to allow for switching between the various functions I programmed. The entire system is built on the backbone of an ATtiny4313 chip with a few other parts totalling at about $35. […]

Diode temperature sensor calibration using Arduino and SHT15 module

Paulo writes: A simple diode or the output of a transistor bias circuit can be used as a rough temperature sensor. For this purpose, a calibration procedure using a precise temperature sensor is recommended. This article shows how to calibrate such a temperature sensing circuit using an Arduino and the SHT15 Sensirion temperature/humidity sensor module.

Temperature Shield for Bare Bones Arduino v3, Part I

Kevin Rye writes: With version 3 of my Bare Bones Arduino boards off being fabbed, as well as the laser-cut acrylic, it was time to go ahead a design my first shield. I have a ton of 7-segment displays that I’ve sourced over the years from various tear-downs of stuff from the garbage. I’ve been […]

Open guitar pedal

The pedalSHIELD Arduino guitar pedal by Electrosmash: The shield has three parts: The Input Stage or Preamp: Amplifies the guitar input signal and sends it to the Arduino microcontroller to be processed. Arduino Board: It does all the Digital Signal Processing (DSP) modifying the signal and adding the effect (delay, echo, distortion, volume…). The Output Stage: […]

Arduino and SIM900 GSM Modules tutorial

John Boxall over at Tronixstuff has a series of Arduino tutorials.  This chapter fifty-five of a series will show you how to use the SIM900 GSM modules with Arduino: The goal of this tutorial is to illustrate various methods of interaction between an Arduino Uno (or compatible) and the GSM cellular network using a SIM900 GSM […]

Building a self balancing bot

Bajdi documented his Arduino self balancing bot build: For the electronics I used one of my own PCB creations, a Bajduino of course  It’s just a small (50x50mm) break out board for an ATmega328. I’m running the ATmega @ 16MHz and 3.3V. It’s out of spec according to the datasheet but it works… I also needed an IMU […]

Inside an inexpensive Air Hogs RC helicopter

Inside an inexpensive Air Hogs RC helicopter: There are a ton of these tiny RC Helicopters around, lots of them use IR light to send signals from the remote to the RC Helicopter. Arduino versus Evil took one apart to see what makes it tick. The helicopter doesn’t have much payload capability but it seems […]

Arduino and PCF8563 real time clock IC

John Boxall over at Tronixstuff has a series of Arduino tutorials.  This chapter fifty-four of a series will show you how to use the NXP PCF8563 real-time clock IC with Arduino: Recently a few people have been asking about the PCF8563 real-time clock IC from NXP – so this is a tutorial on how to use […]

Arduino stepper motor driver tutorial

Here’s a tutorial from VK1od.net :  Arduino stepper motor driver with the Logic Shrimp logic analyzer This tutorial shows how to explore an inexpensive stepper motor and driver board using an Arduino and included stepper library. The stepper motor and driver board can be purchased on eBay at very low cost, and is an ideal educational project for the […]

Interfacing TLV5620 With Arduino

Kerry Wong posted an article on interfacing the TLV5620 with an Arduino: TI’s TLV5620 is a budget 4-channel 8-bit DAC. While it is designed primarily for running with a power supply between 3V and 3.6V, it can be powered by 5V as well given its wide supply voltage range. With a TL431 voltage reference (2.5V), the DAC output can cover […]

Digital/Analog clock – Arduino + PaperCraft

alstroemeria wrote this Instructable detailing the build of his Digital/Analog clock: In this instructable we will be recreating a clock inspired by Alvin Aronson’s original design. When I first saw this clock I was very impressed by how clean an elegant the design was I immediately wanted to recreate this effect. I hope some of you […]