Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
Hello,
I'm testing the IQ feature of the radio test. According to the documentation on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi/radio_test...
Hi, We built a nrf52840dk shield that interfaces with an SPI sensor connecting to GPIO_IF4. We require using a voltage translator to translate 3.3V signals into 5V to comunicate...
Hi,
In the NCS V2.3.0 version, I successfully obtained the serial device through the following code and compiled it But when I get the serial device in the same way in NCS...
Hi,
Sorry to be posting a lot about my LIS2DH12 on custom hardware lately. I do believe my different inquiries are to be treated as separate.
My (modified) hardware now...
EDIT: Sorry to be posting a lot about my LIS2DH12 problems lately, as I'm advancing somewhat while I have open support threads. Newest thread is here: In preparation of this...
Hi,
I'm using nRF5340 Audio DK with the audio example code in BIS mode. I would like to set the broadcast name during runtime, and not before compilation. Namely, I want...
Dear support team, We need to integrate DTM function into matter. We have disabled bt, but it still prompts that radio_init failed. Do we still need to disable matter protocol...
We are trying to setup image encryption in our nRF build, for use with BLE DFU.
I see that this is not supported by Nordic, but that there is support for it in MCUBoot....
I want to add the timer sample code to my own project "../src/main.c:11:10: fatal error: nrfx_example.h: No such file or directory 11 | I'm encountering the error #include...
| Host | <---- UART ----> | nRF52833 (central) | <-- BLE--> | nRF52833 (Target) |
I have a requirement where I hope to update the central's firmware image through the Host...
Hi,
I am using the NRF52832 DK version 3.0.0 with a UWB module: the DWM1000 from Qorvo.
I was struggling with the SPI communication to get the Chip ID by sending a simple...
Hello,
I am working with nRF52832 and want to put it to sleep and wake it up with a interrupt from a GPIO. I am using a accelerometer LIS3DH to generate the interrupt. I...
Hi,
We're using nrf Connect SDK v2.4 and have issues when calling bt_gatt_notify() from our main thread. The bt_gatt_notify() function blocks even though we have the CONFIG_BT_L2CAP_TX_BUF_COUNT...
I merged two sensors, BME and BMI, and checked the raw data output through NRF_LOG_INFO. Now, I've added the new merged code to the main firmware, but the log for the BMI...