Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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...