I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hello,
It appears as though nRF Connect does not currently support building encrypted images, so I am trying to implement it myself.
Part of creating encrypted images...
Our company has devices out in the field with Boot Loader (DFU over BLE) and application built using SDK 16.0.0 and Soft Device S132 version 6.1.1. For a variety of reasons...
Hi,
Are any of the nRF Connect SDK v1.9.1 mesh samples compatible to be run on an nRF52810 or nRF52811 chip?
If not, is there any way to make any of the samples compatible...
Hi, I use nrf52840 processor with esp32c3 as WiFi modem. I need to run OpenThread network and MQTT client on these processors. When I run only OpenThread network, it works...
I'm tryin to get the USB CDC ACM Sample Application to work on my nRF52840DK board ( https://docs.zephyrproject.org/2.6.0/samples/subsys/usb/cdc_acm/README.html ).
I've...
Hello,
I am trying to use sscanf() to format an input string into an integer, followed by a string, followed by an integer. For example:
int main() { #define FORMAT_STR...
Here is my situation:when I run the project "i2c_mpu9250",it worked. But when I applied it to "Ble_app_uart",in which I wanted to trans datas from nRF to Iphone, it failed...
Hello
I'm using an nrf52840 (PCA10059) together with an nrf24l01 (ESP32, MIRF Library).
My goal is to send a data packet from the nrf52840 which the nrf24l01 can receive...
Hi there,
the nRF58240 SoC supports a wide range of hardware-accelerated cryptography features using ARM's CryptoCell310. However, I'm unable to use many of the features...
I dwnload the nrf connect for desktop in my pc.i want to use the VS extension foe NRF.But i have had NCS 1.9.0 and 1.9.1 .The SDK of NCS is from my baidu pan.so i only install...
Hi! We are trying to make our project more secure following the Nordic documentation, but we absolutely don't know how to change the values of our registers, furthermore is...
I use the development version of NRF5340 DK, using the routine is ISO_broadcast, but the following error occurs, may I ask whether the controller does not support it?
...
Hi,
I just want to learn if we can use high-freq clock to measure time in nanosecs precision.
SoC: nRF52840
SDK: nRF Connect SDK (v1.9)
I know that it was not possible...
Hi guys,
I am experimenting with OTA buttonless DFU.
I included the Buttonless Secure DFU Service to my application and I managed to flash the new image over the air through...