-
Notifications
You must be signed in to change notification settings - Fork 12
Rx2 timeout Error #21
Copy link
Copy link
Open
Description
Hi,
I get Rx2 timeout error. I followed the instructions from here for initial setup. Here is my lora_node.py
`
#!/usr/bin/env python3
from rak811 import Mode, Rak811
lora = Rak811()
lora.hard_reset()
lora.mode = Mode.LoRaWan
lora.band = 'US915'
lora.set_config(ch_mask = '0,FF00')
lora.set_config(ch_mask = '1,0000')
lora.set_config(ch_mask = '2,0000')
lora.set_config(ch_mask = '3,0000')
lora.set_config(ch_mask = '4,0000')
lora.set_config(app_eui='70BXXXXXXXXX',app_key='EB37CXXXXXXXXXXXXXXXXXXXXX')
lora.join_otaa()
lora.dr = 5
lora.send('Hello world')
lora.close()
LoRa Gateway is up and can see online in things network.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
