Black Friday 2025, Black Friday 2026 and further. On this page you will find information about Black Friday 2025, 2026 and beyond. What is open and closed on Black Friday 2025?
I've tried nrf54l15dk, nucleo-l552ze_q and few qemu's. besteinm commented on Jan 21, 2025 besteinm on Jan 21, 2025 Author Hi Krzysztof thanks for your reply. I forgot to mention the SDK version I am using: the problem happens with both version 0.16.5 and 0.17.0. I am also ...
Author dev-pac commented Jan 10, 2025 @dev-pac are you building for nrf5340dk and flashing to nrf5340_audio_dk? west build -b nrf5340dk/nrf5340/cpuapp --sysbuild samples/bluetooth/bap_unicast_server/ I don't understand your question , west build is -b nrf5340dk/nrf5340/cpuappso ...
Collaborator PavelVPV commented Feb 11, 2025 • edited When bt_le_oob_get_local or bt_le_ext_adv_oob_get_local is called and SMP is enabled, bt_smp_le_oob_generate_sc_data is called to generate a Random Number and a Confirmation Value needed for OOB data. These values are based ...
The sample simply echoes whatever is received by the nRF52833 back to the host. To get it to transmit a "chunk" that is a multiple of 64 bytes, we just need to send a multiple of 64 bytes. So I just used Putty to open the COM port and then: ...