For Windows Lesson 0 Setting Up Development Environment
For Windows Lesson 0 Setting Up Development Environment
sets up
development environment --
arduino IDE
But..
e......
what is arduino IDE......?
0
arduino IDE
As an open source software,arduino IDE,basing on Processing IDE development is an integrated development
environment officially launched by Arduino.
In the next part,each movement of the vehicle is controlled by the program so it’s necessary to get the
program installed and set up correctly. By using arduino IDE,You just write the program code in the IDE and
upload it to the Arduino circuit board. The program will tell the Arduino circuit board what to do.
Go to
https://www.arduino.cc/en/Main/Software
STEP2:
STEP4:
These are available in the materials
we provide, and the versions of our
materials are the latest versions when
this course was made.
2
Choose "Next" to see the following
interface.
3
STEP5:
Next, the following icon appears on the desktop.
STEP6:
Connect development board of the car to the
computer.
4
STEP7:
Open the Arduino IDE. Select “Tool”
“Board:” ”Arduino/Genuino Uno”. Select
“Tool” ”Port:” ”COM (Arduino/Genuino
Uno)”.
STEP8:
If you see the port “COM (Arduino/Genuino
Uno)”, it means that the vehicle has been
connected correctly to the computer. In this
case, you can jump to STEP 8 directly.
Otherwise, you need to install the driver in
the following way manually..
5
Open Device Manager by right clicking My
Computer——Management——Device
Manager.
6
Arduino install folder.
7
Install Arduino USB device.
finally,
STEP9:
After the driver is installed, please
open the IDE and then click
"Tools" "Board" "Arduino/Genuino
Uno".
8
STEP10:
Click “Tools””Port”COM.
STEP11:
Open the code file in the directory
"\Lesson 1 Make The Car Move \AUTO_
GO_\AUTO_GO_.ino"
upload to the UNO controller board.
TIPS:
When uploading codes, please remove the
Bluetooth module from the IO expansion
board (because the serial port for uploading
codes and Bluetooth communication is
the same one and there will be conflicts).
You can mount the Bluetooth module
after the upload.
9
At this time, the Arduino development environment has been successfully built.
http://www.elegoo.com
2019.7.15
10