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...
I boot AOK after I do a west flash --erase. But after that, when I try "west debug," I run into this:
*** Booting nRF Connect SDK v2.9.0-2e7ce73f5faf *** *** Using Zephyr...
Hi.
For a while I have had some issues with the toolchain when using the nRF connect SDK in visual studio code on windows 10. I believe it was after installing SDK version...
Hello,
We are using a BLE module based on nRF52832 with a U.FL connector for external antenna connection. One of our automated tests requires we turn off/on the antenna...
I am trying to follow the first lesson of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals
But I have several problems and I can not find out how to fix...
Hello
I am playing with the mesh dfu and the distributor application on nRF52840 DK board
I load the image I want to distribute using mcumgr application on a Raspberry...
Hello
According to Enhanced ShockBurst (ESB) documentation , to stop the ESB module you need to call esb_disable(), but it also says that you need to check if the module...
Hello,
I am modifying an existing custom board with a sensor that requires exactly 1.9V VDD. Previously I was configuring REGOUT0 = UICR_REGOUT0_VOUT_2V1 but I was surprised...
I’m working on a BLE setup where:
A Nordic nRF52840-DK runs as the Central (it scans for devices with a specific name, then initiates a connection).
A Raspberry...
Hello,
We are considering to develop an appliance based on the nRF5340 AUDIO DK.
The nRF5340 AUDIO DK contains the VM3011-U1microphone that is absolute on the market....
Hello,
We’re testing the nRF9160 GNSS performance on our custom PCB and have noticed that, even with A-GPS, the first fix after powering on the device takes significantly...
I am having problems flashing my custom board with a nrf5340 chip. Sometimes it works, sometimes it does not, but more often than not it doesn't work and I cannot figure out...
Hello Nordic Team,
I’m trying to use the nRF54L DK to program an external MCU via SWD , but I’m encountering an error during connection. I’ve already followed this guide...
I'm trying to build the light-switch-app from Matter but I get following errors
I have already tried to reinstall the sdk (I use v2.8.0) and build it just like that without...
After modifying the factory data with the script generate_nrfconnect_chip_factory_data.py, the discriminator and passcode work, but how do I change the value of the Manual...
I am trying to interface an SD card with the nRF9160-DK using an SD card adapter module. My goal is to write the string "hello" to a .txt file on the SD card. I believe I...