ADR and TTN?
- 
					
					
					
					
 Hi All, Has anyone managed to get ADR working with TTN? I am currently running 1.20.2.RC10 LoPy. I have tried ADR with other sensor vendors and it works first time round. However, with the LoPy it appears to be stuck in SF8BW500 
 
- 
					
					
					
					
 Hello, 
 Does it mean that dr=0 in the join will enable ADR? Or is there any additional paramters to set?
 Thanks,
 Nicolas
 
- 
					
					
					
					
 Re: ADR and TTN? Hi All, This issue has been resolved. It appears that TTN is expecting DR0 in its join request for ADR to function. Below is the code: lora.join(activation=LoRa.OTAA, auth=(app_eui, app_key), timeout=0 , dr= 0 )