Borrar filtros
Borrar filtros

storing data on Thinkspeak

4 visualizaciones (últimos 30 días)
Pamela
Pamela el 24 de Abr. de 2023
Respondida: Christopher Stapels el 24 de Abr. de 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?

Respuestas (2)

Pratheek
Pratheek el 24 de Abr. de 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 el 24 de Abr. de 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.

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

Más información sobre ThingSpeak en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by