This instructable will detail how to make a switch that uses an arduino to sample light. When the light sample reaches a threshold it will trigger a relay that can be used to turn on/off a small appliance (light, radio, fan, etc…) The parts for this instructable can be ordered as a kit: Jameco Kit […]
Projects
FabECG: a simple electrocardiogram board
Technologies for rudimentary physiological sensing are getting cheaper and easier to implement. Consider, for instance, these non-contact sensors from UCSD which can be used to take an EEG through hair or an ECG through a T-shirt! One can even make a simple oscilloscope to digitize, store and view the signal using only a Tiny45 micro-controller […]
Arduino controlled Rotary Stewart Platform
This instructable is about building a Rotary Stewart Platform. It allows to position its moving platform in six degrees of freedom. This specific platform is designed to be able to position a DSLR or any other digital camera. This version of Stewart Platform uses instead of linear actuators just ordinary hobbyist servos for motion. Whole […]
DC Motors Relays Using Arduino
Let’s get the math over right off the bat. There are a LOT of attempts to describe how Ohm’s Law works, each one nerdier than the last. Here’ one I like. Warning: SFWBN (safe for work but nerdy). V = voltage measured in volts – the difference in electrical potential. I = Current measured in […]
ATtiny85 POV Display using arduino
The first time I saw a POV (Persistence Of Vision) display was on a show called FAQ on TV. The POV display consisted of an oscillating shaft with 6 LED’s mounted on the end of the shaft. Since then I have always wanted to make one myself, I tried making one about 2 months ago […]
Making art Interactive Using Arduino
Unfortunately, due to my need to reclaim my Arduino and breadboards, we don’t have photographic documentation of our circuit. However, the structure of it was rather self-evident. Although we arranged the circuit in a such a way that we could program other functions, but we ultimately opted to keep the programming to a minimum to […]
Control Keyboard & Mouse Android app via Arduino
This instructable will show you how to control your computer’s keyboard and mouse with an Android app via bluetooth to an Arduino BACKGROUND Ever wanted to control your computer’s mouse/keyboard functionality without having to actually sit in front of it? I do all the time. For instance, I often hook my laptop up to the […]
Augmented Water using arduino
The Augmented Water device helps you save water by turning red after one Liter. The device, built by @tamberg during a water hackathon, is made from an Arduino, a flow sensor and coloured LED pixels. Video https://www.flickr.com/photos/tamberg/14346321456/ (thanks kiilo) In case you want to build your own, read on… Material Arduino, e.g. http://www.adafruit.com/products/50 Ca. 7 […]
Blind Maze Navigation using 2-DOF Haptic Joystick
The domain of haptics has immense potential as a technology to assist visually-impaired individuals with their navigation of the physical world. In this project, we sought to develop a 2-DOF haptic joystick to provide force-feedback to a user as she attempts to navigate a maze – with no visual feedback whatsoever. The proof of concept […]
Temperature Displayed on 4 Digit 7 segment using Arduino
In this project I’ll display the temperature in a 4 digit 7 segment display (common anode). The sensor is the cheapest you can find so actually the temperature changes pretty easily which makes the display to show always different temperatures. But the idea is to apply this code to other projects with 7 segment displays […]