led

Arduino Star Jar

Star Jar Geiger counter triggered LED decoration using Arduino

This instructable builds on top of the Geiger counter triggered LED decorations I made last year. This version powers the Geiger counter from the Arduino (itself now powered from a mains adaptor, so I no longer need to keep feeding them batteries) and the LEDs now fade in and out for a more gentle effect. […]

Star Jar Geiger counter triggered LED decoration using Arduino Continue Reading

Arduino LED Cube 1

4x4x4 LED-cube based Arduino and Flower protoboard

This instructable will teach you how to build your 4x4x4 LED cube with Flower ProtoBoard and control by Arduino. Why is Flower ProtoBoard ? not ProtoBoard ? Because of I often use protoboards to test out if a new idea works in practice. I do not use breadboards anymore because I pretty much use only smd parts

4x4x4 LED-cube based Arduino and Flower protoboard Continue Reading

Potentiometer or variable resistor control LED Code

Potentiometer or variable resistor control LED Code

The if() statement is the most basic of all programming control structures. It allows you to make something happen or not depending on whether a given condition is true or not. It looks like this: if (someCondition) { // do stuff if the condition is true } [Get Code] There is a common variation called if-else that looks like

Potentiometer or variable resistor control LED Code Continue Reading

Arduino Home automation 1

Arduino Home automation

This is a relatively simple controller for controlling equipment in your home. At the moment I control my central heating, security and lighting. By sending commands from my home computer. My homeeasy central heating controller hack. http://www.instructables.com/id/BampQ_homeeasy_home_automation_central_heating_c/ I am also able to login remotely from the internet to control the equipment at home connected to

Arduino Home automation Continue Reading

Scroll to Top