This repository was archived by the owner on Sep 10, 2024. It is now read-only.
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
LoRA OTAA nano gateway example error #19
Open
Description
I have imported the exact code(OTAA node) given in lorawan nano gateway. But this code gives an ValueError: invalid argument(s) module on this given line. My Lopy module is running latest firmware 1.7.5.b1
lora.add_channel(0, frequency=915000000, dr_min=0, dr_max=5)
Please need help on this. What wrong i have made.