Comments on IoT Quick Start With the Arduino MKR1000 and ThingSpeak Hans Scharler is an Internet of Things pioneer. He writes about IoT and ThingSpeak IoT platform features. 2016-06-11T07:15:08Z https://blogs.mathworks.com/iot/2016/05/27/iot-quick-start-with-the-arduino-mkr1000-and-thingspeak/feed/atom/ WordPress By: BSB BSB https://blogs.mathworks.com/iot/?p=1833#comment-197644 2016-06-11T07:15:08Z 2016-06-11T07:15:08Z In reply to Hans.

Seeing possible random lock ups anywhere from a couple of hours to over 10

Or at least I thought they were.

Seems there may also be an issue with TS.
re-wrote debug output to tell me more about the connection itself.
Saw my debug was getting a connection to TS and sending data but my channel was reporting no data for (x) hours.

Going to scrub my DHT MKR data from TS and run a separate channel based on something much simpler to rule out the MKR.

]]>
By: Hans Hans https://blogs.mathworks.com/iot/?p=1833#comment-197509 2016-05-31T18:52:21Z 2016-05-31T18:52:21Z In reply to BSB.

What are you seeing happen? Mine runs for a long time without any issue.

]]>
By: BSB BSB https://blogs.mathworks.com/iot/?p=1833#comment-197504 2016-05-31T15:09:38Z 2016-05-31T15:09:38Z In reply to BSB.

OOPS it wasn’t that. I used your updated code and I still get random lockups. Dang this MKR it wont play nice at all.

]]>
By: BSB BSB https://blogs.mathworks.com/iot/?p=1833#comment-197499 2016-05-31T03:19:26Z 2016-05-31T03:19:26Z So glad I found this reference. I think your INT to float fixed an issue I have been chasing for a while where the MKR just locks up.

]]>
By: sborsay sborsay https://blogs.mathworks.com/iot/?p=1833#comment-197470 2016-05-29T01:30:20Z 2016-05-29T01:30:20Z I already wrote code for connecting the MKR1000 to Thingspeak with data from a dht11 months ago. See the 3rd and 4th programs down in my wireless repository. I had to write a rough string handler to handle the int to float conversion, as unlike the esp8266, the MKR1000 doesn’t seem to be able to handle that natively.

https://github.com/sborsay/Arduino_Wireless

]]>