S. Muhammad Hossein Mousavi in File Exchange
Dernière activité le 18 Fév 2022

ThingSpeak Bee Hive IOT - Channel ID: 813426 https://thingspeak.com/channels/813426
Aman Kumar in MATLAB Answers
Dernière activité le 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
Dernière activité le 14 Avr 2017

A Simulink library for communicating via the RF24 Mesh library
Hans Scharler in File Exchange
Dernière activité le 6 Fév 2017

Use this app to simulate an IoT device and send the data to ThingSpeak
Robert in File Exchange
Dernière activité le 16 Déc 2016

Example code that forecasts astronomical tides and wind-driven water levels using neural networks
MathWorks Internet of Things Team in File Exchange
Dernière activité le 8 Déc 2016

Analyzing data from an instrumented soda machine connected to cloud server
MathWorks Internet of Things Team in File Exchange
Dernière activité le 8 Déc 2016

Prototype Internet of Things applications using ThingSpeak and MATLAB

À propos 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.

Modérateurs