-
Notifications
You must be signed in to change notification settings - Fork 61
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
Which UART to use for GPS - v1.0 board #4
Comments
Basically most IO can be used, only need to initialize IO in the initialization call
|
Thank you. Will try this and revert. |
Hi @lewisxhe Can you help to answer the above question? |
I just tell you how to use it, you can better other IO ports, such as 16, 17, 18, 19, etc. unused pins |
I think the issue is related to 26Mhz XTAL error. This shows when I try in ESP-IDF. |
Hi @lewisxhe
I have a V1.0 board and wants to connect a GPS to it.
Which pins can I use and what serial (in arduino)? I see UART2 => as 16 & 17 but 16 being used for OLED RST as well.
Trying this Adafruit example
The text was updated successfully, but these errors were encountered: