Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...