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...
Hello, I am using the peripheral_lbs example project and build it for nrf21540dk_nrf21540
I also added CONFIG_SERIAL=n, CONFIG_UART_CONSOLE=n for disabling uart.
But still...
Hi all
I currently have a project where i send and receive commands over UART to another chip. When i receive a message over UART, a callback is triggered and I continuously...
I am having difficulty getting the nrf_regulators_system_off function to work correctly on newer versions of the Connect SDK.
In earlier versions v1.3 and such, the call...
Hi, Wanted to report an issue with iOS BLE transfer speed being lower than expected on nRF5340 (nRF connect SDK) We tried to get the same throughput on BLE as nRF52840 and...
Description: I need to create an SBOM. Currently, I am using NCS SDK V2.7.0 and Visual Studio Code Version 1.93.0. I want to use the example peripheral_uart to create the...
I'm developping an application on the NRF52833 chip with DFU using BLE
I havn't deployed a lot of thing in my software and I was surprised to see that my software doesn...
I tried using the 'externallib' sample with toolchain 2.7.0 and SDK 2.6.1, and it works fine.
However, if I add something like #include <zephyr/kernel.h> in 'mylib.h'...
Hi Nordic,
I am using modem nRF9160 to send a couple of bytes to my server. However, I have a problem with the PDP context. More particularly, when the PDP context is...
Hello, I have combine mouse with keyboard HID_12 and keyboard with media HID_23, but not able to combine mouse with media and all 3 together! Here are my HID_12 and HID_23...
I developed a project that using static passkey to pair and bond with nRF SDK17.
It be fulfilled by the follow way:
However,when I turn to NCS,I don't know how to...
Hey,
We've been using the pynrfjprog HighLevel API for our production programming, and I see that's now deprecated. There aren't any examples showing how to program the...
I am developing a keyboard using "ble_app_hids_keyboard" of SDK17.1.0 version. When I look at the log during testing, "High Duty Directed advertising" appears repeatedly and...
I'm working with an nRF5340-based custom hardware setup that includes an audio codec and a microphone, and I'm testing LE Audio functionalities. My setup involves running...
Hello,
We use nRF5 SDK v17.1.0 (soft device S140 v7.2.0) and it works well except that when receiving many message over bluetooth the device reset due to memory being full...