Thingspeak with MKR1000 example program from Arduino library 2.0.0 sends http error -301
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Christopher Stapels
2021 年 6 月 3 日
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.
採用された回答
その他の回答 (1 件)
Vinod
2021 年 6 月 4 日
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 件のコメント
Vinod
2021 年 6 月 5 日
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.
コミュニティ
その他の回答 ThingSpeak コミュニティ
参考
カテゴリ
Help Center および File Exchange で WiFi についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!