I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
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 (...