ronoth / LoStik

LoRaWAN compatible USB test device
MIT License
132 stars 39 forks source link

Payload size limitation #22

Closed aditya767 closed 4 years ago

aditya767 commented 4 years ago

Has anyone been able to send more than 51 bytes of data through lorawan.py I tried with the configurations given here for max payload size but when I exceed it I get error invalid_data_length.

for eg-> protocol.send_cmd("mac tx uncnf 1 ABCDEF4656866ABCDADFD787")

configuration

aditya767 commented 4 years ago

In otaa its limitation, solved it by configuring it to abp