问题
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:
- Create an account at Temboo.com
- Go to the Parse bundle
- Find the Choreo you're interested in e.g., UploadFile, and test it out from the Temboo website
- 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