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...
I am using nrf connect app on ios , the device is getitng on device mode but it is not showing DFU button on it , but it is working when using android app of it
And...
Dear all,
I am using SES, I have an application that relies on a softdevice. For it I developed a custom bootloader that DOES NOT rely on the softdevice and only transfers...
Hello, Nordic! I'm developing with a nRF52832, a bmi sensor and SES. I am starting with the BMI160 libraries on github and encountered some problems with the call of the i2c...
I am trying to implement a simple matrix 4X4 keypad. I have an issue in enabling gpiote events. I disable gpiote events when there is a row event and i scan the keys by turining...
Hello,
We were wondering under what conditions the SIM will reset. AT commands will give us activity on the SIM_CLK and and SIM_IO lines, we are looking to see activity...
Hii,
I have two question regarding advertising and connection
1. Is there any way to hide my peripherals advertising from any other central scanner .
2. Is it possible...
Hi
I did test two sample code with nrf52DK kit in segger embedded studio. with sdk ,nRF5_SDK_15.3.0_59ac345
1) ble_app_uart (I connect one sensor with UART,I did some...
Hi,
we are progress of designing custom board using nRF9160.
By reading nRF documentation, my understanding is GPS circuit in Dev kit is unstable/nonperforming.
Could...
I'm compiling a custom application using the CMake scripts in the nRF mesh SDK. The first time I flash to the nRF52832 a SIGTRAP occurs on sd_softdevice_enable. I cannot continue...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10
When I run the demo of b le_app_hrs on my development board,I use nrf connect app to...
SDK 13, softdevice 132
function fds_register results FDS_SUCCESS
by calling the function fds_init debugger stops, see comment in function below, and i see "unknown...
Hi
I'm a total beginner here and I have the gyroscope sensor LSM6DS3 and I have the nRF52 DK
I want to read the sensor's data via I2C (i.e. using SDA and SCL pins) using...
Hello.
This is becoming a very serious issue for me. When I program the nrf52840 dongle and when I switches on the power, it automatically goes into bootloader mode, means...
I purchased a sparkfun breakout board ( https://learn.sparkfun.com/tutorials/nrf52832-breakout-board-hookup-guide and schematic https://cdn.sparkfun.com/assets/learn_tutorials...
I'm compiling a custom application using the CMake scripts in the nRF mesh SDK. When I debug the application, even though the debugger is working – I can pause execution ...