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...
Hi,
1/ I download the s110 softdevice and ble_app_hrs to the nRF51822 board, and running normally.
2/ I download the s120 softdevice and ble_app_hrs_c to the nRF51822...
Dir sir. I read the white paper "Tuning the nRF24xx matching network" and I have a question.
I would like to know the setting of the spectrum analyzer when I measure the...
I'm looking at the 5.2 SDK and I have noticed a few minor things that may be bugs or might be my mistake but here goes:
In the GCC linker scripts, I was carefully...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Hi,
I am working on a keyboard project,I change the HID report as follows
0x05, 0x0C, // Usage Page (Consumer Devices)
0x09, 0x01, // Usage (Consumer Control)
0xA1...
Hi,
How does the advertisement filter policy work?
I tried both BLE_GAP_ADV_FP_FILTER_SCANREQ and BLE_GAP_ADV_FP_FILTER_BOTH, but this doesn't restrict other devices...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
I just purchased an mbed developer kit and I am looking for the source code for the device. I want to write an iOS app to interface to this device via BLE. I'd like to have...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
Using ble_app_hrs running on a PCA10004 (nRF6310 motherboard + PCA10004 which uses a PCB antenna), the achieved range at +4dbm (<10m) seems to be short. Master Control Panel...
I think the new MCP might have a bug somewhere. I have not been able to find out the exact sequence on how to provoke it, but I have to restart the application more often...
if I set BLE_GAP_CONN_SEC_MODE_SET_OPEN, I can get data,
but if I set BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM,
Three different even sequences happened, only one sequences...
Hi,
I disconnect the BLE by calling *sd_ble_gap_disconnect*(), and found that it run to *app_error_handler*() after the BLE_GAP_EVT_DISCONNECTED event occured, and I don...
I program the nRF2727 module with the "Block readback of mainmemory" seleted using nRFgo studio tool.
After that, I can still read out the content of flash. What's the root...