We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
想用A01外接ML307 4G模块,需要Uart口进行通信,遇到问题如下: 如果定义 ML307_RX_PIN GPIO_NUM_19 ML307_TX_PIN GPIO_NUM_20 就会报错 如果定义ML307_RX_PIN GPIO_NUM_10 ML307_TX_PIN GPIO_NUM_18 就能正常编译
是不是这个串口被内置的ASR芯片占用了?或者是说明书文件里的引脚标错了?这个引出的串口能否使用?麻烦解答一下
The text was updated successfully, but these errors were encountered:
是的,内部语音芯片默认使用了Uart1,可以把VB6824_UART_PORT改为0
Sorry, something went wrong.
No branches or pull requests
想用A01外接ML307 4G模块,需要Uart口进行通信,遇到问题如下:
如果定义 ML307_RX_PIN GPIO_NUM_19
ML307_TX_PIN GPIO_NUM_20
就会报错
如果定义ML307_RX_PIN GPIO_NUM_10
ML307_TX_PIN GPIO_NUM_18
就能正常编译
是不是这个串口被内置的ASR芯片占用了?或者是说明书文件里的引脚标错了?这个引出的串口能否使用?麻烦解答一下



The text was updated successfully, but these errors were encountered: