Thingspeak with MKR1000 example program from Arduino library 2.0.0 sends http error -301
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am using the standard program WriteSingleField from the Thingspeak library to send a number between 0 and 99 to one of he fields in my channel. Every 20 seconds the field is updated in the Arduino program. But after two updates I get an HTTP error -301 and the channel is stops updating...
I tried several things (changing my write api key, using a longer delay, ) but cannot find a suolution. My Arduino MKR1000 uses the WiFi101 library and this is also the latest version 0.16.1.
I have not changed anything in my WiFi router. Who knows a solution?
1 Commento
Christopher Stapels
il 3 Giu 2021
Which version of the ThingSpeak library do you have?
-301 is a connectivity error. Can you try moving the device?
If the two writes and then fail is really consistent, that would make the newtwork connectivity less likely.
My MKR 1000 does not show this issue though I'm not sure I've tested it with all the most recent updates.
Risposta accettata
Più risposte (1)
Vinod
il 4 Giu 2021
The fact that it is stable with PC USB and unstable when powered by standalone USB suggests that perhaps the standalone USB is not supplying the necessary amperage and your device is browning out when performing network communication.
Try changing to a USB power plug that provides at least 2A current @5V. And while you're at it, use the same USB cable as when you're connected to your PC.
3 Commenti
Vinod
il 5 Giu 2021
If you've eliminated the brownouts of the device, I would reccomend trying to set up a WiFi hotspot using your phone and have the MKR1000 connect to that SSID and publish for a few minutes. If that works fine, then maybe the issue is with your WiFi router settings. See this thread, for example.
Community
Più risposte nel ThingSpeak Community
Vedere anche
Categorie
Scopri di più su WiFi in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!