How to Read Keypad with Arduino hansapw 4:40 PM Add Comment hansapw Keypad is set numeric or alphanumeric characters with a limited number of buttons. The numeric keypad buttons only contain numeric characte... Read More
How to Control DS04-NFC Servo with Arduino hansapw 7:03 PM Add Comment hansapw Actually a servo motor has feedback sensors that report the position / angle of rotation when rotating. Well, departing from this sense tha... Read More
RFID RC522 Arduino Tutorial hansapw 2:37 PM Add Comment hansapw RFID, Radio Frequency Identity as the name implies, is a unique identity that can be read over radio frequency. Because over radio frequen... Read More
Reading and Writing Data to Arduino’s EEPROM hansapw 5:27 PM Add Comment hansapw Arduino is an electronic board that contains a microcontroller, complete with minimum system for its working cycle. Well, mostly Arduino bo... Read More
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