Arduino Software - robertlarue/ArduCar-Web GitHub Wiki
[Home]] ](/robertlarue/ArduCar-Web/wiki/[Hardware) | [Arduino Software]] | Remote Control
Install Arduino development environment
- Download Arduino IDE and run the installer
Set up the environment
-
Under Tools>Board> choose Arduino Nano w/ ATmega328
-
Download the .ZIP file containing the code
-
Navigate to the folder where the Arduino IDE is installed and open the libraries folder
-
Copy the ArduinoPusherClient folder into the libraries folder
Open the sketch
-
Copy the ArduCar-Web folder from the .ZIP file into your Arduino projects folder (typically in your Documents folder)
-
In the ArduCar-Web folder, open ArduCar-Web.ino
Input Wi-Fi parameters
Upload the sketch
-
Connect the FTDI to USB cable up to your computer and Arduino board
-
Upload the sketch to your board