Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default pin remap for wESP32 #2508

Merged
merged 3 commits into from
Mar 3, 2019
Merged

Default pin remap for wESP32 #2508

merged 3 commits into from
Mar 3, 2019

Conversation

xorbit
Copy link
Contributor

@xorbit xorbit commented Feb 25, 2019

Improved default pin mapping for I2C0 and UART1 to avoid issues with programming:

  • SDA0 was on IO2 but IO2 needs to be pulled low on reset to enable serial programming, which conflicts with I2C pull-ups.
  • RX1 was on IO12, idle UART level is high which conflicts with IO12 needing to be low on reset to select correct 3.3V flash voltage.

New mappings:
SDA0 on IO15
RX1 on IO13
TX1 on IO12

Improved default pin mapping for I2C0 and UART1 to avoid issues
with programming.
SDA0 was on IO2 but IO2 needs to be pulled low on reset to enable
serial programming, which conflicts with I2C pull-ups.
RX1 was on IO12, idle UART level is high which conflicts with
IO12 needing to be low on reset to select correct 3.3V flash
voltage.
New mappings:
SDA0 on IO15
RX1 on IO13
TX1 on IO12
@me-no-dev me-no-dev merged commit cebd870 into espressif:master Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants