schematic

Arduino Temperature Displayed

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 …

Temperature Displayed on 4 Digit 7 segment using Arduino Read More »

Arduino Switch case2 Statement

Arduino Switch (case) Statement, used with serial input

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one of several …

Arduino Switch (case) Statement, used with serial input Read More »

Remote Controlled Power Switch

Use Arduino to Interface with a Remote Controlled Power Switch

Update: check out the RFToy — an easy-to-use standalone gadget to control remote power sockets. Also, support for remote power sockets have been added to OpenSprinkler firmware 2.1.1. For a while I’ve been looking for a way to switch household power line (110V) devices. One of the simplest options is to use a relay that is connected to …

Use Arduino to Interface with a Remote Controlled Power Switch Read More »

Interface single and Dual IR Infrared sensor

Interface single and Dual IR Infrared sensor with Arduino and LCD

Interface single and Dual IR Infrared sensor with Arduino and LCD Introduction- Multiple Sensor Interface to Arduino In this another tutorial on sensors  for beginners, we are going to interface single and multiple Infrared IR sensors with Arduino Uno development board, working simultaneously and have the status displayed either on an ( 4X16 LCD ) LCD …

Interface single and Dual IR Infrared sensor with Arduino and LCD Read More »