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...
how to unpair our nrf52 device once it's paired with another nrf52 device, currently we need to switch off the device so that we can pair another device.
Hi all,
I have a customer that has requested NRC tap to pair functionality for their device, mostly for convenience. This is fine, but I'd like to know what they're getting...
Hi,
We are running into a weird issue with some our devices when they are in the bootloader.
The bootloader fails with this error in nrf_dfu_validation.c: Invalid protocol...
Hello,
We have a firmware with 2 versions that runs on Baremetal and FreeRTOS on nRF52840 DK. We would like to port this firmware to nRF9160 without Zephyr and continue...
Dears.
when I connect nRF52833 to connect DK board, JLINK is ok .but could not find device from target device selection.
nRFGo studio is the same. what's the reason for...
Hi All,
I am able to perform the OTA DFU from the NRF52840 Dongle using the NRF Connect Bluetooth low energy application and default Nordic firmware.
I would like to...
I have a service with 2 characteristics, TX and RX. On TX the notify is enabled, because TX should send a notification when something changes. I manage to change what is needed...
Hello everyone.
We have a design based on NRF52840, which uses the built in USB peripheral and was fully tested and prototyped using NRF52840-QIAAD0-2031MR. We have now...
Hi There,
I have downloaded the nRFgo studio and nRFgo SDK and other files found here: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF24-series
...
For the MPSL/timeslot example in NCS 1.5.0, I am trying set up a TIMER0 compare interrupt to take clean-up actions before the timeslot ends, as suggested in here . However...
Describe the bug Attempted to use the samples/bluetooth/hci_usb/ project with CONFIG_BT_EXT_ADV=y CONFIG_BT_EXT_ADV_LEGACY_SUPPORT=y CONFIG_BT_EXT_ADV_MAX_ADV_SET=4 CONFIG_BT_PER_ADV...
Hi, I have the Power Profiler Kit PCA63511 used on top of the dev kit PCA10040. I am trying to measure the power consumption of my custom hardware implementing nrf52832 using...
I'm already using nrf51 in a project and now I need to make a DFU with BLE using a gateway. For the gateway project, I was thinking of using a nrf5x to implement a DFU master...