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

9 ビュー (過去 30 日間)
Alvaro Osorio
Alvaro Osorio 2020 年 9 月 8 日
回答済み: Christopher Stapels 2020 年 9 月 8 日
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.

採用された回答

Christopher Stapels
Christopher Stapels 2020 年 9 月 8 日
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.

その他の回答 (0 件)

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeThingSpeak についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by