LCD Arduino Sign
Dr. White needs a way to make a Arduino welcome sign because he needs a way to show other students what Computer Science involves.
Supplies
Arduino Uno, LCD screen, Male to Female wires, USB 2.0 Cable Type A/B
https://store-usa.arduino.cc/products/arduino-uno-rev3
https://www.amazon.com/GenBasic-Solderless-Dupont-Compatible-Breadboard-Prototyping/dp/B01L5UKAPI/ref=sr_1_3?keywords=male+to+female+jumper+wires&qid=1669671173&sr=8-3
https://store-usa.arduino.cc/products/usb-2-0-cable-type-a-b
Prototype- Open Tinkercad
Log in/ Sign up to Tinkercad. In the upper right hand corner, select "new" and then select "circuit".
Prototype- Design
In the search bar, type in "LCD". In the results under starters, select and drag "LCD" onto the workspace.
Code A
In the upper right hand corner, select "code". If desired, change the wording on the screen by typing in different messages.
Code B
Above the six colored circles, select "Blocks". Then select "Blocks + Text".
Code C
Download the Arduino IDE. At the top, there is a drop down box. Select Arduino Uno. Copy and Paste the code into Arduino. Hold on to that for a minute.
Build
Gather 4 Male to Female wires, the Arduino Uno, and the LCD screen. Set them up just like you did the Tinkercad.
Attach
Plug the hexagonal side of the USB cable into the Arduino and plug the other side into the USB port in your computer.
Final
Once the Arduino is set up and it is plugged into your computer, go back to Arduino IDE. In the upper left hand corner select the blue arrow. Tada! You have made an Sign on an LCD screen using an Arduino!