Hi,
In our devices, we use an NRF51422 chip.
In our software we use the S210 v3.0 version of the ANT softdevice. I am trying to find the anomaly list of this ANT softdevice...
I am currently trying to get LLEXTs to work on the nRF5340 Audio DK. I was able to compile an llext and load it successfully, using the cmake features, However, I would like...
NCS 2.9.1 - NRF5340 DK
I've developed the gppi one_to_one example to try and create an asymmetric pulse that I can control with the Timer compare registers. It boggles my...
Hi Sir ,
I am running the nrf/samples/bluetooth/direction_findinding_connectionless_rx App on an nRF52833-DK with nrf Connect SDK 2.7.0 and toolchains v1.6.0 version.
...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
We are trying to modify the nRF Beacon example app for iOS that Nordic provides. We are unable to get app to see the devices from the iBeacon kit when they can be seen from...
The manuals for the nRF51 and nRF52 list the maximum ESB radio channel number
as 100, but in the SDK the guard value in the set channel function is <= 125
(in both the...
I am about to start development on a project that will be using a pair of nRF52832's to make a low data rate connection between a PC (with a nRF52832 based dongle) and a device...
In the event that a Nordic soft device library call fails (as determined by APP_ERROR_CHECK() macro) and our application level app_error_fault_handler () function is called...
Hello,
Ported my FreeRTOS application on NRF52 from SDK 12.2.0 to SDK 13.0.0 .My application is using freertos apptimer for timestamping and waking up of device which was...
Hi,
I am trying to run a ble mesh example but I prefer to work using keil, because I already worked other examples using the SDK (12, 13 and 14) and PCA10040/PCA10056 nordic...
For a precision timer application I have an external temperature compensated RTC (DS3231) which produces a highly stable 32 kHz signal connected to pin 5
When I associate...
Hello,
I am rather new to BLE and the NRF5x.
I want to build the following application: a swim timing sytem. The system consists of master timer with a high precision...
Hey,
I have a few questions about dynamic multiprotocol BLE/Thread support.
1. Multiple BLE connections. If I have one connection and connection event length is set for...
I'm working on a bootloader using the /examples/iot/bootloader as an initial template. The image to flash is stored on SD card. I'm at the point where I am successful in writing...
Hello.
i setup - BLE Stack + Uart 1 + SPI 1.
Infinite loop inside nothing code.
nRF52832 consumed 5mA + a.
and i add power_manage() in Infinite loop.
Nevertheless...
Hi,
We are potentially considering using nRF52 DK in our projects. Kindly advise on following questions,
(Q) How we can use uC/OS-II or uC/OS-III with nRF52 or other nordicsemi...
Hi,
I am testing the experimental_bootloader_secure_usb example.
I have confirmed that the old v0.9.2 board has been replaced with a new board and connected to the ...
HI EVERYBODY
The SDK14.2.0 ble_app_uart' NRF_LOG_INFO() fuction can not printf data.how to make it work? i modify the sdk_config.h file as follow,but it still not work....