Hello,
I'm using 'nRF Connect for Desktop v4.2.0' and 'nRF Connect SDK v2.3.0' on windows 11.
I was using vs code well for developing nrf52840 board.
But, I found...
Hi there, I'm new to the nrf/zephyr sdk and while using the nRF5340dk board, I've found that the pin1.01 is pulled high right after the board powers up. My assumption is that...
In my project, nrf52832 used as a communication module.
In order to let user's phone reconnect automatically,I add HID service,appearance and uuid into advertising packet...
Hi there,
I am working with NCS 2.9.0 and the nRF54L15-DK, running the radio test example with the RSSI Viewer, but it doesn't seem to be working.
Here are some error...
I try to do everything as in the guide (second advanced option) devzone.nordicsemi.com/.../small-i2c-oled-displays-using-nrf-connect-sdk but I get errors when building
...
I just wanted to share this in case someone else runs into this as well. I was running into all of the same things as others where I could run the nrf_sniffer_ble.sh --extcap...
How do I power the nRF9161 DK with a battery? I have a spare 4.2V-3.7V lipo (2000mAh) but according to the docs, VIN ne eds 5V, so any recommendations for a compatible battery...
Hi all,
My name is Szabolcs Vass. We are developing a project with nRF9160 SiP on our custom board. We want to send some measurements periodically to an MQTT server. After...
I have realized the cutdown function with the examples. But now I want to reflesh the number I have published, which means that I first publish a number, then I want to publish...
Hi,
We are using nrf51422 in our project and SDK we are using is 12.3 and soft device is S130. In our project we need Bluetooth device should be connected to upto 3 devices...
Hi
I did DFU with button, i can enter and load zip pack over nrfToolbox mobile.
I tried butonlessDFU, i copied services "experimental_ble_app_buttonless_dfu" and with...
Hi,
I am evaluating the ble_app_template example with nRF52840 SDK.
I added code to create custom service and custom characteristics in the following link:
https://github...
Hi,
i have to watch my program flow in segger debugging mode, so that i enable
#ifndef NRF_LOG_ENABLED #define NRF_LOG_ENABLED 1 #endif
in sdk_config.h file.
now i...
Hi,
I want to display an image sent over Bluetooth on my screen which uses the driver st7735. So I have an application which can send images, and I receive data in the function...
Hello,
we have a problem on BT certification with nRF52810 chip. Certification lab replied that TCRL-2018-2 which is mandatory.
Does anyone know where I can get the QDID...
Hi,
I just wonder when hvn_tx_queue (the notification queue) in softdevice is emptied? Is it emptied on disconnection if it still has notifications in queue to send?
Hello.
I have nRF51822 and nRF52832 boards.
I can use both to capture BLE frames with Wireshark on Linux, and I test that with RACCOON also to capture traffic in terminal...
I'm using the DFU module from SDK 9.0 - I enter the DFU by writing to the DFU control point. Is there a way to exit the DFU and have it go back to the app?
Have seen many good thread explaining this model. But didn't find any full example code for it for client and server Model.
I have tried light switch demo and working fine...
Hello!
So I have a new nRF52811 board which was designed by someone else, that I need to develop some pretty simple firmware for. Full disclosure, the design is based on...
Hi I am working on nRF 52832 and nrf 52840 dongle. I want UART service to be used in my application and application should allow me to scan peripheral devices with user command...
I am a freshman. And I am doing some research on BTE by nRF52832(PCA10040). I want to get RSSI. Could you please tell me if there is a reference code or project in SDK? Many...