Double checking a bulk upload csv url
11 ビュー (過去 30 日間)
古いコメントを表示
Hello, I am currently trying to get some data uploaded to ThingSpeak via an ESP32 with an SD card attached, using the bulk update csv API.
I have tried to get it correct to the example on this page https://uk.mathworks.com/help/thingspeak/bulkwritecsvdata.html
My url currently looks like this:
http://api.thingspeak.com/channels/2288289/bulk_update.csv?write_api_key=7DN763HM8PFKF4R0&time_format=absolute&updates=2000-00-00T00%3A0%3A0+0000%2C0%2C0%2C0%2C001
%2C%2C%2C%2C%2C0.000000%2C0.000000%2C%2C
(In this example all the values are zero because I am currently just testing but even with fake data it is not working)
The error is due to bad syntax
Please can someone help? Thanks in advance
5 件のコメント
Christopher Stapels
2023 年 10 月 13 日
I'm not sure what you mean about "using four data fields because the timestamp is separate in this case"
You can definitely post to all eight fields in a bulk update, have a look at the examples on the documentation page.
The ThingSpeak library parts in your code really threw me until I noticed they were all commented out. I suggest you clean up the code you post in a question to get best results if you get a chance. (remove sections you arent using)
Regarding the lat/lon question are you trying to understand how to read the lat lon data back from ThingSpeak? If so see the Read Data api, and condired the parameter 'location=true'
回答 (0 件)
コミュニティ
その他の回答 ThingSpeak コミュニティ
参考
カテゴリ
Help Center および File Exchange で Visualize Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!