S. Muhammad Hossein Mousavi in File Exchange
Letzte Aktivitätam 18 Feb. 2022

ThingSpeak Bee Hive IOT - Channel ID: 813426 https://thingspeak.com/channels/813426
Aman Kumar in MATLAB Answers
Letzte Aktivitätam 27 Mai 2020

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
Anders Sollander in File Exchange
Letzte Aktivitätam 14 Apr. 2017

A Simulink library for communicating via the RF24 Mesh library
Hans Scharler in File Exchange
Letzte Aktivitätam 6 Feb. 2017

Use this app to simulate an IoT device and send the data to ThingSpeak
Robert in File Exchange
Letzte Aktivitätam 16 Dez. 2016

Example code that forecasts astronomical tides and wind-driven water levels using neural networks
MathWorks Internet of Things Team in File Exchange
Letzte Aktivitätam 8 Dez. 2016

Analyzing data from an instrumented soda machine connected to cloud server
MathWorks Internet of Things Team in File Exchange
Letzte Aktivitätam 8 Dez. 2016

Prototype Internet of Things applications using ThingSpeak and MATLAB

Info zu 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.