I initially tried Segger Embedded Studio for ARM and I clicked on connect to J link device, an error occured. I wasn't sure at that time. Then I used the nRF CONNECT for desktop...
I'm working with the Matter Template example and creating a sensor monitoring device on the nRF52840 platform, and I'm developing on a Windows environment with SDK 2.9.0....
1st problem:
There are some failed case when i run \v2.9.1\modules\bsim_hw_models\nrf_hw_models\tests\zephyr_apps\54_aar_ccm_ecb\src\test_ccm.c
2nd problem:
If I...
Hello,
I'm using peripheral_past sample on nrf5340 audio DK board, and select nrf5340dk_nrf5340_cpuapp_ns for Build Target.
I added the following config to enable RTT...
I am trying to use fstorage with the sd backend (SDK 14.0.0). My issue is that, after successfully calling nrf_fstorage_write, the callback I registered using
just never...
Hi, I'm trying to use BLE OTA with an external memory due to my application is too big to do it only with the internal memory. When I use OTA config with internal memory,...
I use NCS2.5.0,and I noticed that there are two files(bluetooth.h and scan.h) can help to set scan parameters.Is there any difference betwen these two files?Can I call the...
Hi, i am using nrf5340 which has flash memory of 1MB. but my application is exceeding this memory size. what I want to do is to merge the image 0 and image and make it as...
Hello everyone I am gradually learning Bluetooth, it takes time, but I need a temporary solution, I need a so-called adapter, Bluetooth <-> UART, to simply transfer bytes...
Hi all,
I develop my own IoT board using NRF52840-QFAA (Rev3), I am follow the Intermediated Course about Creating custom board but some how my board cannot run blinky example...
With a npm1300 I'm able to charge (for instance, the LED showing charging status is on, BCHGCHARGESTATUS is reporting the different steps..... ) but the battery current reporting...
Hello
When following the guidline of a new way to extend boards , VSCode "Add Build Configuration" is blank. Am I doing something wrong or this is not yet supported by...
Hello,
Our company makes module using nRF52840. And we also make development kit with it.
I recently programmed open bootloader built-in hex in nRF5 SDK v17.1.0 (examples...
nrfConnectSDK V2.8
Toolchain
Board: nrf5340dk
Hi, while compiling ncs-spi-master-slave-example , I am getting below errors
In function 'spi_init': C:/Users/hello...
I am currently working on a Direction Finding project, but I am facing an issue in prj.conf .
I use an nRF52811 custom board for Direction Finding. In the board selection...
Hi,
EDITED: This appears to NOT be related to any open circuit, the SAME behavior comes even with abrupt changes to the current scale, without any interruptions. Additional...
Hi, I'm trying to install modem fw using the script given by Sigurd : https://devzone.nordicsemi.com/f/nordic-q-a/53208/updating-nrf9160-modem-firmware-through-the-command...
Hi.
code base is sdk 17.1.0
MCU : nrf52810
Softdevice : S112 (7.2.0)
use SES 5.42a
step1. modify NRF_SDH_BLE_GATT_MAX_MTU_SIZE form 23 to 50 in sdk_config.h
...
Dear nRF experts. We are a module manufacturer and we have designed an nRF45L15 module. We are doing a series of verifications. When we were doing the connection test, we...
Hi,
the nrf54L15 datasheet states on SPIM "CSN and DCX are not present in all configuration" (p.559). But I can't find the information, when CSN is available.
Hi,
I use Nordic connect SDK and have to create a new revision for a custom board, because there are some hardware changes. I managed to create an overlay for the new revision...
MCUBOOT contains a flag MCUBOOT_OVERWRITE_ONLY_KEEP_BACKUP that stops it erasing a big chunk of the start of the secondary image after an update.
We would like to set this...