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,
I am writing the sample program "https_client" to the nRF9160-DK with Visual Studio Code's "Flash". I need to set the APN every time I write with Flash. Is it possible...
Hi,
When I'm trying to use LVGL along with Zephyr, I get the following:
I already tried to "play" with different CONFIG_MAIN_STACK_SIZE and CONFIG_IDLE_STACK_SIZE...
Hello Team Nordic,
We are using nrf9160 DK with nrf connect SDK 2.0.0 and mfw_nrf9160_1.3.2 modem firmware . In the Download_Client example we have changed the URL and the...
Based on the reference designs, the nRF52832 needs a 100pF decoupling capacitor on the DEC3 input. From my reading, this is a PSU decoupling capacitor, presumably for higher...
Our devices are provisioned via mesh shell, not over the air so we have to pass the IV index to the mesh provisioning command However, because the current IV index is not...
I was asked to create a windows application to get the device name and the signal strength of nearby modules with a nrf ble module.
The idea is to have an application the...
Hi,
I'd like to have a HW review. I have designed a PCB around the FSC-BT630 module which includes the nRF52832.
I have included all the files necessary for your to check...
Hi,
I want to use a setup as desctibed in the title, but I constantly get a bootloop.
I have a nrf9160dk >=0.14 (it has the ext flash at least) and I took the tfm_ipc...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) , so we can send our...
Hi,
we want to use distance measurement sample in nrf5340. The webpage for the example says that it supports nrf5340. we are getting error, when we try to build the sample...
Hello,
I have the Audio DK, and evaluated it as suggested, However now i am now trying to connect it to a Android Phone to evaluate it in a more realistic scinario.
Does...
Hi all.
After finishing some test I want to generate the binary for the MCU nrf52810 using zephyr. I have look in the zephyr folder and saw the zephyr.bin file. Is that...
Hello,
I'm currently developing with a nrf52832 (QFABB0) and I have to use pins 16,38,37 and 17 as gpio.
The problem is that when I have an error for pins greater...
Hi Nordic team
Q1. According to nrf Connect SDK documentation, Zigbee and Matter samples all supported FOTA (firmware update). Where can I find the DFU samples for Zigbee...