Content for IR Sensor

Arduino Based Windows PC Volume Remote Control

“IR Remotes have been very prominent since 1980’s. In today’s world almost everything is controlled by a remote. This project allows the user to control the Master Volume of the Windows PC using any Remote (TV, Set-Top Box …

ATtiny85 IR USB receiver

“Hello makers! this is an instructable to build a working USB IR receiver using an Attiny85 microcontroller. I started this project to overcome the lack of support (at least complete support) for some IR remotes in the GNU/Linux OS …

Object avoidance Microbit Robot using the Kitronik motor controller

“Having already experimented with creating a robot using a cheap motor driver board, I decided to look at the one provided by Kitronik, I liked the look of it as it came with easy to use screw terminals to attach …

Arduino robot with wireless camera and fire detection for Home security

“This is a Bluetooth controlled robot.It has a wireless camera,fire detection sensor and an ultrasonic sensor and it can even be made to speak(You’ll understand later). My intention while making this robot was home security.”

Interactive Geodesic LED Dome

“I constructed a geodesic dome consisting of 120 triangles with an LED and sensor at each triangle. Each LED can be addressed individually and each sensor is tuned specifically for a single triangle. The dome is programmed with an Arduino …

Using IR Sensor (TCRT 5000) With Arduino and Program to Remove Noise

“In this instructable, basic circuitry for TCRT 5000 IR sensor and its working is discussed. a major focus of this instructable is on making a program which enables it to remove all kind of ambiance noise. So after using this …

Robotic Car controlledover Bluetooth with Obstacle Avoidance

“Obstacle avoidance is made possible by using IR sensors which detect the obstacle. I was controlling the robotic car from my Android device and the car kept breaking because it would crash into things. So I added an obstacle avoidance …

Automatic Faucet System with FPGA and IR Object Sensor

“We built a system that modifies an existing idea that is used extensively in public restrooms: faucet automation. We created an updated design that will lead to more efficient water use in faucets. We chose this idea because the existing …

Keyboard Clicker

“This instructable was created in fulfillment of the project requirement of the Makecourse at the University of South Florida (www.makecourse.com). For this project I chose to make a physical keyboard clicker. The reason I chose to make this …

Line Follower Bot

“A line follower robot is the one which follows a dark line drawn on a light colored (white) background.The working is explained with three sections, one is the input section where the lines are detected, the second one is …