BuildCircuit

Amarino Experiment- Sensor graph and LED controller- redirected

This experiment makes the use of  ‘Android- Arduino BTCOMM Shield’  and Amarino. If you are not familiar with the shield, visit this page. This experiment is similar to my previous tutorials Sensor Graph basic experiment and Sensor graph and LED controller together. If you have never worked with Amarino, I strongly recommend you to visit Amarino page…

Read More

RGB Multicolor lamp using Amarino and Smart Phone- Arduino Shield- redirected

This experiment makes the use of  ‘Android- Arduino BTCOMM Shield’  and Amarino. If you are not familiar with the shield, visit this page.  This experiment is similar to my previous tutorials on RGB multicolor lamp using Amarino. and RGB multicolor lamp with custom Bluetooth ID on Amarino Interface. If you have never worked with Amarino, I strongly…

Read More

Android- Arduino BTCOMM Shield Circuit Layout Using Fritzing

You can make this shield on breadboard also. The circuit layout is given below: The BlueSMiRF used in the layout is Bluetooth Mate Silver READ ABOUT THIS SHIELD SEE ALL THE PHOTOS OF THIS EXPERIMENT SEE ALL THE PHOTOS OF AMARINO SHIELD V.3.0   OTHER EXPERIMENTS WITH THIS SHIELD                   CIRCUIT LAYOUT ON BREADBOARD  

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

Infrared sensor with PWM

Description: In this project, Arduino first encodes the remote signals and decodes them to control LED brightness. First of all, connect the Infrared sensor as shown in the picture below. Then, press keys 0 through 4; Arduino stores the values for keys 0 through 4 and when the sketch runs, key 0 turns off the…

Read More

RC module

Description: An RC circuit is used to introduce time delay in circuits. A combination of resistor and capacitor gives a time constant. The following circuit shows a basic RC circuit. In the figure C1(100uF) works as a storage capacitor. When you press the switch, the capacitor charges quickly and provides base current to the transistor…

Read More