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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
Hello there,
I have read other issues regarding working with a larger MTU size, but I still have not been able to get it to work correctly. I realize that the peripheral...