Starting with the `techCar` Template
1 - Download and Unzip this File
You should see a folder (techCar) with the following three files.
techCar.ino (This is the file you will customize)
ElegooCar4.h
ElegooCar4.cpp
2 - Open techCar.ino in Arduino
You should see the three tabs, one for each file, like shown below. Again, you will only need to edit the techCar file. The other two files are part of a library that makes programming your robot a bit easier, but you do not need to worry about them.
3 - Install the `FastLED` and `ArduinoJson` Libraries
Click on Sketch > Include Library > Manage Libraries
like seen below.
Once you are in the library manager search for FastLED
and install it. Then do the same for ArduinoJson
4 - Click the Right Arrow Button → to Upload the Program to Your Robot
You should see the process go through the following three steps, if successful.
Compiling sketch...
Uploading...
Done uploading.
✓ You are now ready to explore the template program to see what the robot can do.
Last updated