arduino keypad 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
arduino rfid 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
arduino eeprom 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
analog pin arduino 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
arduino reset 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
arduino delphi interfacing 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