Skip to content

Commit 612cf97

Browse files
committed
Readme file updated and added the new BOM file
1 parent cfa2cee commit 612cf97

File tree

2 files changed

+475
-163
lines changed

2 files changed

+475
-163
lines changed

README.md

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Rust ESP Board
1+
# Rust ESP Board: ESP32-C3-DevKit-RUST-2
22

33
Welcome to the Rust ESP Development board project. This repository contains everything you will need to build the board yourself.
44

5+
> This version is a special edition (v1.3a) made for the Espressif Summit Brazil 2025 and is not available for purchase.ß
6+
57
## Where to buy
68

79
* [ESP32-C3-DevKit-RUST-1](https://www.espressif.com/en/products/devkits)
@@ -43,8 +45,6 @@ This board is based on the ESP32-C3, and includes sensors, LEDs, buttons, a batt
4345

4446
For the complete description, see the [ESP32-C3 Datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf).
4547

46-
![Diagram](assets/rust_board_v1.2_diagram.png)
47-
4848
### I2C Peripherals
4949

5050
This board includes the following peripherals over the I2C bus:
@@ -54,22 +54,24 @@ This board includes the following peripherals over the I2C bus:
5454
| IMU | ICM-42670-P | [Datasheet](https://invensense.tdk.com/download-pdf/icm-42670-p-datasheet/) | [Link](https://crates.io/crates/icm42670) | 0x68 |
5555
| Temperature and Humidity | SHTC3 | [Datasheet](https://www.mouser.com/datasheet/2/682/Sensirion_04202018_HT_DS_SHTC3_Preliminiary_D2-1323493.pdf) | [Link](https://crates.io/crates/shtcx) | 0x70 |
5656

57+
> Note that the temperature sensor might be affected by the heat dissipation of the module.
58+
5759
#### I2C Bus Connection
5860

5961
| Signal | GPIO |
6062
| ------ | ------ |
61-
| SDA | GPIO10 |
63+
| SDA | GPIO7 |
6264
| SCL | GPIO8 |
6365

6466
### I/Os
6567

6668
The following devices are connected through GPIO:
6769

68-
| I/O Devices | GPIO |
69-
| ----------- | ----- |
70-
| WS2812 LED | GPIO2 |
71-
| LED | GPIO7 |
72-
| Button/Boot | GPIO9 |
70+
| I/O Devices | GPIO |
71+
| ----------- | ----- |
72+
| WS2812 LED | GPIO2 |
73+
| LED | GPIO10 |
74+
| Button/Boot | GPIO9 |
7375

7476
### Power
7577

@@ -80,7 +82,7 @@ The following devices are connected through GPIO:
8082

8183
### Pin Layout
8284

83-
![Pin Layout](assets/rust_board_v1_pin-layout.png)
85+
![Pin Layout](assets/ESP32-C3-DevKit-RUST-2_pinlayout.png)
8486

8587

8688
#### Left Side
@@ -118,29 +120,15 @@ The following devices are connected through GPIO:
118120
| 8 | NC | |
119121
| 9 | IO18/USB_D- | GPIO18 |
120122
| 10 | IO19/USB_D+ | GPIO19 |
121-
| 11 | IO8/SCL | GPIO8 |
122-
| 12 | IO10/SDA | GPIO10 |
123+
| 11 | N/C | |
124+
| 12 | N/C | |
123125

124-
* [1] Connected to LDO enable pin*
125-
* [2] Connected to USB 5V*
126+
* [1] Connected to LDO enable pin*
127+
* [2] Connected to USB 5V*
126128

127129
## Project KiCad Libraries
128130

129-
* [ESP32C3](https://github.com/espressif/kicad-libraries)
130-
131-
## Board Design
132-
133-
Top
134-
135-
![TOP](assets/esp-rust-board_top.jpg)
136-
137-
Bottom
138-
139-
![BOT](assets/esp-rust-board_bot.jpg)
140-
141-
## Bill of Material
142-
143-
[Interactive BOM](https://esp-rs.github.io/esp-rust-board/)
131+
* [ESP32-C3](https://github.com/espressif/kicad-libraries)
144132

145133
## Case
146134

docs/index.html

Lines changed: 458 additions & 134 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)