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...
Hello. I have a misunderstanding about the work of the mesh network. Let's say I create a group of proxy nodes, example light switch, 2 server and 1 client, . I connect with...
Hello,
Here is my work env.
NCS: v1.5.0
board: nrf5340dk
I found this way to open DCDC,but the nRF5340_PS_v1.0.pdf said these register are Retained.Can you give me...
Hello,
Merry Christmas!! Nordic Semi
We are developing NRF52840 application using SPI bus, however the slave we are communicating with requires data rate larger than...
Hi,
I've a secure UART DFU that's running great with the nRFUtil. I'd like to integrate the same functionality with a custom Windows Application for our product.
I...
Hi,
Can u suggest the procedure to implement key refresh procedure with reference to the API present in nrf SDK as per the standard procedure defined in Mesh Profile Spec...
Hi community,
I have recently purchased the DK and have started developing my application. What I wish for it to to is able to change between connectable and non-connectable...
I've just got started with nRF Connect and used the desktop app to install SES and the SDK v1.5.0.
I am trying to evaluate NRF52805 using an nRF52-DK board, so I selected...
Hi
Good Day!!
Im using keil ide While compile the code for crypto aes getting error could no be solved, plz give the solutions for this issue
.\_build\nrf52840_xxaa...
To the kind attention of Nordic support team,
I m developping for a nRF52833 device using two different versions of custom boards. According to antenna measurements and...
Hi,
when I build a firmware with TF-M enabled the device gets stuck after a ca ll to sys_reboot(...) no matter if I use the shell or call the function somewhere else in...
Hi,
I am using SDK_15.2.0 and softdevice S140_v6_1_1.
Host communicate with 52840 via USB (CDC UART). Doing firmware update with proprietary message format.
Stored...
When checking the secure_dfu code, I found the following two code fragments seemed problematic in nrf_bootloader_fw_activation.c
1. In the following one, if the ACTIVATION_ERROR...
Hi, unfortunately, I do not have enough experience with nRF52. Could you please tell me what should I do for scanning the nRF board on the BLE scanner app? The app can find...
I am using a thingy:91 device. I am basically just attempting to write a method that will just wait for a certain amount of seconds (ie: 10 or longer). This is my code below...