Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...