Updated Appendix C: Firmware programming (markdown)
parent
36e66a4c28
commit
be7ac751ac
|
@ -58,7 +58,7 @@ In this step, we'll program the Arduino Nano with the ArduinoISP sketch so that
|
|||
- The Arduino Nano should have a few status LEDs that illuminate when it's powered on.
|
||||
- The Ploopy Mouse will either be completely dim, or there will be a white LED that is either very dim or very bright. Any of those are normal states.
|
||||
2. Fire up the Arduino IDE.
|
||||
3. Remove any capacitor between RST and GND on the Nano, and then open up the ArduinoISP sketch in Arduino IDE (in Examples).
|
||||
3. Remove any capacitor between RST and GND on the Nano, and then open up the ArduinoISP sketch in Arduino IDE (in `File -> Examples -> 11.ArduinoISP -> ArduinoISP`).
|
||||
4. Upload the ArduinoISP sketch onto the Arduino Nano.
|
||||
- Make sure that, in the Arduino IDE, `Tools > Board` is set to `Arduino Nano` and `Tools > Programmer` is set to `AVRISP mk II`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue