Skip to content

Commit

Permalink
Minor documentation update
Browse files Browse the repository at this point in the history
Adding updates to Pico SDK & Arduino along w/minor typo fixes.
  • Loading branch information
SFEMark committed Dec 4, 2024
1 parent 23c9dfc commit 63b7376
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/arduino_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The SparkFun Thing Plus - RP2350 is supported on the Arduino IDE in the [Arduino
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
</code>

Click "OK" to close this menu then navigate to the Boards Manager tool and search for "pico" and download the latest release of "Raspberry Pi Pico" (4.0.1 or later).
Click "OK" to close this menu then navigate to the Boards Manager tool and search for "pico" and download the latest release of "Raspberry Pi Pico" (4.2.1 or later).

<figure markdown>
[![Screenshot of board manager tool searching for pico.](./assets/img/arduino_boards.jpg){ width="600"}](./assets/img/arduino_boards.jpg "Click to enlarge")
Expand Down
2 changes: 1 addition & 1 deletion docs/hardware_assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: material/tools

## Qwiic Assembly

Basic assembly of the Thing Plus - RP2350 just requires plugging the board in over USB-C to upload firmware and/or start programming with it. SparkFun offers a variety of Qwiic breakout boards with Python libraries like the [AS6212 Temperature Sensor Breakout]() connected to the board in the photo below:
Basic assembly of the Thing Plus - RP2350 just requires plugging the board in over USB-C to upload firmware and/or start programming with it. SparkFun offers a variety of Qwiic breakout boards with Python libraries like the [AS6212 Temperature Sensor Breakout](https://www.sparkfun.com/products/18521) connected to the board in the photo below:

<figure markdown>
[![Photo of basic Qwiic assembly with AS6212 temperature sensor.](./assets/img/Thing_Plus_RP2350-Qwiic_Assembly.jpg){ width="600"}](./assets/img/Thing_Plus_RP2350-Qwiic_Assembly.jpg "Click to enlarge")
Expand Down
2 changes: 1 addition & 1 deletion docs/picoSDK_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The Pico C SDK is a C/C++ development kit for Raspberry Pi microcontrollers incl

### Thing Plus - RP2350 Board Definition

As of release, the Thing Plus - RP2350 does <i>not</i> have it's own board definition in the Pico SDK. Until this definition is added in what should be v2.1 of the SDK, users should select <b>Pico 2</b> for their board when uploading to the Thing Plus. We recommend using [Microsoft Visual Studio](https://code.visualstudio.com/) with the [Pico SDK Extension](https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico) in the meantime.
When using the Pico SDK, make sure to use v2.1 or later and select `sparkfun_thingplus_rp2350` for the board. We recommend using [Microsoft VS Code](https://code.visualstudio.com/) with the [Pico SDK Extension](https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico).
2 changes: 1 addition & 1 deletion docs/uf2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ UF2 stands for USB Flashing Format, which was developed by Microsoft for PXT (no

## Entering the Bootloader

Putting the Pro Micro - RP2350 only requires a couple of presses of the BOOT and RESET buttons. Start by pressing and holding the BOOT button down:
Putting the Thing Plus - RP2350 into bootloader mode only requires a couple of presses of the BOOT and RESET buttons. Start by pressing and holding the BOOT button down:

<figure markdown>
[![Pressing the BOOT button.](./assets/img/Thing_Plus_RP2350-uF2_BOOT.jpg){ width="600"}](./assets/img/Thing_Plus_RP2350-uF2_BOOT.jpg "Click to enlarge")
Expand Down

0 comments on commit 63b7376

Please sign in to comment.