S. Muhammad Hossein Mousavi in File Exchange
Última actividad el 18 de Feb. de 2022

ThingSpeak Bee Hive IOT - Channel ID: 813426 https://thingspeak.com/channels/813426
Aman Kumar in MATLAB Answers
Última actividad el 27 de Mayo de 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
Última actividad el 14 de Abr. de 2017

A Simulink library for communicating via the RF24 Mesh library
Hans Scharler in File Exchange
Última actividad el 6 de Feb. de 2017

Use this app to simulate an IoT device and send the data to ThingSpeak
Robert in File Exchange
Última actividad el 16 de Dic. de 2016

Example code that forecasts astronomical tides and wind-driven water levels using neural networks
MathWorks Internet of Things Team in File Exchange
Última actividad el 8 de Dic. de 2016

Analyzing data from an instrumented soda machine connected to cloud server
MathWorks Internet of Things Team in File Exchange
Última actividad el 8 de Dic. de 2016

Prototype Internet of Things applications using ThingSpeak and MATLAB

Acerca de 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.