arduino dev kit coap:Arduino(MKR NB 1500)dev kit CoAP示例代码(LTE M或NB IoT) 源码
Arduino Dev-Kit CoAP示例代码 该示例通过LTE-M(Cat M1)或NB-IoT网络将CoAP数据包发送到Telenor托管IoT云(MIC)。 更改网络协议 默认情况下,该代码将使用LTE-M网络。 # define SECRET_RAT 7 // Radio Access Technology (7 is for LTE-M and 8 is for NB-IoT) 使用NB-物联网网络,改变SECRET_RAT在定义 : # define SECRET_RAT 8 // Radio Access Technology (7 is for
下载地址
用户评论