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...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
After run the nRF Connect on my PC the CPU usage becomes very high (over 95% on the WMI provider Host service), then the PC does not performe any other task.
When I close...
Hello,
I'm newbie with BLE and nRF52832.
I'm using IAR 8.22.1 and softdevice S132 V6.0.0.
The problem is that my program worked fine but suddenly the entry point is...
Hi, all,
I confuse with the function of shortcuts register while I'm using timer with two compare events in 52832.
In main() , I use API: nrfx_timer_extended_compare to...
Hello Everyone, I wanted to implement the following 1. Whenever i press the button1 on my nRF52832 DK, the alarm tone on my mobile phone should ring indicating that button1...
hi to all,
i am developing a device wih nordic NRF51822 module, i want use app_timer module to blink led with spec pattern, in my program i had successfully used app_timer...
Hi all ;
I am the new guy of using the nordic ble . Now I met some problems when I create the project:
sdk : nRF5_SDK_12.3.0_d7731ad
chip :nRF51822
1. Using the...
Hi,
I tried the serial example on the PCA10028/PCA10031 and PCA10040.
I found that this demo will fail on both PCA10031 and PCA10040, like this:
Activating auto...
Hi,
Many of us use C++ rather than C (as it is superior in every way). When including many of the Nordic SDK header files it is necessary to wrap them in
extern "C"...
I am using my iphone with the blinky app and I want to experiment with the range by changing the power level on my nRF52840 development board.
I have the Segger tools up...
I'm hearing mixed things about RSSI being broadcast, and I'm hoping I can get a clear answer on it. If a device is paired with an android phone. Is it possible to get constant...
I'm trying to create a service with 2 characteristics. One is a MTU to send large amounts of data from my peripheral via notifications to the host and the other is a RW characteristic...
Hii everybody I am new to nordic nrf52832 board. i have to implement sensor of inversense ic 20648 (Accelerometer and gyroscope ) sensor using i2c with board nrf52832 in sdk14...
Hi,
I am new to Nordic's softdevice based development and I want to build a basic application for advertising to understand more about the softdevice. I went through the...
I know this question has been asked before, but I couldn't find an answer...
I'm looking for an example of how to use the nRF52832's SWO feature with the SEGGER JLink product...