-
Notifications
You must be signed in to change notification settings - Fork 33
Projects: How to use BASIC on Arduinos
Stefan Lenz edited this page Oct 26, 2022
·
17 revisions
You will need
- any Arduino you still have in your box - an Uno or a Mega.
- a USB Cable to connect it to your computer
- the working Arduino IDE on your computer
In the tutorial https://create.arduino.cc/projecthub/sl001/basic-on-arduinos-5b4e24 you will learn how to install BASIC on Arduinos and how to use it.
- an Arduino UNO or MEGA
- a standard LCD 16*2 shield with buttons, mine is from SainSmart
- a USB Cable to connect it to your computer
- the working Arduino IDE on your computer
- the Arduino LiquidCrystal library https://www.arduino.cc/en/Reference/LiquidCrystal
The tutorial https://create.arduino.cc/projecthub/sl001/basic-on-arduinos-5b4e24 explains how use a display on a BASIC computer.