Hello everyone. Today I am going to show how to program arduino pro mini using arduino uno. If you already had a arduino uno and you newly buy arduino pro mini then you don’t need to buy the USB to serial converter to program the arduino pro mini because you can program pro mini using […]
Projects
Arduino Xylophone
I made a xylophone that uses an Arduino Mega to detect when a note is struck, and generate MIDI output. This project is wondeful because I essentially made a xylophone, a drumkit, and any other MIDI controlled sound instrument, with one tool. The following steps will outline what I used to make this xylophone. […]
Arduino Nano to Arduino Uno Adapter
Arduino Nano is a nice, small and cheap member of the Arduino family. It is based on the Atmega328 chip, what makes it as powerful as the biggest his brother Arduino Uno, but it can be obtained for less money. In Ebay now Chinese versions can be bought for less than 3 USD. Additionally to […]
Arduino LED Exploration
Arduino LED ExplorationMy program shows you all of the data on your Led from the first light to the normal operation light. From that data you can pick an RS that is good light, but lower in current. You must build the circuit to run my program. You must open a terminal window when you […]
LilyPad Arduino Painted Canvas With Music and Lights
This is a project that I created for my Children and Technology class that I am taking in my Masters of Library Science Program. This was one of my first experiences with coding so this was a trial and error process but this instructable should outline my success throughout the process. My initial inspiration came […]
Arduino-Controlled 12V Battery Charger
The circuit presented here can automatically charge a 12V, 7Ah battery, or above. Special features of the charger are as follows. It automatically controls the charging current as per the status of the battery. Battery voltage level as well as charging status are indicated on the LCD display. The charger maintains float voltage, if battery […]
12-Multi National Digital Clock on Arduino UNO
The presence of 12-Multi-National Digital clocks is very common at the lobby / front desk of star hotels, showing time & dates of several countries where from most of the guests to arrive to stay at the hotel. One common feature of these clocks is that they are majestically looking elegant dial clocks! I tried […]
Arduino-Based Coil Winding Temperature Recorder and Alarm Generator
Monitoring the temperature of a transformer or electric motor winding involves data acquisition. This project is developed to monitor the temperature of an electric motor and a transformer with high accuracy, incorporating display and alarm facility. This circuit can be installed near a transformer winding or a motor’s location, or it can be attached to […]
Arduino-Based MOSFET Terminal Identification System
Metal oxide semiconductor field effect transistor (MOSFET) is a semiconductor device widely used for switching applications and amplifying electronic signals. While the facility to determine the type and pin configuration of bipolar junction transistors (BJTs) are available in digital multimeters (DMMs) used in the laboratory, most DMMs do not provide such features for MOSFETs. This […]
DC Panel Meter using Arduino
Panel meters in regulated power supplies are used to display electrical parameters like voltage and current. Presented here is a circuit to display DC voltage and current of power supplies, including DIY-type ones. Circuit and working Circuit diagram of the DC panel meter using Arduino is shown in Fig. 1. The circuit is built around […]