Skip to content

Conversation

@NologoTech
Copy link
Contributor

No description provided.

@78
Copy link
Owner

78 commented Oct 30, 2025

为什么需要把 at_uart.cc 复制到 boards 目录下? 不会重复实现了吗?

@NologoTech
Copy link
Contributor Author

为什么需要把 at_uart.cc 复制到 boards 目录下? 不会重复实现了吗?

铝合金用的4g模组是定制的,有两个地方与ml307组件不兼容。一个是睡眠指令,另一个是SendCommandWithData中的SendData(data, data_length)方法。定制的4g模组需要在发送数据时加上\r\n的结束符,才能正常发送消息。不加上结束符会导致通信失败。如果可以的话,也可以从ml307的组件上适配这个定制模组。测试发现不会重复实现,这可能和idf的构建规则有关系。

@NologoTech NologoTech closed this Oct 30, 2025
@78
Copy link
Owner

78 commented Oct 30, 2025

这个产品还做了纯 WiFi 版的?我以为市场上只有双网络版本

@NologoTech
Copy link
Contributor Author

这个产品还做了纯 WiFi 版的?我以为市场上只有双网络版本

没做纯wifi版本的。用纯wifi版的话,只是不使用板子上的4g模组。双网络版本由于4g模组的问题后续需要我们自己维护了

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