WIP
This commit is contained in:
@@ -54,9 +54,14 @@ For example, here is the Freenove ESP32-S3 WROOM pinout from Freenove, the manuf
|
||||
|
||||
<center><img alt="Freenove ESP32-S3 WROOM pinout" src="wroompinout.png" width="800px" /></center>
|
||||
|
||||
And here is some of the pin reference documentation from Espressif on the ESP32-S3 chip itself that lives on the devboard
|
||||
And here is some of the pin reference documentation from Espressif on the ESP32-S3 chip itself that lives on the devboard (click each image for higher resolution - this can alos be found in chapter 2 of the datasheet from Espressif). This should tell us that the pins on our devboard aren't on the same place as the ones on the ESP32-S3 itself, they may not even be numbered the same, and the board vendor may not actually choose to expose the entire package. At least the vendor and the chip manufacturer should be using the same *names* for the pins (`GPIOxx` for example) so we can cross reference them.
|
||||
|
||||
<center>
|
||||
<img alt="Espressif ESP32-S3 pinout" src="esp32s3pinout.png" width="320px" />
|
||||
<img alt="Espressif ESP32-S3 pin names" src="esp32s3pinnames.png" width="320px" />
|
||||
<img alt="Espressif ESP32-S3 pin functions" src="esp32s3pinfunctions.png" width="320px" />
|
||||
</center>
|
||||
|
||||
<center><img alt="Espressif ESP32-S3 pinout" src="esp32s3pinout.png" width="480px" /></center>
|
||||
|
||||
## WS2812s
|
||||
|
||||
|
||||
BIN
06-joystick/esp32s3pinfunctions.png
Normal file
BIN
06-joystick/esp32s3pinfunctions.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
BIN
06-joystick/esp32s3pinnames.png
Normal file
BIN
06-joystick/esp32s3pinnames.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user