Replies: 2 comments 4 replies
-
The Pin number of the ESP32 ports are just the GPIO numbers. There is not MCU pin to board pin mapping like in other ports. If they do not match with your board, the board wiring is wrong. If you cite Pin(10) is Pin 12, what is printed on the board's silk screen of this Pin? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another problem, to determine the "other" Pins: |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,

It's about this:
For downloading anf flashing the firmware there was only one possibility: ESP32_GENERIC_C3
I've tried to use the pins, especially the ADCs, and then I run in this bug:
I know that the Pin 18-19 are not working previously (maybe for USB or something) read somewhere, but that's okay.
But, what was not: The Pin 0 is connected to ADC Pin and GPIO 0.
Next: Pin 2, 3, 4, 5 is working as expected (turning the onboard bgr leds on/off) that is also okay.
What I was wondering: Pin(10) --> is Pin 12
Pin 9 is nowhere
Pin(8) --> is Pin 10
Pin 6,7 is nowhere
Pins above 10 cannot be found at any free digital ports. Where are they?
So most of the Pins (output/input) you cannot use with this firmware. Is it a bug or feature?
Tested with common LED blinking.
Beta Was this translation helpful? Give feedback.
All reactions