Submitted by RakeshRon on Sat, 01/19/2013 - 19:24
This project IR Sensor object detection module is quiet easy to make. This circuit here is a low cost / low range object detection IR Sensor module that you can easily make at home using IR sensors. We will use a photodiode and IR LED to make a simple circuit to make Infrared (IR) object detection module. IR led looks like a regular led that you usually see in Television Remote controls.
Submitted by RakeshRon on Sat, 07/19/2014 - 00:09
Interface single and Multiple IR sensors Module with Arduino Uno and have the result Displayed on a Liquid Cristal Display (LCD). This tutorial covers three chapters explaining step by step starting from interfacing single IR sensor, then Dual and Finally an LCD for displaying the status of the Multiple IR sensor simultaneously. The project is comparatively very easy and serves the basics of sensor interface for various applications. Find the necessary Circuit, schematic, Source code and Project files on the project page.
Submitted by RakeshRon on Mon, 04/14/2014 - 10:48
What is a Proximity Sensor? How to use and build a proximity sensor ? The article explains various application, uses, working and various types of proximity sensors such as Infrared, magnetic and ultrasonic proximity sensor. A prototype of Infrared proximity sensor and its interface with a PIC microcontroller is also included as example for better understanding.
Submitted by RakeshRon on Sat, 12/14/2013 - 17:35
This project demonstrates simple IR sensor Circuit Module interface to a pic18f4550 microcontroller to blink few leds. This project also shows how to take digital input from a pic18f4550 by setting few pins digital hence reading the sensor value as 0 and 1. This is very simple, easy, low cost and inexpensive to make, the IR sensor can be simply replaced by push switches. The source code can be easily modified for various other related microcontroller projects, Find the Digital input Source code, schematics and necessary project files which is coded with Mplab IDE C18 compiler. Mplab X IDE version project also included.