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...
Hello,
we have a problem on BT certification with nRF52810 chip. Certification lab replied that TCRL-2018-2 which is mandatory.
Does anyone know where I can get the QDID...
Hi,
I just wonder when hvn_tx_queue (the notification queue) in softdevice is emptied? Is it emptied on disconnection if it still has notifications in queue to send?
Hello.
I have nRF51822 and nRF52832 boards.
I can use both to capture BLE frames with Wireshark on Linux, and I test that with RACCOON also to capture traffic in terminal...
I'm using the DFU module from SDK 9.0 - I enter the DFU by writing to the DFU control point. Is there a way to exit the DFU and have it go back to the app?
Have seen many good thread explaining this model. But didn't find any full example code for it for client and server Model.
I have tried light switch demo and working fine...
Hello!
So I have a new nRF52811 board which was designed by someone else, that I need to develop some pretty simple firmware for. Full disclosure, the design is based on...
Hi I am working on nRF 52832 and nrf 52840 dongle. I want UART service to be used in my application and application should allow me to scan peripheral devices with user command...
I am a freshman. And I am doing some research on BTE by nRF52832(PCA10040). I want to get RSSI. Could you please tell me if there is a reference code or project in SDK? Many...
It takes time for fs_event_handler to be called back after nrf_fstorage_erase is executed.
In SDK13.1.0, it didn't take much time, but in SDK15.3.0 currently being developed...
Is there a way to create a command that gets throughput information from a device in the ble_app_interactive example? I want to get the throughput of a peripheral device once...
I am developing an universal remote which can be controlled via Bluetooth. For that I need to decode an IR signal.
I am using TSOP decoder.
The steps I think, I should...
Hello, we have made cars that play laser tag against eachother using infrared emitters and receivers. The problem is that the infrared radiation bounces off the surroundings...
Hello i have a rigado BMD-300 module and i would like to flash a new version of softdevice app and bootloader but i want to protect the UICR memory because that is where the...
Hi my goal is to put the NRF into system on low power mode every other second. I have a repeated app_timer that increments counter variable m_custom_value every second. I...
Hi,
I am developing a project using the nRF52840 DONGLE. As part of the process, I need to be able to debug my code, so I am using IAR and a J-TRACE PRO for that. The...