I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
Now I have a verification work on the nrf52840 development board, which is to verify whether the terminal device will perform signature verification after receiving OTA firmware...
I just freshly (Nov 25, 2024) installed the nrfutil 'core' exe and the nrfutil device command.
I try to list my nrf devices (a nrf52840 dongle is connected and another nrf52840...
I have some of these boards which come already flashed with the AdaFruit CDC/DFU/UF2 bootloader , allowing them to be programmed without a dedicated programmer. I wanted to...
I have noticed that the project name used for sysbuild is the same as the folder name where my code is checked out. So if I have the application in a folder named "src" the...
Hi,
I had a problem while programming my custom nRF52832 board using nRF52840DK. I am using this connection that I found in the Nordic Devzone forum. I am trying to program...
I'm developing my project by nrf5 SDK in nrf52832.
Pairing and bonding used in my project and implemented by peer_manager.The pm_evt_handler() defined as follow:
Due...
Hello everyone,
I was looking at SPAKE2+ example (NCS v2.6.99) and trying to understand where the password used to derived the shared secret is set or used. Can anyone help...
Hello,
I'm trying to move my project based on the xiao_ble board from using SDK 2.6.2 with Adafruit_bootloader to SDK 2.9.0 with MCUBoot/sysbuild.
To keep things simple...
nRF5_SDK_17.1.0
PCA10059
For I want to provide up to 20 central connections, I have defined the objects like this( inherited from example code):
The conn_handle is...
I have built my own firmware for my nrf54l15 custom board and got a merged.hex file.
Now I want to flash this firmware(merged.hex) to my nrf54l15 custom board on another...
Hi,
I have updated and old old project to SDK 17.0.1 and using Segger Embedded Studio
But because I make a lot of use of pstorage in the project - I am not ready to convert...
Our product is experiencing an issue where a watchdog reset occurs after DFU, even though we are feeding the watchdog in the application.
However, this issue does not occur...
Hi, I am trying to experiment the PaWR using the sample projects in NCS.
I flashed periodic_adv_rsp example in nRF52840DK and periodic_sync_rsp in nrf52832 DK. I can see...
hi,
i am trying to connect peripherials ( blood pressure, pulseox meter) with nrf5340 using uuid and mac, initially using uuid filter are used to scan the devices around...
Hello Team,
Our concerns are related to L4 security in BLE
1. We're using nRF54L15 chipset having nCS SDK 2.9, peripheral LBS example mentioned in this exercise (...