I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
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...
During testing of SDK for Mesh v3.2.0 I noticed that it's no longer possible to send a request and response using SAR where both models are on the same element. This was possible...
Dear All,
On the NRF52840 AD6 and AD4 are for USB D+ and D-, in the case I have no need to route USB signal can I use these 2 lines for General Purpose I/O especially high...
Hi
I have some questions that need your help.But it seems that there is no answer yet.The following is my questions link.
https://devzone.nordicsemi.com/f/nordic-q-a/52060...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
Hi!
I searched the devzone and there is quite few topics about how the relay is enabled / disabled in the FW... according to https://www.youtube.com/watch?v=r9CvtbCmYQY...
Hi,
I'm unable to hit my break points while using the J-link Lite debugger.
Mostly, after I've attached the debugger and reset, it goes to the correct location
FUNC_NORETURN...
Hi,
I am using the nrf51422 controller and other controller which contains Bluetooth .The nrf51422 Bluetooth is central and other controller Bluetooth is peripheral.I am...
Hi to all,
I am using nRF52832 DK with SDK 15.0 version. My two nRF52 DK damaged while debugging I am a little bit confused why this happening.
When I debugging I used...
Hi,
I need a way to dynamically disable watchdog when I do MMD debugging. I found the old trick, check bit 0 on CoreDebug->DHCSR, does not work any more in MMD. Is that...
I suspect a possible race condition happening during NUS service discoveries. I have two peripherals that are advertising and have DIS, Battery and the NUS service enabled...
Hello,
I have configured max30101 with nrf51 and I want to read the fifo of max30101. The fifo can contain 32 samples and the size of each sample could vary from 3-9 bytes...
I followed the suggestions in https://devzone.nordicsemi.com/f/nordic-q-a/51642/can-t-build-nrf-connect-asset-tracker
But, still having the same issue.
Using tag v1.0...
On one of our products, we are experiencing approximately 4% failures during production. I traced the problem to be caused by function sd_softdevice_enable not returning....
Hi Devs,
based on this example
https://github.com/NordicPlayground/nRF52-Bluetooth-Course
i was able to run it, and the value field appear below the Unknown Characteristics...
Hello Everyone, I newbie to BLE world and new to programming. Currently I am following this github repo: https://github.com/sandeepmistry/arduino-BLEPeripheral . I am using...