Sending sensor readings in file from esp32 to ThingSpeak via MQTT
10 views (last 30 days)
Show older comments
I am trying to send my sensor readings to thingspeak via MQTT in a file but there is a problem when my file is received not all the data will put in the exporting file. like when I send a 4 lines of data in the file the first cell in exporting file will show the first value in the sent file and the second cell in exporting file will show the last value in sent file.
Note: I am sending a csv file to thingspeak
Is thingspeak supports receiving light files via MQTT?
If yes, what is the maximum file size can thingspeak receive? and why the data is untidy؟
1 Comment
Christopher Stapels
on 22 Nov 2023
Can you show what you mean by untidy? Ive never sent files to ThingSPeak via MQTT, but I suspect it might work if you send a file that has the syntax in the correct format e.g. field1=xx&field2=yy etc.
Answers (0)
Communities
More Answers in the ThingSpeak Community
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!