Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top