jn5169 Zigbee network communication.

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

jn5169 Zigbee network communication.

852 Views
sdgsdgdssgg
Contributor I

After I use zigbee jn5169 development, network node how do you like the coordinator to send data, I have a look at the course,It's not the same as the ZigBee I used TI before., I don't know how to start, don't know how to configure on sending function,

pastedImage_1.pngpastedImage_2.png

0 Kudos
1 Reply

522 Views
ovidiu_usturoi
NXP Employee
NXP Employee

Hi "sdgsdgds",

My recommendation is to use as example the Control Bridge project. The file "app_Znc_cmds.c" contains a list of commands supported via serial interface. All of this functions have some helper functions for each layer.

For example :

- Cluster command:Color control cluster,  move to hue command: eCLD_ColourControlCommandMoveToHueCommandSend ->  internally call: eZCL_CustomCommandSend -> eZCL_TransmitDataRequest -> where it is called the corresponding ZPS function based on address mode information (unicast, group, broadcast...binding table).

You can find the eZCL_TransmitDataRequest at the following location: JN-SW-xxxx\Components\ZCL\Source\zcl_transmit.c

Let me know if you need more details,

Ovidiu