[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
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 (...