PiSupply / RAK811-Arduino

Arduino Library for Pi Supply LoRa Node Shield
MIT License
8 stars 7 forks source link

Downlink reference #7

Open nkebx2 opened 4 years ago

nkebx2 commented 4 years ago

Hi, thank you for sharing this library. I've successfully sent data to TTN using JoinNetworkABP sketch. However, when I was trying to downlink message from TTN, my device does not show any message receiving from TTN.

May I know if there's any example for TTN downlink application? Thanks!

ryanteck commented 4 years ago

We don't currently have an example with downlink shown, however I'll see if I can try it out and what lines are added if it is easily done.

nkebx2 commented 4 years ago

Thanks for the reply, looking forward to your update

ryanteck commented 4 years ago

Not had time today to look at this sorry as have had to resolve another issue.

It looks like the library has a function for it, so it'll be a case of testing it out.

https://github.com/PiSupply/RAK811-Arduino/blob/master/RAK811.cpp#L277

nkebx2 commented 4 years ago

Great. I will test it out, appreciate your help!