vikzilla
vikzilla

Reputation: 4138

Saving Parse objects from Arduino Yun

I have followed the Parse quickstart guide for the Arduino Yun, and am getting the following response:

Parse Starter Project

Response for saving a TestObject:

Test object id:

I have run the code from File > Examples > Bridge > WiFi status, which confirms I am connected to the wifi network. Has anyone else faced this issue?

Upvotes: 0

Views: 119

Answers (1)

Ryan Johnston
Ryan Johnston

Reputation: 21

If you are using the latest version of Arduino 1.6.3 you will need to update the bridge library.

Sketch -> Include Library -> Manage Libraries -> Search for Bridge and update.

This should solve your problem as I was stuck in this scenario 2 days ago.

Upvotes: 2

Related Questions