将带有以太网屏蔽的Arduino Uno连接到parse.com数据库 [英] Connecting Arduino Uno with Ethernet shield to parse.com database

查看:136
本文介绍了将带有以太网屏蔽的Arduino Uno连接到parse.com数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,我是Arduino编程的新手,我想知道如何连接我的设备以将数据存储到parse.com.

Hey I'm new to Arduino programming, I was wondering how i can connect my device to store data to parse.com.

我知道REST API密钥,但不确定该怎么做.任何帮助将不胜感激,并且如果可能的话,您可以提供源代码或示例.

I know the REST API Key but not sure one what to do. Any help would be appreciated, and if possible can you provide source code or examples.

谢谢!

推荐答案

现在可以这样做. Arduino Uno +以太网仍然无法发出HTTP请求,parse.com仍然需要HTTP,但是Temboo可以实现.这是您需要做的:

This is now possible. An Arduino Uno + ethernet shied still can't make HTTP requests, and parse.com still needs HTTPs, but Temboo makes it possible. Here's what you need to do:

  1. Temboo.com
  2. 上创建帐户
  3. 转到分析包
  4. 找到您感兴趣的Choreo,例如UploadFile,然后从Temboo网站进行测试
  5. 打开IoT模式,设置屏蔽,然后使用生成的Arduino草图代码将您的电路板连接到Parse.
  1. Create an account at Temboo.com
  2. Go to the Parse bundle
  3. Find the Choreo you're interested in e.g., UploadFile, and test it out from the Temboo website
  4. Turn on IoT Mode, set up your shield, and use the generated Arduino sketch code to connect your board to Parse.

这是有关Temboo物联网模式的博客文章-该功能使所有这一切成为可能:

Here's a blog post about Temboo's Iot Mode - the feature makes all of this possible:

http://blog.temboo.com/post/88573872731/轻触开关即可开始使用

我希望这会有所帮助.

I hope this helps.

这篇关于将带有以太网屏蔽的Arduino Uno连接到parse.com数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆