Connecting Arduino Uno with Ethernet shield to parse.com database

筅森魡賤 提交于 2019-12-11 04:08:14

问题


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

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.

Thanks!


回答1:


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. 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.

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

http://blog.temboo.com/post/88573872731/flip-the-switch-and-get-going

I hope this helps.



来源:https://stackoverflow.com/questions/23039618/connecting-arduino-uno-with-ethernet-shield-to-parse-com-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!