Comments on: IoT Quick Start With the Arduino MKR1000 and ThingSpeak https://blogs.mathworks.com/iot/2016/05/27/iot-quick-start-with-the-arduino-mkr1000-and-thingspeak/?s_tid=feedtopost Hans Scharler is an Internet of Things pioneer. He writes about IoT and ThingSpeak IoT platform features. Sat, 11 Jun 2016 07:15:08 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: BSB https://blogs.mathworks.com/iot/2016/05/27/iot-quick-start-with-the-arduino-mkr1000-and-thingspeak/#comment-197644 Sat, 11 Jun 2016 07:15:08 +0000 https://blogs.mathworks.com/iot/?p=1833#comment-197644 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 https://blogs.mathworks.com/iot/2016/05/27/iot-quick-start-with-the-arduino-mkr1000-and-thingspeak/#comment-197509 Tue, 31 May 2016 18:52:21 +0000 https://blogs.mathworks.com/iot/?p=1833#comment-197509 In reply to BSB.

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

]]>
By: BSB https://blogs.mathworks.com/iot/2016/05/27/iot-quick-start-with-the-arduino-mkr1000-and-thingspeak/#comment-197504 Tue, 31 May 2016 15:09:38 +0000 https://blogs.mathworks.com/iot/?p=1833#comment-197504 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 https://blogs.mathworks.com/iot/2016/05/27/iot-quick-start-with-the-arduino-mkr1000-and-thingspeak/#comment-197499 Tue, 31 May 2016 03:19:26 +0000 https://blogs.mathworks.com/iot/?p=1833#comment-197499 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 https://blogs.mathworks.com/iot/2016/05/27/iot-quick-start-with-the-arduino-mkr1000-and-thingspeak/#comment-197470 Sun, 29 May 2016 01:30:20 +0000 https://blogs.mathworks.com/iot/?p=1833#comment-197470 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

]]>