arduino-dev-kit-coap:Arduino(MKR NB 1500)dev-kit CoAP示例代码(LTE-M或NB-IoT)

时间:2024-03-15 16:19:07
【文件属性】:

文件名称:arduino-dev-kit-coap:Arduino(MKR NB 1500)dev-kit CoAP示例代码(LTE-M或NB-IoT)

文件大小:8KB

文件格式:ZIP

更新时间:2024-03-15 16:19:07

iot arduino coap udp coap-client

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 LTE-M and 8 is for NB-IoT) 网络相关代码更改 此存储库中的代码反映了挪威Telenor中网络的设置。 如果您的设备将连接到其他网络,则必须在进行一些更改以反映此情况: //


【文件预览】:
arduino-dev-kit-coap-master
----arduino_secrets.h(609B)
----main.ino(5KB)
----coap.cpp(10KB)
----README.md(1KB)
----coap.h(6KB)
----.gitignore(8B)

网友评论