Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ So what just happened? We just loaded a script to our board, instructing it to b

If you ever want to return your board to program it with the Arduino IDE, you need to put it in bootloader mode. You can read about what this means and how to do it in the [Nano ESP32 Cheat sheet](https://docs.arduino.cc/tutorials/nano-esp32/cheat-sheet#arduino-bootloader-mode).

## Summary

Congratulations! You’ve completed the installation chapter of MicroPython 101.

Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/python-cc).

## Troubleshooting
Got stuck? Here are a few common issues you may run into and tips on how to move forward.

Expand All @@ -106,3 +100,10 @@ Go back to step 3 in the [Step by Step](#step-by-step) section, and make sure th
If you cannot connect to your board in the code editor, make sure you're selecting the right port.

You can try **disconnecting** any other serial device such as other arduino boards from your computer, to make sure that only one device appears in the list.


## Summary

Congratulations! You’ve completed the installation chapter of MicroPython 101.

Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/python-cc).