Skip to content

Rx2 timeout Error  #21

@kranthisai

Description

@kranthisai

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()

`
image

LoRa Gateway is up and can see online in things network.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions