简体   繁体   中英

Arduino API and Json sending information to azure

我是arduino编程的新手,我想知道是否可以使用Arduino API和Json将存储在Arduino Uno上的信息发送到Azure,例如,我的Arduino开发板旨在提供一个人的名字和其ID号,当他们按按钮,他们会将其名称和ID发送到Azure表。

Yes, you can use Azure Table Service REST API . Details of how to insert entity to table can be found here :

The Insert Entity operation sends the entity to be inserted as an OData entity, which is either a JSON or an Atom feed

it's not completely straight forward ( you have to handle authentication and build OData entity ) but it's possible.

Have a look at this - Connecting the Arduino Uno to Azure Mobile Services . This does not use Table Service REST API but principle is the same

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM