Hi, I am using X-NUCLEO-BNRG2A1 mounted on NUCLEO-STM32L496. I want to implement security so I am using IRK for my ble Mac address after that no one can trace my mac address. i am new here and I used the irk flag and command like :/* Configure read r...
Hi, I am using stm32l496 for sbsfu. I followed the tutorial and it ran the example code but they gave me their scripts for that project. how do we make our own script for my project which converts project binary into .sbsf file? and how to configure ...
hi, i am using stm32l496 and bluenrg2. i want to implement a whitelist operation for authorized devices. i initialized the whitelist and I used aci_gap_set_undirected_connectable(0x100,0x200,PUBLIC_ADDR, WHITE_LIST_FOR_ALL); please help me.
Hi, i am using stm32l496 and bluenrg module. i want to implement AES-CCM encryption but I don't have any idea about the implementation and also I don't have library for aes-ccm. please help me.
@adityarajchauhan051 wrote:hi, i am using stm32l496 and bluenrg2. i want to implement a whitelist operation for authorized devices. i initialized the whitelist and I used aci_gap_set_undirected_connectable(0x100,0x200,PUBLIC_ADDR, WHITE_LIST_FOR_ALL)...
i am checking this library but i am not able to find the CCM example. cipher block chaining example is their but I need message authentication also. please help me.