Skip to content

Commit 9b01a51

Browse files
committed
Minor fixes
Fixing photo links & other minor issues. Completing Resources page.
1 parent 8b7cb11 commit 9b01a51

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

docs/hardware_overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The ESP32-C6 has 16 MB Flash memory along with 512 KB SRAM (high power)/ 16 KB S
2424
The Thing Plus ESP32-C6 includes several options for powering including USB-C, LiPo battery with on-board battery charging and monitoring circuits as well as direct power inputs.
2525

2626
<figure markdown>
27-
[![Photo highlighting power components/pins.](./assets/Thing_Plus_C6-Power){ width="600"}](./assets/ "Click to enlarge")
27+
[![Photo highlighting power components/pins.](./assets/img/Thing_Plus_C6-Power.jpg){ width="600"}](./assets/ "Click to enlarge")
2828
</figure>
2929

3030
### USB-C Connector
@@ -38,7 +38,7 @@ The board has a 2-pin JST connector to connect a single-cell Lithium Ion (LiPo)
3838
## Pinout & Qwiic Connector
3939

4040
<figure markdown>
41-
[![Photo highlighting through-hole pinouts.](./assets/Thing_Plus_C6-PTHs.jpg){ width="600"}](./assets/ "Click to enlarge")
41+
[![Photo highlighting through-hole pinouts.](./assets/img/Thing_Plus_C6-PTHs.jpg){ width="600"}](./assets/ "Click to enlarge")
4242
</figure>
4343

4444
### PTH Headers
@@ -60,23 +60,23 @@ There's a Qwiic connector on the board tied to the ESP32-C6's Low Power I<sup>2<
6060
There are two buttons on the board labeled <b>RESET</b> and <b>BOOT</b>. The RESET button is tied to the ESP32-C6's Enable (EN) pin and resets the module when pressed. The BOOT button puts the ESP32-C6 into bootloader mode when held down during power on or reset.
6161

6262
<figure markdown>
63-
[![Photo highlighting solder jumpers.](./assets/Thing_Plus_C6-Buttons.jpg){ width="600"}](./assets/ "Click to enlarge")
63+
[![Photo highlighting solder jumpers.](./assets/img/Thing_Plus_C6-Buttons.jpg){ width="600"}](./assets/ "Click to enlarge")
6464
</figure>
6565

6666
## LEDs
6767

6868
This Thing Plus has three LEDs labeled <b>PWR</b>, <b>CHG</b>, and <b>STAT</b>. The red Power (PWR) LED indicates whenever the <b>3.3V</b> circuit is powered. The yellow Charge (CHG) LED indicates whenever the MCP73831 is charging a connected LiPo battery. The WS2812 RGB Status (STAT) LED connects the LED's Data In signal to IO23.
6969

7070
<figure markdown>
71-
[![Photo highlighting solder jumpers.](./assets/Thing_Plus_C6-LEDs.jpg){ width="600"}](./assets/ "Click to enlarge")
71+
[![Photo highlighting solder jumpers.](./assets/img/Thing_Plus_C6-LEDs.jpg){ width="600"}](./assets/ "Click to enlarge")
7272
</figure>
7373

7474
## Solder Jumpers
7575

7676
There are nine solder jumpers on the Thing Plus - ESP32-C6 labeled <b>I<sup>2</sup>C</b>, <b>ALRT</b>, <b>SD_DET</b>, <b>MEAS</b>, <b>LP</b>, <b>SHLD</b>, <b>RGB</b>, <b>CHG</b>, and <b>PWR</b>. The table below outlines the jumpers' labels, default state, function, and any notes regarding their use:
7777

7878
<figure markdown>
79-
[![Photo highlighting solder jumpers.](./assets/Thing_Plus_C6-Jumpers.jpg){ width="600"}](./assets/ "Click to enlarge")
79+
[![Photo highlighting solder jumpers.](./assets/img/Thing_Plus_C6-Jumpers.jpg){ width="600"}](./assets/ "Click to enlarge")
8080
</figure>
8181

8282
<table>

docs/resources.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
For more information on the Thing Plus ESP32-C6, check out the resources below:
2+
3+
* [Schematic](./assets/board_files/Thing_Plus_ESP32_C6.pdf)
4+
* [Eagle Files](./assets/board_files/Thing_Plus_ESP32_C6.zip)
5+
* [Board Dimensions](./assets/board_files/Thing_Plus_ESP32_C6-Dimensions.png)
6+
* [Datasheet](./assets/component_documentation/ESP32-C6-WROOM-1-Datasheet.pdf) (ESP32-C6 WROOM-1)
7+
* [Technical Reference Manual](./assets/component_documentation/ESP32-C6_Technical_Reference_Manual.pdf)
8+
* [GitHub Repository](https://github.com/sparkfun/SparkFun_Thing_Plus_ESP32_C6)
9+
* [Thing Plus Info Page](https://www.sparkfun.com/thing_plus)
10+
* [Qwiic Info Page](https://www.sparkfun.com/qwiic)

0 commit comments

Comments
 (0)