arduino-yun

Arduino yun to parse.com

家住魔仙堡 提交于 2020-01-07 07:47:20
问题 I am trying to post an object to my parse.com app from my arduino yun and it needs to post a new object every second. So far I have been able to post every 10 seconds but I cannot seem to get the arduino to post any faster than that. I tried looking into the parse library but don't see what would be slowing it down. I am using the parse library given in the guide at https://www.parse.com/docs/arduino/guide. here is the code I have so far. #include <Parse.h> #include <Bridge.h> #include

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

Parse.com Arduino Yun SDK Quickstart tutorial not working

六月ゝ 毕业季﹏ 提交于 2019-12-06 04:25:11
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