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

Add Serial3 for Arduino Nano Connect RP2040. Fix #807 #838

Merged
merged 5 commits into from
Sep 6, 2022
Merged

Add Serial3 for Arduino Nano Connect RP2040. Fix #807 #838

merged 5 commits into from
Sep 6, 2022

Conversation

khoih-prog
Copy link
Contributor

@khoih-prog
Copy link
Contributor Author

Hi @sabas1080

Please retest this PR #838 using FirmwareUpdater

@earlephilhower
Copy link
Owner

Isn't this the same as #807 which did not work for him?

@khoih-prog
Copy link
Contributor Author

No, the pins have been changed to

#define SERIAL3_TX              (D25)
#define SERIAL3_RX              (D26)

from #807

#define SERIAL3_TX              (25)
#define SERIAL3_RX              (26)

I've tested and communication is OK to ESP32 boot ROM

Communicate OK with ESP32 boot ROM!

@earlephilhower
Copy link
Owner

Ah, great. Thx!

@earlephilhower earlephilhower merged commit 1303ef5 into earlephilhower:master Sep 6, 2022
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