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 trying to measure the power consumption of a PCA10040 board while debugging, using the PPK. I am using the setup shown here: "Measuring current on nRF5 DK while debugging...
Hey,
I found that sdk 12.3.0 (the latest for nrf51822) has example fpu_fft with linked CMSIS_DSP lib, but this lib is for cortex m4. I downloaded arm_cortexM0l_math.lib...
I have a problem getting fstorage to work with BLE in SDK 14.2.0.
The fstorage example works fine until i change
NRF_SDH_BLE_PERIPHERAL_LINK_COUNT to more than 0
In...
Im am running a nrf528322 board with the s332 softdevice using sdk14.2.
I have implemented flash storage in my program according to the nordic flash_fds example. This works...
Hi Nordic,
I am using SDK 12.3.0 and S130 2.0.1. I have some questions about AFH.
1. Do Nordic stack keep track of some bad channels during communication and would skip...
Hi I am working on pcb design for a long range application with nRF52832. There are lc circuit which is implemented to antenna pins on reference design of nrf52832. I decided...
Hello,
I am trying to develop a custom BLE service. I have been following this tutorial .
I have also looked at this answer to understand the signal path for a WRITE event...
Hi!
I'm using SDK13 (Softdevice version 4.0.2) and I noticed that during an update via DFU bootloader the update of the Softdevice doesn't work.
After the transmission...
Hi Everyone
I have been trying to use nrf52840 on a custom PCB . So far everything is working perfectly except only one single issue which is the controller gets reset and...
I'm new to the NRF series, and for that matter Keil. I have a BT832A which is apparently an NRF52810.
I am able to flash my own code using Keil and and control GPIOs to...
Hello, I am battling with weird problem for 2 days already, need little help if possible, I have tried all remedies and nothing worked so far.
Here is what happened, I followed...
Hello,
I am using SDK5 for my code that builds successfully under Linux, but not under windows.
The error occurs in the SDK, not in the application. I am wondering what...
Hi,
We are trying to optimize the speed at which we send data over BLE UART with the nrf52832. Currently, we are using the ble_nus_data_send() function in a while loop with...