This example illustrates how to analyze data from a weather station connected to ThingSpeak, an IoT analytics platform. The data is visualized and analyzed in MATLAB. The example shows how to visualize wind speed and direction, calculate and plot dew point, and verify pressure trends. It also demonstrates some techniques to remove outlier data and fill in missing data.
If using MATLAB versions R2014b through R2018b, this example requires the user to first install the MATLAB Support for ThingSpeak which is available here:
http://www.mathworks.com/matlabcentral/fileexchange/52244
If using R2019a or higher, there is no need to download the ThingSpeak support as the needed functions are built-in to MATLAB.
For more information on IoT andThingSpeak, see the following resource pages:
http://www.mathworks.com/thingspeak
www.mathworks.com/solutions/internet-of-things
MathWorks Internet of Things Team (2021). Analyzing Weather Data from an Arduino-based weather station (https://www.mathworks.com/matlabcentral/fileexchange/47049-analyzing-weather-data-from-an-arduino-based-weather-station), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
i want to make this project
any video where i can learn it
Could somebody give me the reference of Arduino card and components please?
The example is not up to date with current Thingspeak Support Toolbox. Ex.: function thingSpeakFetch is now called thingSpeakRead, and DateRange argument works differently.
Excelente!