Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
i am working with the nrf7002+nrf5340 ns when i run the excercise solution and press the button a couple of times, i get this error *** Booting nRF Connect SDK v3.5.99-ncs1...
I am bringing up a brand new laptop for devlopment.
I downloaded and installesd nRF Connect, SDK 2.6.0, SDK 2.7.0 and SDK 2.8.0. The SDK 2.9.0 installation failed.
I...
I plan to use an ESB as a low latency and high speed protocol.
However, there must be multiple hosts on one network.
Hosts or devices must be able to communicate with...
Hi,
I have a design which mostly follows the reference designs.
I've added a Resistor Network R16/17/24 to allow a UFL connector to connect to the ANT and isolate...
Hello, I really need some help to connect a central nRF52 DK board to a peripheral that was provided to me. This peripheral can connect to a smartphone using nRF Connect and...
NCS 2.7 with Toolchain 2.7
Launch build from Visual Studio
Sysbuild with mcuboot and custom application, custom board
Although the application itself updates when VERSION...
In our custom board nrf5340-nrf7002, tried system_off(C:\ncs\v2.6.1\zephyr\samples\board\nrf )sample to check power consumption.
But it measures 0.60mA Is there any config...
Hi Nordic DevZone team,
We would like to get nPM Power up for nPM2100 because it seems not to be supported for nPM2100 in nRF Connect.
We are plannning to let the customer...
I've worked with the nRF5 SDK in the past, and I've started exploring the nRF Connect SDK for future projects. I've taken some of the courses offered through Nordic (great...
I've just launched VSCode for an old project from the nrfConnect SDK launcher, and it seems like the plugin no longer works correctly. It does not search for custom boards...
I've been struggling with this for some time now and no matter how I approach it I can't quite get it to work. I'm essentially looking for something like the "maximum performance...
Hello, I have several development-related questions about the microphone functionality of the NRF5340 AUDIO DK in headset mode:
Is it possible to configure the device...
I saw in this video that there was a lipo battery being used with a nrf52 Development Kit and I read this in the spec for the nrf5340 Development kit:
1.7-5.0 V supply...
Hi,
I am connecting a central to multiple peripherals. In order to optimize the throughput I would like to simultanuously sniff the connection. In the nrf Sniffer documentation...
We are producing an issue where the ZBOSS stack will emit a ZBOSS Fatal Error without any context if we alter ZB_DEV_REJOIN_TIMEOUT_MS. Specifically, the steps to reproduce...