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...
I submitted this ticket about dynamically changing the USB descriptor to enable or disable the MSD device
https://devzone.nordicsemi.com/f/nordic-q-a/85653/dynamically-changing...
1. How to connect the Ampere meter function, how to measure, and found that the measurement is completely inaccurate, how to calibrate it so that it can measure accurately...
While working on a new version of multi-nus central to correct for missing features. This work is derived from the public github repository https://github.com/NordicMatt/multi...
Hello everyone.
I'm currently implementing a target autodetect for a debugging toolkit. The basic identification is done by reading out the class 1 romtable to get the manufacturer...
Hi All,
I'm new for Zephyr platform. I want to use my own NRF52832 board and the bluetooth hci uart in the zephyr official examples to make a BLE controller. Because the...
Hi!
I'm currently at the stage of developing for my master thesis, a complete system for AoA asset tracking using Nordic solution and I've got some questions related to...
Hi,
Most of the posts I have seen are related to adding nrf DK or thingy to nrf cloud. Is there any way to add custom nrf9160 devices to nrf Cloud? Is nrf Cloud even meant...
Hi Team,
I want to use smp_svr application in nrf52840 dongle but I am getting below mentioned compilation error when compiling with overlay-cdc.conf . I have tried it in...
Hi
I want to send an array of hex data bytes by uart0 in nrf5340 inside the program. I have studied the uart_peripheral sample. In this sample every thing has been set to...
Hello.
Ive tried the sample code 'light mesh' from the Zephyr project on the board nRF 52840 DK board. I could provision the board as a node in the nRF Mesh app without...
Hi ,
We have deployment a ble mesh solution developed with NRF mesh sdk version 5 with the bootloader provided with the SDK. Now our requirements have increased and we are...
Hello,
we have a zephyr application on nRF52832 DK with nRF Connect for vscode
Before we added DFU support, we had a power consumption of 28 uA
After adding DFU support...
3 months ago Nordic stated the following
The S140 version 6.0.0 SoftDevice does not have full support for S=2 (500 kbps). The application cannot select S=2, so all packets...
Hi Nordic guys,
I'm developing with nrf5340, and meet some problem with writing external flash - nrf qspi flash.
I found it sometime failed in 'flash_area_write' and return...