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......?
http://www.elegoo.com
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”
”Port:””COM8”.
5
if your computer's OS is win7, you
should download the usbbridgesetup_
ca_WIN7 on our website:
http://www.elegoo.com/download/
unzip the zip file,running the installer
"USBBridgeSetup_CA"
STEP8:
After the driver is installed, please
open the IDE and then click
"Tools" "Board" "Arduino/Genuino
Uno".
STEP9:
Click “Tools”“Port”“COM”.
STEP10:
Open the code file in the directory
"\Lesson 1 Make The Car Move \AUT
O_GO_\AUTO_GO_.ino"
upload to the UNO controller board.
6
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.
7
At this time, the Arduino development environment has been successfully built.
http://www.elegoo.com
2020.10.26