필터 지우기
필터 지우기

Why use thingsspeak?

조회 수: 25 (최근 30일)
ABTJ
ABTJ 2024년 7월 25일 11:40
편집: ABTJ 2024년 7월 26일 13:35
What is the purpose of using things speak?
Can't we directly connect things/sensors to MATLAB without using thingsspeak if our sensors have internet?

답변 (1개)

Dheeraj
Dheeraj 2024년 7월 26일 6:37
Hi ABTJ,
ThingSpeak is an IoT analytics service that allows you to aggregate, visualize, and analyze live data streams in the cloud. ThingSpeak provides instant visualizations of data posted by your devices to ThingSpeak.
In case you choose to connect your sensors directly to MATLAB you will need to manage data collection, storage, and retrieval yourself, possibly setting up a local or cloud-based server to handle these tasks.
As the number of sensors and data volume grows, you will need to ensure that your infrastructure can scale accordingly and involves lot of complexities configuring network and firewalls.
Using ThinkSpeak you can send data from any internet-connected device directly to ThingSpeak using a Rest API or MQTT. With the ability to execute MATLAB code in ThingSpeak, you can perform online analysis and process data as it comes in.
While direct connection to MATLAB is feasible, ThingSpeak simplifies many aspects of IoT data handling, making it a convenient and powerful platform for managing and analyzing sensor data. With ThingSpeak, you can store and analyze data in the cloud without configuring web servers
Thank you.
  댓글 수: 1
ABTJ
ABTJ 2024년 7월 26일 13:32
편집: ABTJ 2024년 7월 26일 13:35
Thanks alot for your detailed response. What i am able to understand from your answer advice, the main idea is
In case you choose to connect your sensors directly to MATLAB you will need to manage data collection, storage, and retrieval yourself, possibly setting up a local or cloud-based server to handle these tasks.
As the number of sensors and data volume grows, you will need to ensure that your infrastructure can scale accordingly and involves lot of complexities configuring network and firewalls.
So what if we have only few senors, in that scenario, is it recommended to use only MATLAB without using thingsspeak?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by