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...
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...
Hello,
with iOS 16 the connection during the update of the Firmware with IOS-DFU-Library not working. It is stop after few second with the error 202.
Do you know any solutions...
Hi, I restart advertising with ble_advertising_start and sd_ble_gap_adv_stop because I need to change the advertising interval in different situations. I am observing high...
I use nRF Connect for Desktop v3.12.0 (the latest) and its apps:
Bluetooth Low Energy (the latest standalone application v4.0.0)
Programmer v3.0.4 (the latest)
Can...
Is there support now for coded phy on nrf ble sniffer?
I'm using the nrf52840 devkit (hardware version 2.0.2 which supports coded phy) and sniffer works fine without coded...
It looks like the BT Mech spec has not been updated since 2017. Is there an update in progress and is Instaburst (or similar function) a candidate feature?
This would seem...
Hi,
I am facing a peculiar problem, wherein my application has two threads as in below:
Thread-1: is a preemptive thread which has UART functionality, along with UART...
I'm trying to run uart secured bootloader example in folder: @NRF5_SDK\examples\dfu\secure_bootloader\pca10040_uart_debug
but it doesn't work.
My setting is:
base...
Hi all!
I have created a simple application that only turns on a led and power it off using BLE in NRF52810. The thing is that simple app uses a huge RAM (~85%) and flash...
Hello,
I turned on the flash protect function through the CONFIG_FPROTECT switch, and the system kept running until spm_config_flash restarted.
Flash protect code in...
Dears,
Our custom board using nRF52833 cannot connect to Jlink after flashed a program.
I had the board connected with the Jlink via VCC, GND, SWDCLK, SWDIO and RESET...
Hi All,
I have a system with an nRF52840-dongle (PCA10059) acting as a serial port in windows 10. It runs extremely slowly. Sending 8kB over the interface takes 3 minutes...
I have the launch.json as shown below so that I can attach the debugger to a running image. This works with Cortex Debug. However, when using nRF Debug it does not seem to...
hi,
I'm using nrf connect sdk to communicate spi sensor.
which is better choice to use SPI in ncs (nrfx driver or zephyr ) ?
i) nrfx_driver: nrfx_spim_init(&spi, &spi_config...
We are trying to read a flow sensor in our device. The device is in PSM mode most of the time.
The sensor outputs its state in digital mode HIGH or LOW. We are checking...