Sending data from another cloud provider to ThingSpeak
이전 댓글 표시
Hi Guys, please help
I need to send data to thingspeak using RESTFUL API, i have all the API key etc from my provider but can not figure out how to make thing sepak receive the data ? thank you
답변 (2개)
Christopher Stapels
2020년 1월 21일
0 개 추천
ThingSpeak will most likely be able to accept your data. I would suggest you start with the Get Started tutorial. Its a really great way to get acquainted with ThingSpeak, and its not too long. Then consider the Write Data reference page to see how to write data using the RESTful API, or the complete REST API page.
댓글 수: 3
Haydar Jawad
2020년 1월 22일
NUR ATHIRAH
2022년 2월 25일
Do you have example because i want to display data from simulink model to thingspeak directly? I have use thingspeakwrite output, but when display at thingspeak, it only display constant value? No changes. Can you explain to me?
Christopher Stapels
2022년 2월 25일
Can you start a new thread with your quuestion? I think we will need a lot more details to understand you issue and to help you. Here is an example video using Simulink. If you start a new post, I can add additional resources.
Vinod
2020년 1월 22일
0 개 추천
Haydar,
If I understand right, your question is how to READ data from Azure and have the data show up on ThingSpeak. It is not about having Azure automatically send the data to ThingSpeak. Am I correct?
If so, what you need to do is setup a MATLAB Analysis application that uses your Azure API keys to retrieve the data from Azure and use the thingSpeakWrite function to write it to a ThingSpeak channel. You can then tie this MATLAB code to a timecontrol so it executes on a clock.
Stepping back from the technical details for a minute, can you describe in detail what you are trying to achieve and what kind of data you want to bring into ThingSpeak from Azure?
-Vinod
댓글 수: 2
Haydar Jawad
2020년 1월 24일
Vinod
2020년 1월 26일
If you are looking to have the 3rd party service send data to ThingSpeak, you will need to write some code on that 3rd party service that uses the ThingSpeak API service to update a channel.
커뮤니티
더 많은 답변 보기: ThingSpeak 커뮤니티
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!