0% found this document useful (0 votes)
104 views3 pages

Collect Data in A New Channel - MATLAB & Simulink - MathWorks India

This document provides steps to create a new channel on ThingSpeak to collect analyzed data. It explains how to sign in to ThingSpeak, create a new channel, select channel fields and settings, and view the new channel tabs. The next steps involve analyzing temperature and humidity data from another public channel and writing it to the new channel along with calculated dew point data.

Uploaded by

Siva Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views3 pages

Collect Data in A New Channel - MATLAB & Simulink - MathWorks India

This document provides steps to create a new channel on ThingSpeak to collect analyzed data. It explains how to sign in to ThingSpeak, create a new channel, select channel fields and settings, and view the new channel tabs. The next steps involve analyzing temperature and humidity data from another public channel and writing it to the new channel along with calculated dew point data.

Uploaded by

Siva Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

10/16/2019 Collect Data in a New Channel - MATLAB & Simulink - MathWorks India

Collect Data in a New Channel


This example shows how to create a new channel to collect analyzed data. You read data from the public
ThingSpeak channel 12397 - Weather Station, and write it into your new channel. To learn how to post data to a
channel from devices, see see Write Data to Channel and the API Reference.

Create a Channel
1. Sign In to ThingSpeak™ using your MathWorks® Account, or create a new MathWorks account.
2. Click Channels > MyChannels.

3. On the Channels page, click New Channel.


4. Check the boxes next to Fields 1–3. Enter these channel setting values:
• Name: Dew Point Measurement
• Field 1: Temperature (F)
• Field 2: Humidity
• Field 3: Dew Point

https://in.mathworks.com/help/thingspeak/collect-data-in-a-new-channel.html 1/3
10/16/2019 Collect Data in a New Channel - MATLAB & Simulink - MathWorks India

5. Click Save Channel at the bottom of the settings.


You now see these tabs:
• Private View: This tab displays information about your channel that only you can see.
• Public View: If you choose to make your channel publicly available, use this tab to display selected fields
and channel visualizations.
• Channel Settings: This tab shows all the channel options you set at creation. You can edit, clear, or delete
the channel from this tab.
• Sharing: This tab shows channel sharing options. You can set a channel as private, shared with everyone
(public), or shared with specific users.
• API Keys: This tab displays your channel API keys. Use the keys to read from and write to your channel.
• Data Import/Export: This tab enables you to import and export channel data.

Next Steps
Your channel is available for future use by clicking Channels > My Channels.

In the next example, Analyze Your Data, you use the temperature and humidity data from the public WeatherStation
channel to calculate the dew point data. Then you can write the temperature, humidity, and calculated dew point
data to Fields 1, 2 and 3, respectively, of your Dew Point Measurement channel. For advanced weather analysis with
MATLAB® and ThingSpeak, see Arduino Weather Station Data Analysis on MakerZone.

Related Examples
• Prototyping with Sonar Proximity Sensor
https://in.mathworks.com/help/thingspeak/collect-data-in-a-new-channel.html 2/3
10/16/2019 Collect Data in a New Channel - MATLAB & Simulink - MathWorks India

• Post Temperature Data and Read from Channel


• Wireless Network Signal Strength with ESP32 with Arduino IDE

More About
• API Reference
• Channel Properties

https://in.mathworks.com/help/thingspeak/collect-data-in-a-new-channel.html 3/3

You might also like