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 starting development on the nRF51422. I noticed that for the non-ANT sample code (blinky and UART), a gcc makefile and windows batch files are provided for compilation...
Hi,
Does the heart rate demo in SDK v4.4.0 work with SD v6.0.0? I'm using the QFAAC0 revision of the NRF51822. The demo works fine with SD v5.2.0. Is there anything special...
So far I haven't run across any code examples that will switch the BLE (S110) stack in and out. I'm looking to test enabling and disabling of the softdevice to see how that...
I'm reading AD-converter data usin nRF51822 SPI-Master. BLE-stack is active so I can't use
interrupts with SPI. I get data every 2 ms. Sometimes Events are delayed so long...
Hi,
We would like to implement a scenario that need two BLE devices,
One is Peripheral that able to broadcast and connectable,
another one is Central that able to scanning...
Hi,
I'm using nRF51 SDK v 5.1.0 with SoftDevice v6.0.0 on nRF51822.
I'm using the pstorage SDK module for flash operations.
I've found an issue with this module,...
Hi
In the product specification the S120 softdevice it is mentioned, that the S120 will support central and broadcaster role at the same time. This is exactly what we need...
I've cut the BLE proximity app example code back to doing nothing more than this:
int main(void)
{
uint32_t err_code;
leds_init();
for (;;)
{
power_manage...
It takes about 30s after I power my nrf51822 DK with ble_app_hids_mouse demo, how can I short it less than 10s ?
In the code there is a line
"#define NEXT_CONN_PARAMS_UPDATE_DELAY...
Would like to know whether you have a diagram for the RF pattern for nRF24L01. Like whether the node can receive other nRF signals 360 degrees around or should be at some...
Hi, I need to select the values for the crystal capacitors (C1 & C2) for a nRF51422 pcb.
From page 9 of "Crystal Oscillator Design Considerations" I see:
C1' = C1 +...
Hello,
I'm assessing various ways to authenticate/secure a connection with BLE on Nordic nrf51822. Our goal is to enable authenticated modification of a few values in a...
Hi
I see this in our own firmware and also in the sample HRS on the PCA10001
(If you try with the HRS app, then modify the app so that on BLE_GAP_EVT_DISCONNECTED instead...
I'm trying to get a simple, single shot timer working. The debugger never stops at a breakpoint set in my handler function, and an LED turned on in that function never lights...