Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hi Team,
We have developed our application with SDK v1.20 and as v1.30 is released so we moved to v1.30 and stick to it.But project is not opening in sdk v1.30 and got...
Hello,
if one wants to start the app from scratch, what is the right way to create west.yml file?
Say we want to start from NCS 1.3.0.
Thank you & best
Oleh
hello Nordic
i am using nrf52832, sdk 16.0 s132 v7.0.1
i used the secure_uart_bootload example, the start flash in the example starts at 64000, though in this link the...
Hi, I am working on nRF52840 DK.
I uploaded ble_app_template on board and now trying to connect with nRF Connect and getting the following issue. Any suggestions, please...
Background/Motivation
I am currently communicating with a Onset InTemp thermometer CX402 via BLE from Windows 10 Pro. To do this I'm using the Windows.Devices.Bluetooth...
Hi,
I found this example light_switch - SerialLog posted on nordic forum, when I downloaded on nrf52840 DK it worked without problems, but I want to put in nrf52840 Dongle...
Hi,
I'm trying to test
slave BLE (ADC) ----- master BLE ----- DSP(28335) module
however, the error occurs in app_error_weak.c
NRF_BREAKPOINT_COND (line 100) and I...
I am attempting to use an nRF52840 with softdevice 7.2.0 to validate some scenarios and am seeing a difference in operation between legacy pairing and LESC pairings. I have...
Dear Nordic Team
The power profiler Kit does not report any curent measurement with MAC OS (10.13.6)
The exactly same boards and PPK work well on a PC win 10/64 (2 DK...
I am trying to convert a peripheral working firmware to Long Range.
There is a description in:
https://devzone.nordicsemi.com/f/nordic-q-a/37409/sdk15-long-advertising...
Hi All,
I am trying to understand how should I define the BLE UUIDs in my peripherals and connect to each peripherals.
Basically I have several BLE sensors. My goal is...
Hello,
I am merging two applications which work successfully inside SDK 17. One is the ble_app_uart and the other is an SPI app handling my display. The linker can not...
Hi Team,..
i'm also trying to interface nrf52832 and nrf52840 using 15.2 SDK..when i write i2c communication nRF to max32664C.
18 bytes only successfully transmitted....
Once inside the I2S interrupt, I need to clear the event that caused the interrupt, which in my case is either EVENTS_TXPTRUPD or EVENTS_RXPTRUPD. However, setting these registers...