-
Notifications
You must be signed in to change notification settings - Fork 62
Uploading code to the Arduino
MickGyver edited this page Sep 7, 2020
·
5 revisions
First you need to download and install the Arduino IDE (install the Arduino IDE, not the web editor). Here are installation instructions for a few operating systems:
- Plug in the Arduino Pro Micro to a free USB port. Drivers should be installed automatically.
- Start the Arduino IDE.
- Load the project (*.ino file) you wish to upload from the menu File / Open...
- In the menu Tools / Board, select "Arduino Leonardo".
- In the menu Tools / Port, select the COM port for the Arduino, it should say something like "COM12 (Arduino Leonardo)".
- To compile and upload the code, use the menu option Scetch / Upload. Check the black status window on the bottom of the IDE.