Arduino Software - robertlarue/ArduCar-Web GitHub Wiki

[Home]] ](/robertlarue/ArduCar-Web/wiki/[Hardware) | [Arduino Software]] | Remote Control

Install Arduino development environment

  1. Download Arduino IDE and run the installer

Set up the environment

  1. Under Tools>Board> choose Arduino Nano w/ ATmega328

  2. Download the .ZIP file containing the code

  3. Navigate to the folder where the Arduino IDE is installed and open the libraries folder

  4. Copy the ArduinoPusherClient folder into the libraries folder

Open the sketch

  1. Copy the ArduCar-Web folder from the .ZIP file into your Arduino projects folder (typically in your Documents folder)

  2. In the ArduCar-Web folder, open ArduCar-Web.ino

Input Wi-Fi parameters

Upload the sketch

  1. Connect the FTDI to USB cable up to your computer and Arduino board

  2. Upload the sketch to your board