Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoraNow Nodes downlink? #9

Open
xiskoct opened this issue Nov 6, 2019 · 1 comment
Open

LoraNow Nodes downlink? #9

xiskoct opened this issue Nov 6, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@xiskoct
Copy link

xiskoct commented Nov 6, 2019

Hello,

Would it be possible to send a message to the node taking advantage of the ack message that the gateway returns?

I wish I could establish downlink messages from the cloud. The idea would be to glue the messages on the gateway and be able to send them to the correct node id when it queries the gateway. Is this viable?

@ricaun ricaun added the help wanted Extra attention is needed label Nov 6, 2019
@TRudolphi
Copy link

This is no problem. When the node sends the information to the gateway, after sending the data it can listen for messages during a certain time (can be set by LoRaNow.setRxWindow(..)). When the gateway receives the message of the node, it can look if there is information to send to this node, if yes it has to be send immediate. This data to be send to a sensor has to be processed earlier by the gateway; this can be done via a previous node receive action, when saving this data to the server (by means of a php-script), it can look if there would be data to send to the sensor, this data is stored at the gateway => the next time the gateway receives a message from this node it will send the data to it. This way of working is the same as when you use The Things Network.
You have to store the data locally on the gateway, to make it more realtime, and the sensor has to listen as short as possible for messages to save the batteries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants