This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Gazell send and receive data, gzll_dynamic_pairing host and device

Hai i got some problem with Gazell comunication in library gzll_dynamic_pairing host and device, i already can connect 2 device nrf51822 with gazell but i dont know what is format to send data and receive data. i want to see what kind data i send and i receive via nrf_log_info.

  • Hi

    Gazell and GZP doesn't put any limit on what you can send, only on how much you can send in each packet. 

    In the gzll_dynamic_pairing examples you are limited to sending 13 bytes of data over the encrypted pipe, and 17 bytes of data on one of the unencrypted pipes. 

    Best regards
    Torbjørn

Related