B
@robert-hh Hope you are doing well and had a good weekend. Thank you for your support.
In one of the reply, you mentioned that "the data rates for join should be handled automatic. It starts with the highest data rate (lowest sf), and if that fails, the data rate is lowered until eventually a join happens. Join always succeeds here, so it is hard test it."
Is there a way to test this? like debug messages?
The scenario being near my house, there are no TTN Gateway, so, i bought a Indoor gateway (which works fine).
So, I tested sending data using different spreading factor using s.setsockopt(socket.SOL_LORA, socket.SO_DR, data_rate). When I set it to SF12BW125, the gateway far away was also able to receive the message. I was wondering if there's a way to set SF12 for the join request, so that the far gateway gets my Join request. (avoiding buying of a Indoor gateway) and increasing the reach-ability.
Kind regards,
bitvijays