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...
Dear all,
I need to measure a pulse width on a GPIO pin which is in between 100mseconds and 7.2 seconds long without the use of "regular" timers due to low power requirements...
I have migrated a new project from SDK 9 to 10, and now I seem to be having issues.
I'm using the uart_fifo to read data from a GPS, so the data shows up every 1 Second...
I would like to use pstorage to store some data.
From the developer zone I know, that the softdevice has to be used for pstorage.
I'm asking me, what will happen with...
i downloaded source code from github.com/.../nrf51-ble-app-lbs . and i am getting error like C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.2.0\Device\Include...
my issue is that when I use the bootloader to get DFU working it advertise DfuTarg and doenst show my services. I searched for hours, I found many answers and none worked...
Hi,
I am developing an application on nrf51822 chip. I have set
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE
Also i am developing...
Hi Nordic support,
I want to use the OOB key pairing and I found the below discussion:
Set OOB key on Master Control Panel?
This means I need to implement the application...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
I am trying develop a project in which when we request a characteristic from phone( read request), we will read data from other module through UART and give reply back. I...
Hi,
I designed before my board for 2 layer PCB and i used the coplanar waveguide with ground-plane in the bottom. now i want to move to the 4 PCB layer and i choose the...
Hi, I'm porting my project from SDK8.1 to SDK10.
I replace static app_timer_id_t m_beacon_timer_id; to APP_TIMER_DEF(m_beacon_timer_id);
to avoid hardfault when creat...
Hi all:
I modified DFU-BLE to make it suitable for S130 on nRF51822. I made the following modifications:
On "dfu-ctr1_pt_add"
ble_gatts_attr_md_t cccd_md;
memset...