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...
Hi,nordic
I am using ses6.22a, the sdk is 1710 and mesh5.00. When I integrate the serial port case into the mesh sensor case, the serial port can work normally, but it must...
Hello guys, i'm attempting to record the radio_end event, and i tried to enable it with the following code:
However, the second line constantly crashes the chip.
In...
Hi:
I used the following command to install matter OTBR, but the following error occurred when executing this command;(sudo docker run -it --rm --privileged --name otbr...
hi,
I would like to purchase the following nRF-Desktop. It is a wireless BLE keyboard and mouse set.
https://www.nordicsemi.com/Products/Reference-designs/nRF-Desktop...
Hi,
I am using the nrf9160 and attempting to enable MCUBoot and secure boot. Is it correct that you still cannot use any form of TF-M with MCUBoot on the nrf53 or nrf91...
Hi,
I am currently using the NVS library with the nRF9160 and an external SPI-NOR flash device (MX25R6435F). I am getting concerned with the NVS library causing issues,...
Following Getting started with current measurements on the nRF9160 I applied the
to a Thingy:91 (disabled SERIAL, NCS-2.0.0). With that I get about 0,190 mA. That value...
Hi,
I would like to use the NRF52840 dongle (PCA10059) to transfer UART over BLE.
It seems there are some examples available that look promising, but after a day of struggling...
I face problem in k_sem_take() i build a nrf3540 board its successfully running in peripheral uart and some sample programs. while debugging peripheral connectionless rx and...
Hello. We manufacture the device on nRF 52840 and use NFC tag emulation to connect to BLE. We produced two batches of printed circuit boards and there were no problems. But...
Greetings,
In the product specification, it is specified to enable E0E1 high drive when using TRACEDATA[0..3] and TRACECLK. ( Pin assignments link )
Is this setting also...
Hi,
I'm working with a nRF9160 and nRF Connect SDK v1.7.0.
It looks like printk() is not outputting to UART, it previously was working when I was using nRF Connect...
Hi,
I am developing a project that uses TF-M to run some functions from a secure partition. The structure of the project is shown below:
├── lib │ ├── ... │ ├── blst.h...
I couldn't debug with Visual Studio Code, so when I reinstalled it, "Welcome", "APPLICATION", and "CONNECTED DEVICES"
only displayed "Loading..". Please tell me how to improve...