Can Thingspeak and Firebase talks to each other?

Vertical Farm 2021년 7월 12일 (2021년 7월 12일에 수정됨)
최근 활동 Christopher Stapels답글: 2021년 7월 16일

For example, I can send my latest Thingspeak data to firebase platform? Or I can update my Thingspeak field data from Firebase?

Vinod
Vinod 2021년 7월 12일

You can use an on data insert request to execute MATLAB code that also sends the data to firebase using its REST API .

Vertical Farm
Vertical Farm 2021년 7월 14일

Could you further explain your answer? I don't quite understand. Is it like I need to change my code in MATLAB Analysis part?

Christopher Stapels
Christopher Stapels 2021년 7월 16일

You can use the webread() and webwrite() commands to interact with external API's. You can add these commands to your MATLAB analysis script. Then you can use the react app to trigger the code you wrote in the analysis app. One possible setting is to trigger the code to run every time any data is added to you channel. This is "on data insert". The getting started tutorial is a really great resource to get familiar with ThingSpeak concepts, I think it would really help you feel comfortable with ThingSpeak capabilities and terminology.

태그

아직 태그를 입력하지 않았습니다.