Can i get the Data Rate? #26
daeynasvistas
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to get DR from ADR after join?
let say i whant to do this:
LMIC.setDrJoin(random(3,6));
because of this:
if you random node DR .. you can have many more nodes with the same gateway in the same area.
but to do that its better to know the join DR (node may be fare away with DR1)
LMIC.setDrJoin(random(x,6));
x-> will be the DR of join.
Beta Was this translation helpful? Give feedback.
All reactions