Arduino Sketch- RGB multicolor lamp
Link to this gist: https://gist.github.com/buildcircuit/3939423
Open source hardware association
I recently found a video explaining the open source hardware. It’s good to see an association for the open source hardware community. You can be a member, support the association and keep yourself updated with the technologies coming up in the open source world. Link: http://www.oshwa.org//a
Clap switch- 4 in 1 DIY kit
Arduino programmer on breadboard using FT232RL
Before making an Arduino programmer on breadboard using FT232RL, you need to know about arduino, breadboard and USB to serial FT232RL break out board. If you are an electronic novice, I recommend you to visit this page to get ideas on building simple electronic projects on breadboard.
How to use an electret microphone
An electret is a permanently charged dielectric. It is made by heating a ceramic material, placing it in a magnetic field then allowing it to cool while still in the magnetic field. It is the electrostatic equivalent of a permanent magnet. In the electret microphone a slice of this material is used as a part…
4- in 1 DIY Kit- using components
HOW TO USE AN ELECTRET MIC Read about 4- in -1 DIY KIT:Â http://www.buildcircuit.com/4-in-1-diy-kit-dark-sensor-latch-circuit-astable-multivibrator-and-clap-switch/
Flasher circuit using NE555 timer- Basic electronic project
This flasher circuit is bit different from other flasher circuits published on buildcircuit.com.
Sensor Alarm using thyristor- Basic electronic project
This is a simple RC circuit using thyristor. You might have done similar projects using transistors. Let me provide you some of my previous RC projects: a. Basic RC project You can make several projects with this module, for example, Remote tester, object counter, etc.
Light dependent blinker using LDR and CD4093
Here’s a simple experiment with LDR and CD4093. This is just a modification of a previous project “dark sensor using 2 transistors”. In this project, the CD4093 is configured in such a way that whenever you block light falling on LDR, the circuit starts blinking the LED D1. The flasher circuit does not get power…
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…
How to use DS1307 Real time clock module with Arduino
Most of the microcontrollers are time-agnostic, meaning they are unaware of the time around them, but it doesn’t matter as most experiments do not require it. But, there are several experiments that require the actual time. For example, most of the experiments related to data-logging require time. The following Real time clock (RTC) module can…
Bluetooth communication between android and arduino using FREE applications
With this experimental setup you can send some text messages from your android phone to arduino and vice versa. Basically, whatever you can see on Arduino’s Serial Monitor can also be seen on the interface of Bluetooth Application that I will recommend on this article.
3 useful applications for serial data transfer between Android and Arduino
In this article, you will know about three easy, useful and absolutely FREE Android applications that facilitate serial communication between Arduino and Android via Bluetooth medium. Before moving on to applications, you can check this article to know about the fundamentals of Android-Arduino communication using Bluetooth. Now, let’s start with the applications first, then we…
