I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
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...
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...