Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
Hello,
I am looking for the detailed schematic of the debugger board which is packed along with the Thingy:53.
I need to understand the detail pin configuration for...
Hello there,
If I init a UARTE module (nrf_drv_uart_init) with e.g. Pin RX = 3 is it already enough to just disable the module (nrf_uarte_disable) so I can use the RX...
MCU: nRF52840
IDE: Keil uVision
SDK: 15.2.0
Board: Custom
Hello,
I realize there are a ton of threads about this, but none address the specific question I have...
Hello,
My board is powered by lithium-ion batteries.
It works from 3V to 2.1V. And It stop working at 2.1V.
After discharge, I re-charged battery. But It doesn't work...
I want to achieve reproducible builds on my development machine and a gitlab CI/CD server. So far the generated binary differs if I build locally (VS Code + NRFConnect SDK...
nRF5_SDK_17.1.0_ddde560
nrf52832
Cache overflow at baud rate 921600. I use the register to complete the serial port driver. I don't know how to use registers to implement...
To the kind attention of Nordic support team,
I'm testing a freertos project, with softdevice and radio notifications. A constant number of notifications is queued before...
Hi guys. I saw a previous post saying the LE Power control not supported.
For nRF Connect SDK v2 / nRF52 or nRF53, are there updates on LE Power control?
Since that...
Hi there,
I have just started the NCS Fundamental Course and I am stuck on Exercise 4 Lesson 1 and Lesson 2. There are two problems that I am facing.
1) If I use the nrf52832DK...
Hallo,
up to now I worked with nRF52840-DK 2.0.1. After compiling, flashing the board was quite comfortable by means of the JLINK drive, which automatically opens after...
Hi there,
This topic coul be part of a BLOG POST called OTA updates of a Nordic Device I think
Btw, my issue is this: Handle an OTA update of a Nordic Device, getting...
In my project, button ,charge state check and ACC sensor Interrupt pin, use GPIOTE; when The device is charging, keep this state one night,n ot unplugging the charger.when...
Hello
I am developing a single program for two sensors, one is "BME680", and other is "BH1749" with thingy-53. But i could not see the output although i have no errors....
Hello, How to get bind state for each model (done successfully on past) with interactive py act ? When I call the command to get composition data the answer is the default...
Build the sample using west ... like so ...
west build -b nrf5340dk_nrf5340_cpuapp_ns -p=auto --force -d "C:\nRF-Projects-2\psa_crypto\" ".\zephyr\samples\tfm_integration...