In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello,
We are adding custom features to the bootloader to support our target environment. 2 of those feature are logging on UARTE1 and accessing serial flash on QSPI. Had...
Hi,
Our device is based on nRF52840 + SDK 15.0.0 and we use cc310 backend for crypto tasks
Messages and SW packages are signed by Ecdsa.
I installed nrfutil and...
Hello,
I want to put measurements {temperature, humidity, UV index} into service data so "nrf connect" would decode measurement value in scan menu as is does beatifully...
I need to be able to erase assembly number stored in UICR as part of production process. Im using ERASEUICR for nrf52840. Do the non-customer UICR registers, e.g. nordic reserved...
Hi,
I have some question below: note: the project_uuid belong uuid-16bit by my define uuid of product myself.
1. My project uses project_uuid and DFU_btn_less services...
Hi i'm first in BLE
I use nRF52840 DK and SDK15.3.0 and SEGGER embeded
when I excute single example(ble_app_blinky, ble_uart, timer), it has no problem.
but when I merging...
My UART is going into a NO_MEMORY error after trying to transmit a single byte. When i try and put the second letter on the transmit buffer, it gives err_code = 4. I tried...
Hi Everybody
When I run my code with the debugger, it always crashes when executing sd_softdevice_enable(). Even if there is no breakpoint activated. However, when I run...
SDK 15.3 API S132
How can i implement the HFCLK using softdevice or how can i enabled it
I need to be able to run an SK6812 which has the following timing requirements...
I'm attempting to make a custom program using a few different libraries based on the samples. In attempting to initialize nvs, it returns -22. I've been able to trace it deep...
Why does " app:" appear in my serial port when reading from ble_app_hrs_c from the SDK for nrf52dk. I was looking to remove this part sending to the com port but I cannot...
Hello to all,
We have developed our application & the following platform we are using:
SDK 15.0, Segger IDE on windows PC
Softdevice version is 6.0.0
Hardware version...
Hello,
I'm using SDK15.3.0, softdevice S132 v6.1.1 and we would like to know if it is possible to combine the application and the bootloader in the same ZIP file in order...
Are the MIPI and MAGPIO interfaces mutually exclusive, or is it possible to setup nRF9160 to use both? For instance, can I use MIPI to control RF switches, but at the same...
Hi,
I've created a project combining gps, nvs, and mqtt based off the nrf and zephyr project samples. I've been able to go into the sample projects and add .overlay files...