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...
I am trying to receive data from GPS L80 with the nrf52832 board but I am not able to receive anything. I connected the Rx of nrf52832 with GPS and vice versa. I also connected...
Hello, I'm trying to get manufacturer specific data from peripheral, but I don't know how to do this when the peripheral is using extended advertisement with LE Coded PHY...
Currently, I am trying to create a UART connection between the nRF52840 Dongle and my PC. I am working with the usbd_ble_uart example found in the dongle SDK. I managed to...
Hi,
I am using nRF52840 Preview DK with SDK v15.3.0 and Softdevice version 6.1.1
I modified the Blinky peripheral code to advertise over Coded Phy, this code is working...
Hi all,
We are working on a project that requires us to measure the resistance of something applied externally. We are mainly interested in the change of resistance over...
Hi, I have managed to send data to a dedicated server, but I have a problem with reconnection. After re-connection, this is what I get as an output. In the log, there are...
Hi, I'm using Nrf52840 as the MCU for the developed product.
For my product, there is a central and a peripheral which two are communicate with each other via bluetooth...
Does anyone have any guidelines on connection parameter guidelines for Windows 10 BLE 4.1 machines? When I attempt to set some connection parameters on the nordic 'slave/perpherial...
Hi,
I need to use 6 saadc channels to sample voltage on my project. The saadc channel 0 could be configured to connect different inputs(ANI0~AIN7).But I try to configue...
Dear,
"RECOVER" was not working properly in nRFgo Studio after tried to upgrade firmware in PCA10056.
Based on Nordic knowledge, I tried to upgrade nrfjprog to 9.7.x...
I have a question about "sd_ble_gattc_write" and "BLE_GATTC_EVT_WRITE_RSP".
1) If "BLE_GATTC_EVT_WRITE_RSP" occurs, can you guarantee that the data has been written to the...
I want to realize "LE Secure Connection" with "Passkey Entry" or "Numeric Comparison". I know that "passkey" is obtained in the "BLE_GAP_EVT_PASSKEY_DISPLAY" event. Who produces...
I am using SES SDK 15.3 SD 132
I am trying to step through simple operations and need to enable a softdevice clock.
Right now i am using nrf_drv_clock and engaging clock...