Is there any standard mechanism, supported by NXP for sending long packets(like DLMS/COSEM) using ZigBee PRO stack except Tunneling?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there any standard mechanism, supported by NXP for sending long packets(like DLMS/COSEM) using ZigBee PRO stack except Tunneling?

461 Views
arthurpulatov
Contributor II

We need to built large data acquiction systems using JN51xx, and need to communicate using DLMS/COSEM standart.
We tried to use SE tunneling cluster, presented in the JN-AN-1135 example, but it contains errors and works unstable for packet retransmission. 

So maybe exist something simplier mechanizm witch can use the standard tools of the ZigBee Pro stack to transmit long packets ?
 

Labels (1)
0 Kudos
1 Reply

319 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Arthur,

If the you do not require certification then custom data requests can be sent using the native stack command: 

pastedImage_1.png

The APDU will need to be set to the size of the required size:

pastedImage_2.png

Also fragmentation will need to be enabled in the stack - setting greater than 1

pastedImage_3.png

Best Regards,

Mario

0 Kudos