I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...