This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to disable aes encryption while pairing

Hi there,

I'm currently porting the nRFgo gzll_host_w_dyn_pairing_example however my microcontroller does not have an aes encryption peripheral.

It seemed easy to just define GZP_CRYPT_DISABLE but this results in undefined reference errors 'gzp_crypt_user_data_received and gzp_id_req_grant ' because the example uses them.

Is there an example for the nrf24L01 that does not use the aes encryption while pairing? Or do you guys have any suggestions on how to solve this/ rework dynamic_pairing.c ?

Thanks in advance

Parents Reply Children
No Data
Related