HELLO THERE!!! How are you guys? I hope everyone is fine and in good condition always. This week, I would like to share with you guys a simple experiment I made over the weekend.The objective of this experiment is to print out characters typed from keyboard to LCD keypad Shield attached on top Arduino. Let's get straight to the items used: HARDWARE: 1.Arduino UNO 2.LCD Keypad Shield SOFTWARE: 1.Arduino IDE The assembly for the circuit is fairly simple. Just carefully attach the lcd keypad shield on top of the Arduino. Make sure all of the shield pins were correctly connected into the Arduino pins. After assembly, power up your arduino, if everything is connected correctly, the PWR led of the shield will light up. Now that the assembly is done, let's view the code: #include<LiquidCrystal.h> // import the liquid crystal lib LiquidCrystal lcd(8, 9, 4, 5, 6, 7); //the lcd pins in order char value ; void setup() {
HI GUYS!! Welcome to My Blog!! In this blog, you can learn about Arduino basics and some interesting projects. Feel free to drop by and leave some comments. LET's SHARE OUR KNOWLEDGE TOGETHER!!