How to use infrared module with Arduino

This project is similar to the following projects: 1. ON and OFF LED using infrared sensor 2. PWM experiment using infrared sensor For this particular and the above listed experiments, you need this library: arcfn.com/files/IRremote.zip See the following image to know how to fix the infrared sensor on the breakout board. http://arcfn.com/files/IRremote.zip#sthash.wIx2Q2Mr.dpuf http://arcfn.com/files/IRremote.zip#sthash.wIx2Q2Mr.dpuf http://arcfn.com/files/IRremote.zip#sthash.wIx2Q2Mr.dpuf Datasheet…

Read More

IR REMOTE EXTENDER

This project describes how to build an IR remote control extender / repeater to control your electronic appliances from a remote location. An IR detector module receives IR signal from remote control and two IR leds are re-emitting the signal to the appliance. You can place the IR emitting leds close to the device you…

Read More

MIC PRE-AMPLIFIER

This project is a microphone pre-amplifier based on LM358. DESCRIPTION This is easy to construct microphone pre-amplifier project using compact electret condenser microphone. The pre-amplifier is important building block of many audio communication systems. Circuit has been built around Op-Amp LM358. Power supply : 5 to 12 VDC @ 10 mA Output: Gain Approx. 100 On-Board…

Read More

LUX METER MODULE

LUX Meter project has been design to measure the illumination.  Illumination is luminous flux falling on surface area of photo diode.  This illumination converted to corresponding voltage using Op-Amp circuit. SPECIFICATIONS Supply 9 VDC PP3 Battery @ 20 mA  Onboard Photo Diode  Onboard preset for calibration  Range selection via jumper 10mV/LUX, 1mV/LUX, 0.1mV/LUX  Interfacing is…

Read More

TSA7010 – Digital Bluetooth Audio Receiver Board (I2S+DAC)

This digital Bluetooth music receiver connects to the Line-In or Aux input on your home audio system. You can stream audio from your Bluetooth enabled cell phone or mp3 player to your home audio system. It comes with an I2S output digital AudioB plus Bluetooth module. I2S digital output and music resampling frequency is 48KHz. Apt-X supported….

Read More

Motion sensor

Here’s a simple motion sensor. Sketch has been taken from Arduino site. The sensor’s output pin goes to HIGH if motion is present.  However, even if motion is present it goes to LOW from time to time, which might give the impression no motion is present. This program deals with this issue by ignoring LOW-phases shorter…

Read More