Multipurpose like a traffic light, this one keeps you warm and blinks to make you more visible in the night. Stop traffic with this fun scarf worn around your neck. Repurpose a dollar-store bicycle safety flasher to embed in the scarf. Simulates the light changing pattern and does other fancy sequences. No arduino needed. The […]
Projects
Soldering an SMT MOSFET Driver with a hotplate
Soldering SMD components isn’t as hard as you might think. In fact it’s easy. If you follow this instructables you’ll soon see just what great results you can obtain at home using just a hotplate. It’s not just being able to make small circuit boards that makes SMT soldering so good it’s also a nicer […]
3D AIR mouse | Arduino + Processing
3D AIR mouse | Arduino + Processing I’m an Industrial design student, and last year as part of a course called “Technology as RAW materiel” I built this project as my final work. I work most of the time with SolidWorks, a CAD software for design and engenering. Rotating a solid body on the screen […]
Make A Twitter Poem Box Using Arduino
This is a project that was inspired by Marc de Vinck’s Kitty Twitty Cat Toy http://makezine.com/22/kittytwitty/ . It incorporates an RFID reader and the BlinkM, a programable RGB LED. The lamp tweets random colored poems when it detects one of the three RFID cards which each represent one of the primary colors of light. These […]
BennyP’s Light Contraption using arduino
Introduction Disclaimer: I am not an expert in any of this. There is lots of information online regarding such designs. Although this setup worked for me, do not trust any of my calculations. Please work all this out for yourself and consult many other sources, or it may spontaneously burst into flames. The contraption is […]
ST7565 LCDs: Graphical LCDs
What it is… Type: Graphical (128×64) monochrome LCD with LED backlight Interface: Serial / SPI This is a good time to read the datasheet Available from: Adafruit, of course! Introduction: This mini-tutorial will go through the process of setting up a ST7565 LCD. These LCDs are graphical which means they can display pixels, not just […]
Making 1×10 LED Array with Random Patterns
This will teach you how to make a very simple 1×10 array of LEDs on a breadboard controlled by an Arduino Uno to make the LEDs blink and flash in 10 different patterns. Link to notebook for project: https://docs.google.com/document/d/1YP4p11SbDNOnM7mDn-sRjJLnxGPj6o0DkrFZnznVMvk/edit Link to YouTube video of LEDs in action: http://youtu.be/waaNSYbWn2Y Step 1: Insert LEDs into Breadboard Insert […]
Arduino lets you play Atari 2600 and ZX Spectrum using a NES controller
This instructable shows you how to use NES controller in Atari 2600 or ZX Spectrum (with Kempston Interface) with the aid of an Arduino. Step 1: Background talk I have recently acquired a couple of Atari 2600s and a bunch of joysticks. Both consoles were working but all of the 5 joysticks were damaged beyond repair. Indeed, […]
Yet Another Arduino 110v Power Controller
This Instructable shows you how to build a four-gang outlet box in which each outlet is controlled via an Arduino (or any other TTL level signals). It differs from the other relay boxes in that it uses no circuit boards and has very few parts (one chip and 4 relays). Step 1: Assemble Materials/Review Plan Tools […]
Displaying Twitter feed without a PC! using Arduino
There are a lot of Twitter feed readers around the Web that use Arduino AND a PC to display twits on LCD displays or whatsoever. Then, I decide it was the time to design a solution for performing the same job WITHOUT A PC, and here’s the project. In a simple equation: Arduino + Ethernet […]