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 can't understand concept of control point..
Is it just one of charateristics?
So what are differences with other charateristics?
I heard that control point can...
I'm not sure if this question has been asked here before, but I couldnt find an existing answer...
I know that flash memory only has a relatively limited number of write...
What is the MDK? I am using Eclipse and GCC on Linux with the GNU ARM plugin for Eclipse. I need to upgrade from SDK12.0 to get the workaround for errata 108.
The release...
I am currently using BLE Secure DFU Bootloader on my NRF51822 256kB but my program is now too large for dual bank operation. How can I setup the Secure DFU Bootloader to use...
Hello,
I'm using SDK12.2.0.
I opened the PPI example (in SES). I want to use the GPIOTE driver to trigger GPIO tasks on Timer events. So I #include "drivers_nrf/gpiote...
Hello,
I am writing to you because I have a problem with the DVK BL652.
I ran the Quick Starter and all worked well. The DVK BL652 and UwTerminal software communicated...
i am using nrf24le1 contyroller can anyone tell me how to use the 1k sram.what is the datatype for using this and what are the compiler settings in using this.i am using keil...
Hello, recently I've been going through SDK v12.2 and board documentation but I can't find any info about choosing which of board's antenna to use.
Simply, I'd like to know...
I am developing on a BLE Nano 1.5 and need to use PWM to make a beeping sound from a piezo buzzer. I am wondering which pins are capable of PWM. Here is the pinout diagram...
Hi
I am using app_button library to sense button detect, it work fine.
static void button_init(void)
{
uint32_t err_code;
//The array must be static because a...
First of all I appreciate your help.I am using mesh example in https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh link .I can send data by providing connection with...
Hi Nordic team,
This problem bothers me for a very long time. I cannot find the root cause. I used nRF51822 IC. It uses SDK11 with softdevice S130 and bootloader (but I...
Using nRF52 with SD 132 3.0.0.
Peer manager uses fstorage to store information.
I need to be able to specify the address range which fstorage can use.
Is there a configurable...
Hi,
I have problem with both functions sd_ble_gatts_value on central device.
It works on peripheral, because there is my characteristics definition.
Now I have to read...