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

Update: xiao esp32s3 serial1 #1442

Closed
wants to merge 4 commits into from
Closed

Update: xiao esp32s3 serial1 #1442

wants to merge 4 commits into from

Conversation

Jasionf
Copy link
Contributor

@Jasionf Jasionf commented Jul 23, 2024

No description provided.

Copy link

👍 @Jasionf

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.

Copy link
Member

@limengdu limengdu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

其他的XIAO也要写一样的内容,C3,S3,C6

@@ -505,6 +504,49 @@ After uploading the program, open the Serial Monitor in Arduino IDE and set the

<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/img/24.png" style={{width:600, height:'auto'}}/></div>

### UART Serial

According to the above XIAO-S3 Pin diagrams for specific parameters,we can observe that there are TX pin and RX pin,This is different from serial communication, but the usage is also very similar, except that a few parameters need to be added,So nex,we will use the pins led out by the chip for serial communication
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

名字要写正确,XIAO ESP32S3


void setup() {
Serial1.begin(BAUD,SERIAL_8N1,RX_PIN,TX_PIN);
while(!Serial1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉

@limengdu limengdu closed this Jul 25, 2024
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