S. Muhammad Hossein Mousavi in File Exchange
最後のアクティビティ: 2022 年 2 月 18 日

ThingSpeak Bee Hive IOT - Channel ID: 813426 https://thingspeak.com/channels/813426
Aman Kumar in MATLAB Answers
最後のアクティビティ: 2020 年 5 月 27 日

readChannelID = 1035265; outputliquidqantityFieldID = 3; readAPIKey = ''; meter_reading = thingSpeakRead(readChannelID,'Fields', outputliquidqantityFieldID,'NumDays',10,'ReadKey',readAPIKey); % Calculate the Cost Billing_cost = sum(meter_reading); display(Billing_cost,'Total Billing Cost (INR)'); % Start by setting the channel ID and Alert key. All alert key start with TAK. formatSpec = "The Water consumption bill is: %d,%d"; A1 = sum(meter_reading); A2 = meter_reading apiKey = 'TAK14ZOZGAXZQMR05'; alertURL = "https://api.thingspeak.com/alerts/send"; options = weboptions("HeaderFields", ["ThingSpeak-Alerts-API-Key", apiKey ]); alertBody = sprintf(formatSpec,A1,A2) alertSubject = sprintf(" Water consumption exceeded 100 l!"); if meter_reading >= 100 webwrite(alertURL, "body", alertBody, "subject", alertSubject, options); end
MathWorks Internet of Things Team in File Exchange
最後のアクティビティ: 2019 年 10 月 2 日

Analyze data from a weather station connected to ThingSpeak
Anders Sollander in File Exchange
最後のアクティビティ: 2017 年 4 月 14 日

A Simulink library for communicating via the RF24 Mesh library
Hans Scharler in File Exchange
最後のアクティビティ: 2017 年 2 月 6 日

Use this app to simulate an IoT device and send the data to ThingSpeak
Robert in File Exchange
最後のアクティビティ: 2016 年 12 月 16 日

Example code that forecasts astronomical tides and wind-driven water levels using neural networks
MathWorks Internet of Things Team in File Exchange
最後のアクティビティ: 2016 年 12 月 8 日

Analyzing data from an instrumented soda machine connected to cloud server
MathWorks Internet of Things Team in File Exchange
最後のアクティビティ: 2016 年 12 月 8 日

Prototype Internet of Things applications using ThingSpeak and MATLAB
Dan Doherty in File Exchange
最後のアクティビティ: 2016 年 10 月 28 日

Learn how to use MATLAB to create a cloud based people counter

ThingSpeak について

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.

モデレーター