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
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

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.