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...
Hi there,
I am wondering could the nRF sniffer follow a connection of two nRF Connect SDK built applications?
What I got is like the following:
After some searching...
I've been building a test application, and it's gotten bigger and bigger over time. Everything compiles perfectly. I'm building the ns version for the app core. nrf5340dk_nrf5340_cpuappns...
Hi,
I'm confused about ESB settings. I'm trying to renew our board with new nRF520840 chip and we must need to provide backward compatibility that the existing board has...
Dear,
I use NRF connect for VScode and I installed SDK V1.8.0 with the nrf for desktop toolchain manager application. The hardware I use is NRF5340. I want to use pin...
According Power Profiler Kit II - Quick Start the PKK2 is connected to the nRF9160 DK with
PPK2 VIN to P24 VDD_nRF
PPK2 VOUT to P24 VDD_nRF'
PPK2 GND to P28
...
Hi there,
it is a few days that I try to compile an overlay to manage a Microchip CAN device MCP2515 but I have compilation errors.
I should test the device on a 52840DK...
Hi Team,
I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500src
I have a basic understanding...
Hi,
1. Please provide me with an example in which UART0, UART1, uart2, and uART3 are enabled
2. The sending and receiving rate of each UART must reach 1,000,000 baud rate...
Hello,
I have been working with a BLE custom board project for a few months and the product requires buttonless DFU feature. The bootloader that I initially used was derived...
Hi,
I'm developing a project with nRF52832 and BOSH BME688 sensor.
I downloaded the library from github to use the sensor (here it is the link https://github.com/BoschSensortec...
Hello,
I am developing BLE peripheral Reader FW using nRF Connect SDK v2.0.0 on VSCode
I have developed my application using NRF52840 DK (development board) and it works...
Hi everyone,
Does anyone ever get confused about BLE connection interval? As explained in this post , it determines how often the Central will ask for data from the Peripheral...
Hi,
We have a board with ESP32 and nRF52833, connected via UART. We want to upgrade the nRF firmware via either BLE or UART. The nRF image size is large so dual image slots...
I am getting this error in Ozone:
"The target stopped in HardFault exception state.
Reason: A fault with configurable priority has been escalated to a HardFault exception...
Hi Team,
I'm trying to build i2c example code with nRF9160 using Zephyr RTOS. But when i use "west build -p auto -b nrf9160dk_nrf9160 sample/drivers/i2c_fujitsu_fram" to...