Hi
I have manually added the mDot node in the conduit mlinux using the lora-query tool as below
lora-query -a 01234567 C 0000111122223333 [DEVEUI] 0123456701234567012345670123456701234567012345670123456701234567
Now if I send some data from the mDot using the AT commands, it is not getting received in the conduit. I use below mosquito command for listening to that:
mosquitto_sub -t lora/+/up -v
Interestingly, when I use the below command
mosquitto_sub -t lora/+/packet_recv I get the receiving message, yet the data isn’t correct. I mean when I send ‘1234’ from the mDot, I received “QGdFIwEABwABdZh0nYyT71I=” as data. Though with the earlier command with ‘/up’ I do not get even that.
Does anybody know what am I missing ?
thanks