Open keyurhc opened 5 years ago
You need to configure both the server (whch you apparently did) and the node and then power-up the node. What does the node do (and the node console say) when you power it up?
How to send acknowledgement for the received frame?? Please help I am new to this.
On Thu, Dec 13, 2018 at 4:53 AM Petr Gotthard notifications@github.com wrote:
You need to configure both the server (whch you apparently did) and the node and then power-up the node. What does the node do (and the node console say) when you power it up?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gotthardp/lorawan-server/issues/559#issuecomment-446782181, or mute the thread https://github.com/notifications/unsubscribe-auth/AjkDX8qWCj7Af9juOipvWOe8tYvDE0d3ks5u4Y_jgaJpZM4ZNaDM .
Server sends acknowledgements automatically. You don't have to do anything.
Then how to receive the acknowledgements any code for it???? And also please suggest me proper documentation for configuring downlink message as test button in handler remain disable and my status is blanked . On Thu, Dec 13, 2018 at 8:55 PM Petr Gotthard notifications@github.com wrote:
Server sends acknowledgements automatically. You don't have to do anything.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gotthardp/lorawan-server/issues/559#issuecomment-447008093, or mute the thread https://github.com/notifications/unsubscribe-auth/AjkDX87MoWB0YqrnDFuZiojmniWKflQWks5u4nF-gaJpZM4ZNaDM .
The Acknowledgement is an Event. You have to
"confirmed":true, "receipt":"..."
, see https://github.com/gotthardp/lorawan-server/blob/master/doc/Handlers.md#downlink)not_semtech_mote is continuously occuring in my events log. What to do. I have read troubleshooting but no any idea or solution asI have tried all possible way as mentioned in troubleshooting page. And due this ,status is not visible.So please help me. I have gateway of company LORa GW200. I am attaching my event log. And thanks for your response. Please reply asap
On Fri, Dec 14, 2018 at 3:30 PM Petr Gotthard notifications@github.com wrote:
The Acknowledgement is an Event. You have to
- Request generation of the Event (by adding "confirmed":true, "receipt":"...", see https://github.com/gotthardp/lorawan-server/blob/master/doc/Handlers.md#downlink )
- Configure connector to receive some Events, see Publish Events in https://github.com/gotthardp/lorawan-server/blob/master/doc/Connectors.md
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gotthardp/lorawan-server/issues/559#issuecomment-447275892, or mute the thread https://github.com/notifications/unsubscribe-auth/AjkDX6oPd7LyIyX94WKKlNDlIq7vFEs-ks5u43bQgaJpZM4ZNaDM .
I have setup everything as given in installation guide. My Gateway is also showing connected but now what to do to connect node? I have configured node by giving nwkSkey ,appSkey and devAddr and which arduino code to run for connection with server. Link that I have followed: Link