Skip to content

Commit 7358080

Browse files
committed
Added links and new images
1 parent 0768fbd commit 7358080

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Welcome to the Rust ESP Development board project. This repository contains everything you will need to build the board yourself. Manufactured boards will be available soon, at which point a purchase link will replace this text.
44

5+
## Where to buy
6+
7+
* [ESP32-C3-DevKit-RUST-1](https://www.espressif.com/en/products/devkits)
8+
* [AliExpress Espressif Official Store](https://www.aliexpress.com/item/1005004418342288.html)
9+
10+
## Ferrous Systems Training
11+
12+
* [Training: Explore the power of Rust on the new Espressif board](https://ferrous-systems.com/go/trainings/esp32-c3-devkit-rust-1/)
13+
514
## Project Specification
615

716
This board is based on the ESP32-C3, and includes sensors, LEDs, buttons, a battery charger, and USB type-C connector.
@@ -32,6 +41,8 @@ This board is based on the ESP32-C3, and includes sensors, LEDs, buttons, a batt
3241

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

44+
![Diagram](assets/rust_board_v1.2_diagram.png)
45+
3546
### I2C Peripherals
3647

3748
This board includes the following peripherals over the I2C bus:
@@ -65,6 +76,9 @@ The following devices are connected through GPIO:
6576

6677
### Pin Layout
6778

79+
![Pin Layout](assets/rust_board_v1_pin-layout.png)
80+
81+
6882
#### Left Side
6983

7084
| Pin Number | Description | SoC |

assets/rust_board_v1.2_diagram.png

175 KB
Loading

assets/rust_board_v1_pin-layout.png

151 KB
Loading

0 commit comments

Comments
 (0)