Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于树莓派,我在使用 waveshares https://www.waveshare.com/wiki/SIM8200EA-M2_5G_HAT获得仅 5G 连接时遇到问题。
有人知道适当的 AT 命令吗?
我也在使用这个 5G 模块,但使用的是 Jetson Nano 和 Windows。要强制 5G,请运行此命令。
AT+CNMP=71 //if your module green led turns off using this command, run the following command AT+CNMP= 39 //AT command for 4G (LTE)
我的模块上从来没有 5G。
您可以获取有关与AT+CREG网络注册命令(AcT参数)一起使用的访问技术的信息,并且您可以控制与该AT+COPS命令一起使用的访问技术。
AT+CREG
AcT
AT+COPS
在您的情况下,制造商文档在您链接的 wiki 页面上链接为“SIm8200 系列 AT 命令手册”,这应该是您的主要信息来源。这些命令在27.007中由 3GPP 标准化,因此您也可以在那里查看。
PS 确保您正确理解如何发送、读取和解析AT 命令行和响应行。