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 all,
I try to instantiate an uart driver using NRF_DRV_UART_INSTANCE macro, but I got the following error :
sdk/components/drivers_nrf/uart/nrf_drv_uart.h:97:1...
Hello,
We are developing an application in which we have an NRF51822-CFAC with sd110 v7.0.0 together with very small energy allowances. Our problem is that we cannot get...
On an ble advertising timeout an event is dispatched to : ble_advertising_on_ble_evt(p_ble_evt)
I notice the application restart and suspect it due to :
ble_advertising...
Hi,
I'm trying to get a timestamp when advertisement occur in heart-rate-collector example(E:\test_nrf\examples\ble_central\ble_app_hrs_c\pca10028\s130\arm5_no_packs)....
Hi Nordic Tech support team,
Now, I burn my nrf51822 softdevice Bootloader and application by nRFgo Studio tool。There are some problems as follow:
(1) When I burn softdevice...
Hello,
I used this tutorial :
devzone.nordicsemi.com/.../
But I can't resolve the "Challenge 1" (write 4 bytes on the characteristic).
Can you explain me, please...
Hello, I have walked through this tutorial: devzone.nordicsemi.com/.../
however things didn't work as planned. I can now read the default value of a value characteristic...
Hi, I was wondering how to change from central mode of the NRF52 board to peripheral mode and from peripheral mode to central mode by pressing the input buttons on the board...
In the blinky-central example, on_ble_evt() switches over both BLE_GAP_EVT_DISCONNECTED and BLE_GATTC_EVT_TIMEOUT .
Why is this required? Won't a client GATT timeout...
Hi,
since the nrf52 offers the capability of NFC and BLE I am interested in methods a customer could use his smartphone for payment. Is there a common way or open standard...
Hi all,
I have programmed my chip nrf51822 successfully using stlink and the openocd. I have burned the same hex file which is there in the example that is the ble_app_uart...