Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
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...