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,
I have a question about my schematic.
In the datasheet I've read that it doesn't matter which pin is used for several pheripherals like SPI.
So does this means...
Hello,
I am using 12 bit ADC in my application but data element more than 8bit is not send correctly, Also not receiving Array[10000] element. I am using nrf52.
Thank...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
Hi,
Let's assume that we know there is a packet ready to be sent every 20ms. Now what is the best connection interval from power consumption point of view? Here is my understanding...
I've been unsuccessfully attempting to download and execute a BLE example on a nRF52832, and I could not succeeded probably due to false alignment of Soft device's and application...
I'm running the ble_my_project_template example from ble-sdk-arduino , and listening to the ACI lines with a logic analyzer. Here is what I found in the first transmission...
Gentle folks,
I'm sure I'm making some simple, primitive error. Please help me mend my ways :-)
Using gcc in the NetBeans IDE on MacOS for building and running the ble_app_hrs...
Hi,
I tried to flash the mbed FOTA bootloader on my nRF51 DK. I copied the bin file to the bootloader device. It said the storage on the device is to small. Now it won...
Hello sir,
I am using nRF52832 board and interface with 3 axis accelerator reading ADC for 3 Channel. I have use sample code for controlling in timer/RTC mode. My ADC is...
Hi,
I am working on NRF52 custom board with 3.7mA 27mAH battery, working on BLE app UART example SDK11 with SoftdeviceS132V2.0.
I made BLE advertise for 20 sec interval...
I prototyped a nRF52832, WLCSP package, with a fab (PCBA) and put jumpers between my 32Mhz crystal and the chip, attempting to connect with a j-link in SWA mode, I cannot...
Hi. I'm using nrf52832.
Now I'm using HFXO, LFXO to operate BLE. As I know I should use HFXO to operate BLE.
What about LFXO? Can I use internal clock(LFRC RC osc) instead...
Hi,
I am working on the latest version of SDK (v14) and SoftDevice(v5) on nRF52382. When I call the sd_gap_disconnect it returns NRF_SUCCESS. However the BLE_GAP_DISCONNECT...
I was trying to verify the DFU functionality on SDK 14 on nRF52832. Here is what I did.
1. Using nRFgo to erase all
2. Program bootloader/soft device with C:\svn\nordic...