Difference between revisions of "EBC Exercise 38 Logging to ThingSpeak"
(I) |
m (→Set up ThingSpeak: Added) |
||
Line 5: | Line 5: | ||
[https://www.mathworks.com/ MathWorks], the maker of [https://www.mathworks.com/products/matlab.html MATLAB] | [https://www.mathworks.com/ MathWorks], the maker of [https://www.mathworks.com/products/matlab.html MATLAB] | ||
− | + | Here's we'll set up ThinkSpeak to log data from two TMP101 sensors. | |
+ | == Set up ThingSpeak == | ||
+ | |||
+ | * Go to https://thingspeak.com/ and create an account | ||
+ | * Go to [https://thingspeak.com/channels My Channels] | ||
+ | * Click on '''New Channel''' | ||
+ | * Fill in fields as shown | ||
+ | [[File:NewChannel.png|frameless|New Channel Fields]] | ||
+ | * Scroll down and click '''Save channel'''. You will now see the default plots for the channel | ||
+ | [[File:OfficeTemps.png|frameless|Office Temps plots]] | ||
+ | * Click on the '''API Keys''' tab | ||
+ | * Note the '''Channel ID''', '''Write API Key''' and '''Read API Key''' | ||
{{YoderFoot}} | {{YoderFoot}} |
Revision as of 06:44, 19 October 2018
Embedded Linux Class by Mark A. Yoder
Here are instructions on how to log data to a ThinkSpeak, a site from MathWorks, the maker of MATLAB
Here's we'll set up ThinkSpeak to log data from two TMP101 sensors.
Set up ThingSpeak
- Go to https://thingspeak.com/ and create an account
- Go to My Channels
- Click on New Channel
- Fill in fields as shown
- Scroll down and click Save channel. You will now see the default plots for the channel
- Click on the API Keys tab
- Note the Channel ID, Write API Key and Read API Key
Embedded Linux Class by Mark A. Yoder