Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hi, I'm using SDK17.02 on nRF52810,and I have enabled AIN6 reading the voltage of battery successfully.
Now I need to read another voltage outside at the same time, so what...
I are working with the asset tracker v2 app under the nrf connect SDK v2.0.0. We are using the nrf9160DK as nRF9160DK_nrf9160_ns. The precompiled asset_tracker_V2 .hex file...
Hi,
Running Python 3.9 on a Macbook pro with all necessary dependencies installed (presumably) I get the following error when trying to run the example application heart_rate_collector...
Hi,
The Problem is occurring when I am trying to build any example project in the /example/ble_app_blinky.
Here I am trying to build the /examples/pca10056/ses project...
Hi Nordic Team,
Our dev environment is as follows:
nrf52840 + s140 +SD7.0.1 + SDK17.0.0.9 + SES
We recently evaluated our cyber-security threats and also ran Coverity...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I managed to implement a multilink communication...
Hi,
I am trying to use secure COAP and got an error when compiling: undefined reference to 'otCoapSecureSetPsk'.
This function is declared in "coap_secure.h". I am digging...
I would like to evaluate the AoA/AoD feature of BLE 5.1. Is it possible to use the Adafruit Bluefruit Feather (nrf52832 SoC) with the AoA/AoD as a locator beacon with the...
Hi,
We are ultimately trying to move a project from Segger Studio on Windows to the make build system on Linux for CI/CD. After a lot of issues with that we have been trying...
Hi,
Are there any examples of doing DFU using the nrf52840-dk with external flash on a Zephyr project (nrf-sdk)?
We want to use the MX25R64 flash to host one of the...
We have an application that wakes-up every N minutes and listen to devices in a ble mesh then performs many other actions. In order to save battery, we would like to power...
I added following lines to prj.conf in asset_tracker_v2. Th build and compile is successful. When debugger is launched and step through various functions, the problem is irq_lock...
Hello, I'using nRF Connect SDK 1.9.1 on linux mint PC. nrfjprog version : 10.15.3 external Jlink version :JLink_V758b nRF chip : nRF5340 I'm able to flash, debug the nRF5340...