News

After some searching, I ended up using a microcontroller and a piece of code borrowed from the web that I tweaked and adapted. The microcontroller-based concept was chosen because I wanted to scale ...
Using motion detectors and an Arduino you can trigger lights, ... Here is the Arduino code for the Parallax sensor. int motion_1 = 2; int light_1 = 13; void setup(){ pinMode ...
This is a simple arduino project for a soil moisture sensor that will light up a LED at a certain moisture level. It uses Arduino Duemilanove microcontroller board. Two wires placed in the soil pot ...
Most ambient lights and sensors are designed to generate light to even out the picture on the front of the panel and reduce any light bleed from the back of an LCD display. This Arduino-powered ...
Adnan’s innovative project involves a sophisticated yet accessible setup. The Arduino Uno, which is a popular microcontroller board, is connected to the motorbike’s existing signalling system ...