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 Nordic Community,
I am working on a project using nRf5340DK and need to generate an 8MHz clock signal through a GPIO pin.
Could anyone provide guidance or share...
Hello everyone! :)
I'm having trouble detecting the sht85 sensor using the nrf9151dk. The wiring is good, since I tried connecting the sensor to the Arduino Uno and it works...
Dear Team,
I have a question regarding the Broadcast Isochronous Stream (BIS) / controller timing adjustments.
I am using the nRF52840 DK and NCS 2.9.
I have two devices...
Hello,
I try to understand how the NCS handle the 54L15 partition. When I turned on the mcuboot, I got this report and it is easy to understand:
However, when I use...
Is there any way to test the Direction Finding Central sample code without an antenna array? I currently have two development kits in which I would like to use to test the...
Several of the central examples in nrf SDK v2.9.0
using build target; nrf54l15dk/nrf54l15/cpuapp
produce this linker error:
undefined reference to `bt_conn_le_create...
I'm using an nRF7002DK, SDK v2.7.0, and I've set it up as a BLE mesh node following the Zephyr bluetooth mesh sample . It's running fine, and I'm able to provision it using...
Hello,
I’m working on a project using Zephyr with a nrf52832 and I would like to know if it is possible to scan on a specific bluetooth channel (for example 38). I saw that...
I have develop a FOTA code in SDK2.5.0 base on \nrf\samples\cellular\nrf_cloud_rest_fota example, everything work.
and recently I try to update to SDK2.9.0, and first testing...
I am developing an application based on nRF desktop, SDK 2.9.0. In normal build it works as expected. In release build, which includes MCUMgr/MCUBoot and no logging or asserts...
Hi all,
The following is the default partition.
Due to nRF54L15 – 1524 KB non-volatile memory (RRAM), I wanted to expand the settings storage partition without changing...
Hello,
I am currently using two hardware:
1. nRF7002DK PCA10143
2. Fanstel WT02C40C that has the nRF5340 and nRF7002 pair. Here is the latest manual of this module ...
Hi
SDK: nRF Connect v2.6.1 uP: nRF52832
In my project I try to compbine NFC and FOTA (DFU over BLE). First I did setup a NFC project from the example "writable_ndef_msg...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
Hi,
I'm trying to implement a PRE_KERNEL1 timer (with top priority 0 ) to toggle an LED.
I’m able to control the LED using registers, and now I want to add a timer layer...