Skip to content

Uploading to Arduino

ggee edited this page Aug 7, 2020 · 1 revision

To install the firmware onto your Arduino, follow the steps below.

On PC.

  1. GIT clone https://github.com/manu-fwi/RR-duino project
  2. Open RR-duino project folder
  3. Make a folder called RR-duino in that folder
  4. Copy all the files from src/* into the new RR-duino folder.
  5. Open Arduino IDE and open RR-duino.ino project in the RR-duino directory we just made.
  6. Compile and upload.
Clone this wiki locally