Parse.com Arduino Yun SDK 快速入门教程不​​起作用 [英] Parse.com Arduino Yun SDK Quickstart tutorial not working

查看:33
本文介绍了Parse.com Arduino Yun SDK 快速入门教程不​​起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已通过此链接一步一步地遵循快速入门教程https://www.parse.com/apps/quickstart#embedded/arduinoyun.

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

这是我在 Aruino Yun 的串行监视器上的输出:

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

(测试对象 ID 响应为空.推送服务成功启动,并提供了一个有效的安装 ID,当我多次运行代码时,该 ID 是相同的.)

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

我知道我遗漏了一些东西,但不知道是什么.我正在使用相同的 Parse 应用程序,我已成功使用该应用程序在我的 iOS 应用程序和 Windows 应用程序上发送推送通知.

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.

我需要我的 Arduino Yun 接收推送通知.

I need my Arduino Yun is receive push notifications.

任何帮助将不胜感激.

谢谢.

推荐答案

在 Arduino 的 Bridge 库 1.6.3 中有一个破坏方法.此问题已修复,但需要您手动更新 Bridge 库.

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.

要解决此问题,您必须运行库管理器并将 Bridge 库从 1.0.0 更新到 1.0.1

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

为此选择 Sketch -> Include Libary -> Manage Libraries.这将启动库管理器,然后找到桥库并按更新按钮.

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

完整对话在这里:https://github.com/ParsePlatform/parse-embedded-sdks/issues/13

这篇关于Parse.com Arduino Yun SDK 快速入门教程不​​起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆