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...
SDK 14.2, SoftDevice 140, NRF52840.
My code is below. I am putting stuff on a queue (q1 in the code below) inside an interrupt. This stuff is then processed in the main...
On macOS, in nRF Connect Toolchain Manager, if you open a terminal for an SDK version then $PATH will not contain /usr/local/bin. nRF Command Line Tools installs nrfjprog...
Hi, I've got some issues:
I use nRF52 DK kit run " BLE Blinky Application", it work properly, yes.
And then, I want to dev my own program, so I buid from "ble_app_template...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
When using fstorage to store structure data, I encountered this error. After I increased the structure space, the error disappeared. Could you tell me why?
I've tried searching for some documentation on pairing IO capabilities with NCS/Zephyr but can't find any. I'm trying to modify the peripheral_hids_keyboard example to use...
Hello Nordic support,
In case of using concurrent multi-protocol (BLE + ZigBee or BLE + Thread using time-sliced mode) on Nordic devices (especially nrf52840), are there...
Hi,
Does the nrf5340 perform any integrity checking on the QSPI on-the-fly decryption? Are there any details available on the specific algorithm used? The datasheet only...
Hi, my question is about the commissioning of the thread protocol. Not so long ago I created an ish on the github of the thread project, but with software errors I was offered...
i use nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10056_ble.
The rom space is only 0x6000 bytes, I need 0x8000 bytes, how do I need to modify it?
I found some information in Case ID: 251716 , however, when I went to look for these options in the nrfutil manual there is not a single mention of what the options are for...
To the kind attention of Nordic support team,
we are experiencing a very random and rare loosing of existing ble bonding infos (device side). So that to reconnect to the...
We are getting a "No SOURCES given to target: drivers__ipm" error making build fail for our custom board when trying to move to 1.5.0 for official nRF53 production support...
Hi,
I am using NRF52832 with SDK 15.0, SDK Mesh 4.0.
As my knowledge, the OTA speed of Mesh DFU is very slow.
So can I use SDK DFU for faster speed?
Thank you.