Replies: 1 comment 1 reply
-
|
You can try setting your pinout in your QBIT dashboard~ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Seeed Studio XIAO ESP32-C3 does not have a GPIO 1 pin exposed on its pinout.
Based on the technical specifications and pin mapping of the XIAO ESP32-C3, the accessible GPIO pins are:
GPIO 0
GPIO 2
GPIO 3
GPIO 4
GPIO 5
GPIO 6
GPIO 7
GPIO 8
GPIO 9
GPIO 10
GPIO 20
GPIO 21
The ESP32-C3 chip itself has a GPIO 1, but it is not broken out to any pin or pad on the XIAO ESP32-C3 development board. Instead, the board uses an alternate pin mapping to provide accessible functions.
For example:
D1 on the XIAO ESP32-C3 corresponds to GPIO 3 (not GPIO 1)
D0 corresponds to GPIO 2
TX is on GPIO 21
RX is on GPIO 20
I used D1 but that is not working.
Beta Was this translation helpful? Give feedback.
All reactions