Projects

Arduino and Transistors Question RE School Musical Production

Arduino and Transistors Question – RE: School Musical Production

One of the directors has asked me to create a special backdrop for our college musical. This particular backdrop has a particular design (see below) that includes LED strip lighting to give the feel of a 1920s casino sign – similar to what is seen today in Las Vegas. I  have done up a detailed […]

Build Arduino Based Home Security System Using PIR Motion Sensor

Build Arduino Based Home Security System Using PIR Motion Sensor

PIR sensors are widely applied in wireless residential security systems, home alarms systems and many more security circuits as motion detector sensors. A typical PIR sensor detects the infrared red (IR) waves from human body and so it is also known as ‘human sensor’. It would be wonderful if we interface PIR sensor to Arduino […]

Temperature Sensing with Arduino

Temperature Sensing with Arduino

As part of the CanSat Primary Mission, we need to measure temperature.  For this our starter kit has given us an Arduino Uno R3 micro-controller, as well as some resistors and an NTCLE101E3 NTC Thermistor. The thermistor is a special kind of resistor that changes its resistance with temperature.  In our case we have an […]

Arduino Basics 5 – Add SD storage to Arduino

Arduino Basics #5 – Add SD storage to Arduino

Arduino Uno’s microcontroller board is great, but the one thing it’s not overly generous with is storage. Having 32KB of program flash storage, 2KB of RAM and 1KB of programmable EEPROM space at your disposal is fine for many Arduino projects, but it’s not enough when you need to record data. But with a $2 […]

GSM Based Wireless Notice Board

GSM Based Wireless Notice Board

ABSTRACT: There are several places which require vital notice to be displayed like colleges, railway stations, share-market, restaurants, hospitals etc. Looking into the present trend of information transfer, it is seen that vital notice take time to be displayed on the displaying boards. This latency is not anticipated in most of the cases and must […]

How to Make Phonecall From GSM Module Using Arduino

How to Make Phonecall From GSM Module Using Arduino

One can use a cell phone with any cellular networks around the globe if the proper SIM card is inserted in it. This is possible because there is some device inside the cell phone which follows a global standard enabling them to connect with different cellular networks. This standard is called Global System for Mobile […]

Sinewave Inverter Circuit Using Arduino

Sinewave Inverter Circuit Using Arduino

The post explains how to build a simple sinewave inverter circuit using PWM feed from an Arduino Uno board, the article also discusses a sinewave 3 phase inverter using the same input from an Arduino. The idea was requested by Mr. Raju Visshwanath Technical Specifications  UPDATE: Please also refer to this article which explains how […]

Arduino Digital Voltmeter 0V to 30V3

Arduino Digital Voltmeter 0V to 30V

Here is a useful circuit for Arduino lovers and experimenters. It is a simple digital voltmeter, which can safely measure input dc voltages in 0 to 30V range. The Arduino board can be powered from a standard 9V battery pack, as usual. As you may well know, Arduino’s analog inputs can be used to measure […]

Pololu Dual VNH5019 Motor Driver Shield for Arduino ash02a

Pololu Dual VNH5019 Motor Driver Shield for Arduino (ash02a)

Get your Arduino moving! This shield makes it easy to control two high-power DC motors with your Arduino or Arduino-compatible board. Its dual robust VNH5019 motor drivers operate from 5.5 to 24 V and can deliver a continuous 12 A (30 A peak) per motor, or a continuous 24 A (60 A peak) to a single motor connected to both […]

Arduino Programming For Beginners The Traffic Light Controller

Arduino Programming For Beginners: The Traffic Light Controller

Last week, we learnt about the basic structure of an Arduino program and took a closer look at the ‘blink’ example. Hopefully you took the opportunity to experiment with code, adjusting the timings. This time, we’ll be writing something from scratch. In fact, let’s make a traffic light. Apart from the basic Arduino, you’ll need: […]

Scroll to Top