I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello to all embedded Jedi Knights!
I was wondering, how could I read the CTRL-AP's APPROTECTSTATUS register (of an nrf52832) using the J-Link commander.
I know that...
What are the states of the bi-color LED (LD5) on the DK?
I'm aware that solid green is enumerated and 10Hz blinking is not enumerated (or power-only). Do the other states...
Hello,
i decided i will use a nrf52 3rd party module for my project cause i want to skip Qualification Process and Bluetooth RF-PHY test.
I haven't seen any 3rd Party...
nrf52DK - SDK12.2
This is probably a simple thing I am missing but I can't seem to find the answer.
I have been following the tutorial for BLE Characteristics ( here...
Hi,
I am working with a nrf51822 and I have seen that the way to wake up from System Off mode is by a GPIO interrupt. I wanted to know if it is needed to configure previously...
I am a new to the uVision4 and having trouble with the 51822 evaluation kit demo.
I am able to build the ble_app_hrs demo and can load and run it using the Flash / Load...
Hi
I'm using fs_storage function to read and write in flash memory. Value successfully stored in evt->store.p_data but after power off it value become 0
switch(evt-...
Hi, I'm using a nRF51822 as a observer/scanner for Eddystone beacons. This device is intended to scan up to 16 beacons, but under certain conditions (unknown at this moment...
Hello,
i use a nrf52 developpment board, with the SDK 12.1.0. I use the ADC example which use the ppi channel, my question is : it's possible to set the ADC driver without...
Hi all,
i try to log event in memory, and when connection is established read value from E2C and send to APP.
if i send characteristics when event BLE_GAP_EVT_CONNECTED...
I use the ble_app_proximity example of the nRF51_SDK_10.0.0_dc26b5e, the chip on my board is QFAAH00 . When I down load the code, it pops the windows "IAR Warning: Stack pointer...
I am learning BLE and trying to develop a Health Thermometer which can be seen in the nRF Toolbox
I am using Bluetooth Developer Studio but cannot get the nRF Health thermometer...
In SDK 11.0 it seems that in case pin 31 is configured as a button (using port events), nrf_gpiote_task_enable keeps triggering the port event due too a work around for OUTINIT...
I developing wearable product based on nrf52832. The product is act as a beacon and its location track by other fixed BLE readers to positioning it in particular defined area...