Skip to content

Commit

Permalink
add instructions for bootloading
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccand committed Nov 17, 2024
1 parent d51d348 commit 989e38d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/source/.#movement.rst

This file was deleted.

Binary file added docs/source/images/bootload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/rp2040_white_button.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,26 @@ We recommend creating a folder that you will use for your MicroPython code - put
Connecting to the Arduino over USB
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Connect your Arduino to your computer using a USB cable. In the bottom left of the OpenMV IDE, you should see this:
Connect your Arduino to your computer using a USB cable. Double click the small white button on the top of the Arduino to put the Arduino in bootloader mode.
.. image:: images/rp2040_white_button.jpeg
:height: 80
:alt: RP2040 white button

In the bottom left of the OpenMV IDE, you should see this:

.. image:: images/openmv_unconnected.png
:height: 100
:alt: OpenMV unconnected symbols

If you don't see this, it means that OpenMV doesn't recognize the board. You can wait for a little and try messing with your USB conection (different cable, different port, unplug/replug, etc.). Once you see this, click the "Connect" button (the USB connection, or upper button of the two in the image).
If you don't see this, it means that OpenMV doesn't recognize the board. You can wait for a little and try messing with your USB conection (different cable, different port, unplug/replug, etc.).

Once you see this, click the "Connect" button (the USB connection, or upper button of the two in the image).

When you try to connect, you may see a popup requesting to load the latest firmware. If you see this, click OK.

.. image:: images/bootload.png
:height: 80
:alt: Bootloading

The arrow below it should turn green when connected.

Expand Down

0 comments on commit 989e38d

Please sign in to comment.