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:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hello
I use the sample project for alarm (zephyr/samples/drivers/counter/alarm). I was able to build the sample and run it on NRF52DK (PCA10040) with NRF52832.
I tried...
Hi,
I am using window 10
I am trying to connect to the nRF52 DK, but it does not show me the files on the board as it is explained in the how to connect to the DK.
Also...
I have successfully built my project in VS-code for the Thingy:53. Because I don't Have a debug probe I cannot flash the firmware from VS-CODE. What are the files that need...
I was using Power Profiler app with PPK2 for capturing data on long period(48 hours) after 2 hours of running the app is crashed.
Detailed Error message
System Report...
So I am using an nRF5340DK with the "central-bas" example project. I added the MCUBoot-Bootloader by adding "CONFIG_BOOTLOADER_MCUBOOT=y" to the prj.conf file and it works...
I am implementing a port for nRF52832 for our custom communication stack. Devices are time-synchronized, radio operates in destined time slots. During the radio inactivity...
Hi all,
I am using NRF5340 with nRF Connect SDK v1.9.1. And I want to add my own .h and .lib(GCC) file into my project.
Please tell me how to do.
Thanks a lot!
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 My project base: \nrf\samples\bluetooth\peripheral_hids_keyboard
Hello. I want to increase Tx power for test. I already...
Hi.
On my production line, the first station is an automatic flashing machine, it takes the components from the reel one by one, connect, flash my program and pack again...
Hi Everyone,
I am currently developing a BLE application.
I have noticed that advertisement events do not cause the CPU to return from sd_app_evt_wait(), is this the...
Hello All,
I have a problem about conflict between Active Scanning and Advertising when I build my project from sample central_uart & peripheral_uart .
I want my nrf5340...
Please tell me about "nRF Util".
The following is an excerpt from "nRF Util User Guide v6.1.0
Is it correct that the maximum value of "--application-version" is 0xFFFFFFFFFF...
Hello,
I am trying to port a project from the NRF52840 DK to a custom board where I am using the NRF52820. The code compiles fine when the project is using the settings...