I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
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...