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.
我正在尝试使用连接到 SIM900 GSM/GPRS 模块的 Arduino 将一些传感器数据流式传输到 Dweet.io。我可以从我的 Arduino 板访问互联网、加载数据、检查 GPRS 连接等。有人可以具体告诉我将数据发布到 dweet.io 的语法吗?
而不是使用 AT 命令使用这个库更容易和很好https://github.com/amcewen/HttpClient
Dweet.io 需要 GET 命令来发送和接收数据。