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...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
I have configured the dev kit by cutting the SB9 bridge. I am powering the device from the J2 USB port on the DK. I have not bridged SB12 or SB11 as I am powering the device...
Hello all,
I am experiencing a ~5uA oscillation (between 5uA and 10uA) in sleep mode, DC/DC converter enabled, no RAM retention. The total current is of the entire system...
i am working with jlink segger edu, in a custom board, it dont have swd TX, RX pins connected, only jtag pins. I Need to see if my gps conected throw uart is working or not...
I configured the pca63519-sr3_nrf52832_shield to fit on my board (actually disabled all peripherals, only the bluetooth protocol part), but found that the modified code could...
Hello! I wrote about the details in topic 66156 , but they did not answer me, because this question is already different from the original one. The drv_rtc.c library has this...
HI,
I have been facing a few issues with the BLE custom service, I am looking to create a Pedo meter service which displays step count information received from the sensor...
Hi Guys,
We have designed a custom board which is using BMD350.
Our application requires using the BMD350 in beacon mode and then going to sleep in low power.
We have...
I can listen for radio inactive event according to this post https://devzone.nordicsemi.com/f/nordic-q-a/9137/change-advertising-every-time-event but I am scanning at the...
Hi everyone,
I want to assign the DEVICEID to System ID characteristic (which is under Device Information Service). DEVICEID is a 64bit and I found that I could assign this...
Hello,
I am developing a sensor like a beacon. I want to measure the distance from the node. I record the RSSI sample for a few seconds and average it to stabilize the value...
Hi,
Can anyone confirm the advert sent in the attached is not corrupted in anyway? as I seem unable to scan my device with anything other then nRFConnect.
The Bluetooth...
Hello,
I found some some threads on similar questions but none answered mine, so here it is:
I try to use UART between nrf52840 and another chip. When the other chip resets...
Hello,
I wanted to replicate and build the LED Button Service using my own custom service. I used the template BLE project as a starting point.
I'm working on a characteristic...
Hi, I'm working on the MSC USB example with the nrf52840-dk.
I'm using only the SD card interface, I've disabled the others.
I've noticed that the interface is quite slow...
Hello,
I'm trying to modify example ble_app_blinky from SDK17.0.0. I need external interrupt. But when I try to integrate two functions "static void gpio_init(void)" and...