Projects

Unit Converter

DIY Arduino Unit Converter: How to use LCD

Step 1: Ingredients: Electronics Arduino Breadboard LCD* 2x 50k pots 150 ohm resistor Jumper wires, and tons of them! If you do not want to use a LCD then you will have to use serial monitor. Wherever you see lcd.print just change it to Serial.print. Instead of lcd.begin change it to Serial.begin(9600);. Step 2: The […]

CHRs 8X8X8 LED Cube

CHR’s 8X8X8 LED Cube – Revisited with improvements!

SEE STEP 11 for uploadable code for this cube. This instructable has mutated over the past few months, and you’ll see a bunch of end results before we get into how to make the cube, and the improvements that have been made over the original construction techniques and original circuit, as well as improvements made […]

Stepper Motors

Eggbot

Rafael Fuentes, Carmen María Fuentes and Carmen Pérez decided to create this project that was submitted to ‘Creative Electronics’, a Beng Electronics Engineering module at University of Málaga, School of Telecommunications. The project consists of making an eggbot using an Arduino Uno development board. This project was done for being a good introduction to CNC machines […]

Fading using an Arduino

Fading using an Arduino

Demonstrates the use of analog output (Pulse Width Modulation (PWM)) to fade an LED. PWM is a technique for getting an analog-like behavior from a digital output by switching it off and on very fast. Circuit An LED connected to digital output pin 9 through a 220-ohm resistor. Schematic image developed using Fritzing. For more circuit […]

Making the Grid

Creative Noise Semaphore

This project was submitted to ‘Creative Electronics’, a Beng Electronics Engineering module at University of Málaga, School of Telecommunications (https://www.uma.es/etsi-de-telecomunicacion/). It’s a modification based on sound level meters that are already marketed for use in classes to measure ambient noise. The project is developed in Arduino. It consists of a LED screen in which emoji […]

Arduino Light Up Umbrella

Pressure Activated Light-Up Umbrella using an Arduino

Once upon a time, 2 girls greatly enjoyed walking in the rain with umbrellas. They decided the enjoyment of this experience could be maximized by building their own pressure-activated web of LEDs to install under their umbrella. Thus, with the help of an Arduino, some 4051 multiplexers, a lot of wire and a lot of […]

Arduino TankWars game

TankWars: A Physical Video Game using Arduino

This instructable will show the game TankWars, a web based game played on an iPad that drives a real robot tank to fire lasers at a robot. When you hit the robot target, the game is updated. The tank and the target are Arduino’s equipped with RN-XV WiFly modules, the iPad is using a PHP […]

Arduino Voice Controlled Robot

Arduino Voice Controlled Robot

Over the years as technology advanced and grew at a tremendous pace, so did the horizon of ideas and creation in our mind. If we look a few years back, a teenager like me would dare think about creating a robot that would operate listening to their voice and follow the given commands. All they […]

Supplies

Mario 64 Cake Timing Light Game

Welcome to my Mario 64 Cake Carnival Timing Game! The cake is modeled after the end screen in Mario 64. The active light moves around the cake in a circle. The goal of the game is to stop the light on the star by pressing the button on the cake cutter. The game gets more […]

ATtiny programming

ATtiny programming with Arduino

After this Instructable you should be able to program an A Ttiny85/45 with an arduino. It may sound complex but it really isn’t. After doing some research I could not find to much info on how this could be done. I however did find http://www.instructables.com/id/Program-an-ATtiny-with-Arduino/. This Instructable is my interpretation of what I learned from Randy. Step […]

Scroll to Top