-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to setup multicast transmission with Chirpstack #24
Comments
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? |
Make sure your module has multicast enabled. |
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? |
Can you tell me all your detailed commands? |
|
Ok, thank you for your reply. I will analyze this problem next week. |
Have you had an opportunity to check this issue? |
btw, which version of chirpstack do you use? |
I've tried on two devices E5 nodes COM77 and COM78. COM78 |
AD 2513928451 Where can I find these values? |
It's great. Currently the lora-end-node project is not verified with multicast. Thank you. |
These keys are randomly generated. So should I skip this step or generate this keys and somhow store them in server. Sorry, I don't get it 🤔 |
Save both in server and e5-node. |
I'm closing this issue as it is working with at commands. Thanks |
@mingzhangqun one side question. How did you set chirpstack to see that Queue tab in MC group? It's apparently missing from my server.. |
@be-mar There may be differences between versions, please try v4.10.1. |
Yep, I had v4.9. After upgrade to 4.11 I can see this tab. Thx |
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
The text was updated successfully, but these errors were encountered: