Read database from cloud-storage (dropbox or onedrive) to Thingspeak

8 visualizaciones (últimos 30 días)
I need to read database from a cloud storage (e.g dropbox or onedrive) with "thingspeak". Do you know the steps?
1. database of the date and precipitations hosted in a cloud.
2. Visualize data and realize an alert system.

Respuesta aceptada

Christopher Stapels
Christopher Stapels el 8 de Sept. de 2020
I used dropbox for the image on this channel. Here is the MATLAB visualization code. If you are using Dropbox, the key part is the dl=1 at the end of the URL.
myFig=figure( 'Position',[50 10 100 1000]);
bob=imread('https://www.dropbox.com/s/xxxxxxxxxxx/LoraBox_in_Flowers.jpg?dl=1');
myFig=imshow(bob);
I'm sure there is a similar process for dropbox from MATLAB for data instead of images.
The ThingSpeak Alerts API can send emails to your MathWorks account email based on channel conditions.

Más respuestas (0)

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by