Analog pins on Arduino board is default pin used as analog input. In this pin you can measure analog voltage from 0 - 5V continuously. So i...
Read More
How to Reset Arduino from the Code
Sometimes we want to reset Arduino just to make sure all functions running properly. Or if Arduino in a ‘hangs’ state because of something ...
Read More
Interfacing Between Arduino and Delphi
A laptops or computers today rarely have physical parallel or serial port. Everything has been replaced with an USB port that is now in thi...
Read More
How to Upload Sketch to Arduino Pro Mini
Arduino Pro Mini is a mini-sized model of Arduino board, with same functionality as Arduino Uno board, but negates serial communic...
Read More
How to Handle SD Card with Arduino
Reading or writing in SD Card with Arduino is fairly easy to do. Internally, Arduino already provides a specific library for interacting wi...
Read More
Simple Distance Meter with Arduino and Ultrasonic Sensor
Ultrasonic sensor is one kind of sensors used to measure distance to an object. As the name implies, the sensor works at ultra high frequen...
Read More
Burn Arduino Bootloader to AVR ATMEGA8 using USBasp
In this tutorial , I talk about how to burn (upload) Arduino bootloader using USBasp programmer in general. In addition to easy and cheap, ...
Read More
Arduino LCD Shield Project: Display ‘Hello World’ Text
LCD Shield is a 16x2 LCD ( Liquid Crystal Display ) compact module, ready to embed to Arduino header. So, the stackable shield can directly...
Read More
How to Control DC Fan 12V Using Arduino
Sometimes our Arduino circuit requires a cooling system so all components are not overheat. High temperatures can cause permanent damage to...
Read More
Burning Bootloader to Arduino Mega with Arduino Uno
Arduino Mega board is one of Arduino-based AVR microcontroller variants. It’s powered by ATMega 2560 microcontroller. One advantage of this...
Read More
How to Burn/Upload Arduino Bootloader using USBASP
USBASP is universal programmer board for microcontroller especially Atmel-AVR families. Normally, USBASP is used to burn/upload HEX file (...
Read More
How to Handle HC-05 Bluetooth Module with Arduino
One of bluetooth module which is able to handle bluetooth communication is HC-05 . This module is widely used because it is relatively easy...
Read More
Subscribe to:
Posts (Atom)