Parse.com Arduino Yun SDK Quickstart tutorial not working

馋奶兔 提交于 2019-12-10 10:44:56

问题


I have followed the quickstart tutorial step by step on this link https://www.parse.com/apps/quickstart#embedded/arduinoyun .

Here is my output on the Aruino Yun's serial monitor:

Parse Starter Project 
Response for saving a TestObject:
Test object id:
Push Installation ID:4b3b82af-8d39-4413-b4e0-.............................

(Test Object ID response is empty. and Push Service started successfully and it gave a valid Installation ID which is the same when I run the code multiple times. )

On clicking the "Test" button in the bottom of the page, I get the following error on the website:

"Can't find any registered devices yet..."

I know I am missing something but can't figure out what. I am using the same Parse application which I have used successfully to send Push notifications on my iOS App and Windows App.

I need my Arduino Yun is receive push notifications.

Any help would be greatly appreciated.

Thanks.


回答1:


There was a breaking method in Arduino's Bridge library 1.6.3. This problem has been fixed, but will require you manually updating your Bridge library.

To resolve this issue you must run Library Manager and update Bridge library from 1.0.0 to 1.0.1

To do this choose Sketch -> Include Libary -> Manage Libraries. This will launch Library Manager, then find Bridge Library and press Update button.

Full conversation is here: https://github.com/ParsePlatform/parse-embedded-sdks/issues/13



来源:https://stackoverflow.com/questions/29597812/parse-com-arduino-yun-sdk-quickstart-tutorial-not-working

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