
.
.
Super Starter Kit UNO R3 Project From Elegoo
In one of my previous blog posts I used Arduino-UNO Starter Kit, which I ordered at Conrad (English version) and I wasn’t really impressed by the manual, it didn’t satisfy to my expectations and needs. SO, I was looking around to find some distributors for a BETTER version… At “Amazon US” I found Elegoo UNO Project Super Starter Kit with Tutorial for Arduino. First of all, the kit is delivered in a plastic box and its price is also attractive, $34.99.
The manual with the code, libraries and tutorials is on a DVD. So, I was looking first on the DVD and reading the Manual in PDF format to see the quality of the tutorials and the tutorials in PDF are very well documented. Once knowing WHAT is possible to do I made my choice for the “LCD-Tutorial“…
Below is the “Wiring diagram“, the How-To to connect the wires to make it work.
.
.
As yo can see, it isn’t that much to do. Once the wiring ready, it is time to upload the code to the IDE and make it run to the success 😉 With the delivered code you will see the message “Hello World” on the LCD-Display.
.
.
Here below the code where the message “Hello World” is in.
.
SO, why not playing around a bit to understand the code and changing the text message in <===> lcd.print(“Hello, World!”); <===> into something different, something more personal!? That’s WHAT I did, here my code change:
lcd.begin(16, 2);
// Print a message to the LCD.
lcd.print(“Gust MEES – LCD”);
which shows up as, see image below please.
.
.
The LCD-Display shows now my name as well (photo was taken when the counter was at 62) as my age, yes I am 62 years old (actually young, LOL); meaning that WHEN I can do this you for sure are able to do it! SO, WHAT are you waiting for to START learning about coding!!?
Reflecting for ideas:
SO, WHY not assembling everything into a box and use it as your personal “Door Name Display“, play around with some text and find out…
Ready, START, GO… Have fun by LEARNing-By-Doing 😉
.
You may have a look on my other blog posts about Arduino below:
.
.
The author Gust MEES is ICT Course Instructor, ”Member of the Advisory Board” from “Luxembourg Safer Internet” (LuSI), BEESECURE, Official Partner (Consultant) from the Ministry of Education in Luxembourg, project “MySecureIT“, Official Partner from the Ministry of Commerce in Luxembourg, project “CASES” (Cyberworld Awareness and Security Enhancement Structure). The author was also a winner of an electronics contest (Germanic countries) in 1979 and got his project published in the “Electronics Magazine ELO”. |
.
Stay tuned for next blog post(s) 😉..
.
Keywords necessary for me to create this blog post: Arduino Starterkit, Arduino UNO R3, Elegoo, quality kits, LCD, LCD Display, coding, Maker, MakerED, MakerSpaces, Electronics, Amazon US,
.
.
.
.
.