Hello,
I would like to create a star network (with no routers) in ZigBee with nRF52 (also with multiprotocol BLE). I examined the relevant SDK (nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8) for examples and I found all of them kind of overwhelming for me. I don't want to conform to any ZCL predefined profiles, I'm not developing any home automation or such. I would like to send/receive simple, custom payloads with variable length.
I noticed there is the APS module in the ZBOSS library that has zb_aps_send_user_payload()function:
It looks like it's meant to send custom low-level data to a device. Is it true?
What is the proper way to send custom binary packets to devices in a network?
Thank you for your help.
Best Regards,
rmakl