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!
When using the NRF_LOG module along with a JLink, when I connect the probe to the nRF the RTTClient prints out the first lines that were written when the probe was...
i comple the ble_app_proximity in SDK15, Config APP_ADV_DURATION for 10s,after timeout, no BLE_ADV_EVT_IDLE occur in on_adv_evt.
how put the system into sleep mode?
Hi,
how can i merge ble_app_beacon with mesh sdk beaconing example?? I want to advertise sensor data into beacon advertisement packet. all beacons should be formed a mesh...
Hi All,
I am trying to use TWI on NRF52832 using SDK 12.3 + SD132 but without any success.
For some reason, there is no signal coming out on the configured SDA + SCL pins...
Greetings.
I have PCA10056 0.9.3 and have downloaded nRF5_SDK_15.0.0_a53641a. I am trying to run pre-compiled ble_peripheral examples. I have tried ble_app_blinky and ble_app_uart...
I can connect the board to the Pi and ping it with a globally valid IPv6.
When trying to connect with the MQTT broker, however, no package is sent from the Chip to the Pi...
Hi,
I'm having a problem with the use of bonds since I migrated from SDK 13.1 to 15.0. The problem is that the function gscm_local_db_cache_update() in the gatts_cache_manager...
My kit is a nRF52840 PDK, i've installed SDK_14.2.0 and succesfully built and flashed the ble_app_hrs example project, but i'm not able to work as expected with the debugger...
Hello,
I am trying to build the light_switch_provisioner_nrf52832_xxAA_s132_6.0.0 example with my Laird BL652 DVK, I have modified the board to be hardware identical to...
I was running an application we have recently developed and it was connected to my phone when the LED1 started glowing faintly and then the bluetooth connection dropped. After...
Hi,
Our product has the HID of profiles and the connection is bonded link. So Auto re-connect in the system of mobile when the bond of the mobile around the device.
But...
I have developed software for a custom board (#1) with the nrf52832-CIAA (QFN packet) with LED's and buttons. It works.
I use the same software for another custom board...
m_prov_state is getting assigned at line #150 as well, I thing the assignment here is redundant.
I have also created a pull request on GitHub for this. Although this is...
I am trying to use an application timer along with some variables. I am using ble_app_template as base. To start of I've got the timer without any parameters being passed...