How to Configure Arduino Analog Pin to be Digital Pin hansapw 2:52 PM Add Comment hansapw 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 hansapw 6:03 PM Add Comment hansapw 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 hansapw 2:14 PM Add Comment hansapw 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 hansapw 6:16 PM Add Comment hansapw 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 hansapw 7:20 PM Add Comment hansapw 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 hansapw 5:16 PM Add Comment hansapw 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 hansapw 3:27 PM Add Comment hansapw 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 hansapw 6:46 PM Add Comment hansapw 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 hansapw 9:50 PM Add Comment hansapw 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 hansapw 5:34 PM Add Comment hansapw 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 hansapw 8:17 PM Add Comment hansapw 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 hansapw 6:43 PM Add Comment hansapw 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