https://github.com/nothans/thingspeak-matlab-examples
Examples that use the ThingSpeak IoT Platform with the integrated MATLAB Analysis and Visualizations Apps.
https://github.com/nothans/thingspeak-matlab-examples
Last synced: 10 days ago
JSON representation
Examples that use the ThingSpeak IoT Platform with the integrated MATLAB Analysis and Visualizations Apps.
- Host: GitHub
- URL: https://github.com/nothans/thingspeak-matlab-examples
- Owner: nothans
- License: bsd-2-clause
- Created: 2015-08-24T16:23:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T15:23:44.000Z (about 5 years ago)
- Last Synced: 2025-01-03T13:37:54.966Z (over 1 year ago)
- Language: MATLAB
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.mathworks.com/matlabcentral/fileexchange/93025-thingspeak-matlab-examples)
# ThingSpeak-MATLAB
Examples that use the ThingSpeak IoT Platform with the integrated MATLAB Analysis and Visualizations Apps.
## Getting Started with ThingSpeak
[ThingSpeak](https://thingspeak.com) is an open source **Internet of Things** application and API to read and write data from anything using HTTP over the Internet or via a Local Area Network.
### Sign Up for ThingSpeak
* Sign Up for New User Account - [https://thingspeak.com/users/new](https://thingspeak.com/users/new)
* Create a new ThingSpeak Channel by selecting _Channels_ and then _Create New Channel_
* Copy and save the ThingSpeak Channel ID and Write API Key
* Enter the ThingSpeak Channel ID and Write API Key into the MATLAB code examples
## random_sensor_value.m
When this MATLAB Analysis code runs, _[random_sensor_value.m](/random_sensor_value.m)_ will write a random integer between 0 and 1023 to the specified ThingSpeak channel. Here's an example of a ThingSpeak channel: https://thingspeak.com/channels/53215
## Resources
The following links were helpful in creating and implementing my MATLAB code using ThingSpeak:
* [MATLAB Analysis App](https://thingspeak.com/docs/matlab_analysis)
* [MATLAB Visualizations App](https://thingspeak.com/docs/matlab_visualizations)