Open be-mar opened 1 week ago
Hello, I would like to confirm with you whether it is one node transmission to multiple chirpstacks? Did you correctly add nodes to each chirpstack? Can you provide your detailed configuration?
Sorry for late reply. One chirpstack server - to two C class devices.
Not sure what you are asking about but here:
Gateway works as a packet forwarder:
Gateway is defined in chirpstack:
Unicast frames are visible here: Thing is that when I use api to post a multicast message the message itself is not visible in that log...
Device profile defined here:
Class C support enabled
Devices attached to application:
Mulitcast group with defined devices:
And gateway:
Config of multicast group:
Unicast messages from end device:
Make sure your module has multicast enabled. https://files.seeedstudio.com/products/317990687/res/LoRa-E5%20AT%20Command%20Specification_V1.0%20.pdf
I tried to use this function for stock chip by typing at commands. Nothing happened. Then I decided to build lora-end-node project and manually define keys in se-identity.h but same. I can set breakpoints and see only unicast messages
BTW. I use OTAA activation. Does it matter?
I tried to use this function for stock chip by typing at commands. Nothing happened. Then I decided to build lora-end-node project and manually define keys in se-identity.h but same. I can set breakpoints and see only unicast messages
Can you tell me all your detailed commands?
And later I can send unicast messages in both directions
Ok, thank you for your reply. I will analyze this problem next week.
Hi all, I want to establish multicast communication between chirpstack server and WIO-e5 mini modules.
Currently as a test base I'm using Lorawan-end-node. Unicast communication in class C works perfectly but seems like multicast messagess doesn't reach my debug module.
I've debugger connected to WIO-e5 development kit. Each time I try to send message from chirpstack using swagger API debugger doesn'y stop in defined breakpoint. I assume there is a problem with keys.
Could someone give me a guidence how to setup proper multicast communication? Thanks