downlink data from thingspeak to gateway to arduino
Currently i am using lora from my end node to my dragino gateway and from my gateway, i push the sensor data up to thingspeak. i want to check that when my temperature graph hits above 30 it will send down a 1 or a command to my gateway and my gateway will transmit it to my end node to take action. i research and saw that react is one of the solution for on top but i do not know which action and how to use that specific action for this scenario.
6 Comentarios
Tiempo descendenteIs your gateway capable of downlink communication? You can use built in MATLAB with webread() or webwrite() to make HTTP calls. You can trigger a MATLAB analysis with React app. If your dragino has a webserver, it can forward the packets or you may be able to use a webhook.