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...
Is it possible to bit bang a 9600 baud UART on the nRF51822 while the BLE softdevice is running?
The reciprocal of 9600 baud is around 100 µs, so the interrupt handler...
Hi Team,
My application is based on nrf51822 SoC in which I am using
BLE and UART interfaces.
There is single UART available and I have used it in communicating with...
Hello,
I am using am using sd_ble_evt_get and sd_app_evt_wait in an endless loop for handling all incoming events.
If I block this loop from executing, I'd expect that...
Hi all
I'm struggling with the easyDMA UART of nrf52. I've got a preview nrf52-DK here where I wanted to make a simple example with the following code but I never reach...
I'm doing a custom board with a nRF51822 FAAG0. I have in it the ST BAL-NRF01D3, with a 0.8pF capacitor.
In the forum I read in a post that some versions of the nRF51822...
Hi everyone,
I am using the nRF51 SDK 10.0.
The documentation for the Debug Logger API suggests sample code like:
uint32_t retval; // Initialize module
retval = app_trace_init...
I want to use the J-link to program the nRF51822 via SWDIO and SWDCLK, every time I click the
"nrf51 programming", the studio stops working immediately, PLZ help, thans
I'm trying to set up communication between an nrf51422, and an nrf24l01+.
The nrf51 is supposed to be the PTX device, and the nrf24 the PRX device.
Communication from PRX...
I was learning GPIOTE using the example provided in SDK 9.0.0. (examples\peripheral\gpiote). The example only uses GPIOTE task and a timer to drive the task through PPI. ...
We have created a firmware and encrypted it with a private key and made it public. When we download it to the chip it's decrypted with a public key stored in the chip. Right...
I have about 200-300 sensors, each requiring to send data at around 0.5-1Kbps to a central node (coordinator/master node), what will be the network configuration/topology...
In SDK 8 for the nrf51422, notifications are always being sent as 20 bytes, regardless of p_len. The BLE_EVT_TX_COMPLETE event stores the proper number in tx_length, but the...