Hi, I think your are a bit lost with this issues, hope to help you =).
Devices are set to work on ABP or OTAA activation, but not in both (at least not in the majority of devices, there are some that their firmware allow them to work on both methods of authentication). So before trying to put them to work in any of them, make sure it is available.
AppSKey and NwksKey are different in any device. The difference in ABP is that the keys are hardcoded into the device memory and you cannot modifiy them at any time. On the other hand, OTAA gives different keys ANY TIME A DEVICE JOINS THE SERVER.
No.
No.
You do not need to programm the devices for different Data Rate and Frequency subbands. You configure it with the user interface (for example, at Thingsboard or TTN or Chirpstack UI).
I think it is not allowed. You may have one devices working on different applications. But multicasting does not allow it to. (The devices are under ONE multicast group at a time).
Yes, off course it can be done in the web UI. You only need to pair your multicast group with your desired device profile, and then in the Device Profile you have a window called “CODEC”. There you can set uplink and downlinks.
Thanks for your patience, I’m still not understanding the procedure to add devices to a a multicast group.
I would think there should be some common details that will allow them to all listen for the same broadcast. I thought that if they shared the same key this would be the only way to broadcast to all.
I guess OTAA wouldn’t make sense in this case because they would all be different. I read on some other resources that a multicast group is a virtual ABP with shared session keys.
Perhaps I explained myself incorrectly with regards to load a downlink. What I meant was, how do I execute sending a payload to the multicast group? can it be done in the UI?
Blockquote
Perhaps I explained myself incorrectly with regards to load a downlink. What I meant was, how do I execute sending a payload to the multicast group? can it be done in the UI?
Blockquote
Yes, it can be done through the Chirpstack UI for example. Or with Thingsboard.
In any server you use, you should find the way to broadcast all the devices in the group.
Hi @sagarpatel , I am trying to send a multicast downlink using Swagger UI .In the swagger UI ,it is shows successful ,but when I am trying to check whether actually downlink was sent or not using ( MulticastGroupService/MulticastGroupService_ListQueue) ,it shows ```
{
“items”:
}
What could be the possible issue ? Do we have to change “fPort”: value to some other value ? For unicast downlink ,I am using “fPort” = 1 .Any help would be greatly appreciated .
I tested multicast OK.
Have to set Class C to node and to Multicast group.
Have to set the default DR and frequency in Multicast group.
And have to use ChirpStack API to add device to Multicast group.
If you send a multicast downlink via Swagger API, the chirpstack server will immediately enqueue a multicast downlink to the device via gateway so that you won’t see any lists in the downlink queue.
Node is already set to class C using “Device profile” in Chirpstack UI .
Multicast group is already set to Class C using configuration tab in Chirpstack UI .
I have set default DR = 2 ,frequecy = 866550000 Hz for IN865 region as given in the Chipstack UI .
I have set the "Frame-counter = 4 for the multicast group " .Is this OK ?
I have created Multicast group using Chirpstack UI and added devices from UI .Is it compulsory to create multicast group and add devices using chirpstack API for multicast downlink to work ?
I am asking this because if I list the available multicast groups using Swagger UI ,it shows all the groups with details that have been created using Chipstack UI and not Chipstack API .
Is there any way we can check the downlink received by node in the chirpstack UI itself using multicast downlink. Is the downlink done by multicast will not be reflected in the “Queue” tab of a particular node which is a part of that multicast group .
Downlink whether unicast ,or multicast , the end destination is the node itself . If a node is receiving something from muticast downlink , will it not be reflected here ?
I believe there is no option to add devices to new Multicast group.
Or new Chirpstack version has the GUI to do so?
If yes, please help to give me your screenshot.
I believe there is no option to add devices to new Multicast group.
Or new Chirpstack version has the GUI to do so?
If yes, please help to give me your screenshot.
Hi @IoTThinks , the new chirpstack version provides the GUI to create multicast group & adding devices to it . Please check the below link for it .