storing data on Thinkspeak

6 Ansichten (letzte 30 Tage)
Pamela
Pamela am 24 Apr. 2023
May i kindly ask, How to save data from sensors on Thinkspeak, i am experiencing a problem , everytime i am readind new data to ThinkSpeak it erase the old data from previous reading, Is there a way of storing all the data on the platform?

Antworten (2)

Pratheek
Pratheek am 24 Apr. 2023
You can use thingSpeakWrite function
For more information visit the docmentation page-Write data to ThingSpeak channel - MATLAB thingSpeakWrite (mathworks.com)

Christopher Stapels
Christopher Stapels am 24 Apr. 2023
Are you writing from a device or from an instance of MATLAB?
From a device, you should use the write data APIor MQTT publish. From MATLAB, you can use thingSpeakWrite like @Pratheek said.
Unless you explicitly clear the whole channel, no data is deleted from ThingSpeak, but the high charts on your channel view may not show it if they arent set to show more than one day of data (the default). You can use the pencil icon on the high chart to change the range of display, and you you can use the Read Data API to export the data in the range you desire. To get the most control, you can write a MATLAB visualization to display the data in your custom format.
Here is a great video series to help you understand ThingSpeak basics, or we strongly reccomend the getting started tutorial in the doc.

Communitys

Weitere Antworten in  ThingSpeak Community

Kategorien

Mehr zu ThingSpeak finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by