Tonibco6 on Wrong Value ThingSpeak
Still '0' values as result. Well, I got some peaks as I added a random values to each field, but unfortunately then, it keeps coming down to '0'. This is what my LoRa provider (Sodaq) has messaged me;...
View Articlecstapels on Wrong Value ThingSpeak
Data for updating a field or a feed is not generally formatted as a JSON object when you use the REST API. You can use JSON format is certain situations, and ThingSpeak will optionally return some...
View Articlemac on Limits with the length of "uri" when using Ciao
What limits apply to the length of "uri" when using Ciao to send a URL to ThingSpeak (free account)? CiaoData data = Ciao.write(CONNECTOR, SERVER_ADDR, uri); // to send the URL to ThingSpeak? I am...
View ArticleTonibco6 on Wrong Value ThingSpeak
The peaks made sense because they were coming from the GET request I made several times...however, I was not aware about it at that moment. So, I have been consulting with my LoRa provider and we...
View Articlewjpavalko on Arduino Zero with WiFi101 Shield Only Sends Two Updates
I have an Arduino Zero with WiFi 101 Shield. Connected to WiFi and successfully sent data to my channel. Problem is it only sends two updates, then stops updating. If I reset the Zero, it will send...
View Articlecstapels on Arduino Zero with WiFi101 Shield Only Sends Two Updates
Can you connect the serial monitor and see what responses are being returned by ThingSpeak when you send the data?
View Articlewjpavalko on Arduino Zero with WiFi101 Shield Only Sends Two Updates
I'm an admitted amateur at this, but can you advise how to print out communications between the Arduino and Thingspeak? The example WriteVoltage code has no Serial connection. I assume I need to do...
View Articlewjpavalko on Arduino Zero with WiFi101 Shield Only Sends Two Updates
Any help from anyone else out there? I tried an MKR1000 board and the same problem occurs. I get two (not one, not three) updates each time the Arduino is rebooted, and then nothing. Can't find out...
View Articlecstapels on Arduino Zero with WiFi101 Shield Only Sends Two Updates
Your ISP connection may be bad. Try adding a connectWiFi() function and calling it each main loop if there is no connection: <put this in loop> if(WiFi.status() != WL_CONNECTED) {...
View Articlewjpavalko on Arduino Zero with WiFi101 Shield Only Sends Two Updates
Thanks. I out in the code to reconnect the wifi, but it is not executed, so WiFi is connected. Still, after two updates, I get: Error code is: -301:ERR_CONNECT_FAILED
View ArticleAugustoEst on Arduino Zero with WiFi101 Shield Only Sends Two Updates
I solved this issue by disconnecting from the WiFi after updating my ThingSpeak channel: void loop() { WiFi.begin(ssid, pass); delay(10000); // Waits 10 seconds to confirm connection // Updates x...
View Articlebeekeeper on Arduino Zero with WiFi101 Shield Only Sends Two Updates
Hi there, I have the same toppic but using a MKR 1000 with a TMP36. For trying I took the example "write voltage" by Thingspeak-library in its newest version 1.3. My Arduino-IDE-version is 1.8.4 Here...
View ArticleJasonW on Arduino Zero with WiFi101 Shield Only Sends Two Updates
I am able to reproduce this behavior. I'm looking into it.
View ArticleJasonW on Arduino Zero with WiFi101 Shield Only Sends Two Updates
It looks like the latest version of the WiFi101 library has a bug in it. Until Arduino fixes the bug, a work-around is to downgrade the WiFi101 library to version 13.0.
View ArticleJasonW on Note for WiFi101 and MKR1000 users
There appears to be a bug in the WiFi101 library that affects the ThingSpeak library and examples. After a few transactions, the library stops working. Until the bug gets fixed by Arduino, you can use...
View Articlebeekeeper on Note for WiFi101 and MKR1000 users
JasonW, you are my hero. And just thought I'm too stupid for this, thanks!!!
View Articlezoummogo on But Madden NFL his abhorrent abilities admission yet
His body, athleticism, advancing admiration and airy adeptness are all complete enticing, but his abhorrent abilities admission yet to in actuality bolt up. He has fabricated improvements in those...
View Articlecstapels on Wrong Value ThingSpeak
Data for updating a field or a feed is not generally formatted as a JSON object when you use the REST API. You can use JSON format is certain situations, and ThingSpeak will optionally return some...
View Articlewjpavalko on Arduino Zero with WiFi101 Shield Only Sends Two Updates
Phew! I'm happy I wasn't completely incompetent or simply crazy. 😉
View Articlewjpavalko on Note for WiFi101 and MKR1000 users
Jason and beekeeper: I tried the 13 Library and I now get more than 2, but no more than 5 before it stops reporting. Did you get it to work continuously?
View Article