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,
As I was using the sample“nrf_dm”(SDK v2.6.1),I wondered how programs were run, how threads were scheduled to give measurements, and how I could learn about this...
Hi, I'm working on nRF5340, NCS v2.6.1, Zephyr v3.4.99. The net core is running the child image HCI RPMsg controller. Th app core is running application and child image mcuboot...
Using the following code block nRF52833(PRX) can receive the data from PTX(nRF24L01+).
But how nRF52833 replies to nRF24L01+ with the ACK packet which includes user...
Hi, in order to reuse the original factory public Bluetooth MAC of nRF5340 based radio module, I had introduced a function that reads the MAC address out of UICR.OTP area...
After enabling Littlefs, I wanted to use a serial port to write files to it. I first tried using mcumgr, but currently encountered some problems. So, I tried to directly read...
Hi all,
I am using nrf SDK v2.5.2 and zephyr. In my application I want to measure a signal frequency coming from a GPIO, I read about the PPI and I thought it was good...
Hey there,
I'm trying to build the `hw_unique_key` sample for a nrf5340dk_app (non NS) with CONFIG_SECURE_BOOT so that its `child_image/b0.conf` with CONFIG_HW_UNIQUE_KEY_LOAD...
Hi,
I used to use the nRF51 with Keil, so not too much experience with new SDK, but I have followed the "nRF connect SDK fundamentals" and "BLE fundamentals".
I am trying...
I downloaded the report from the official website in August 2023, but the client has given feedback that it has expired and they need the most recent one.
I would like to test GPIOE APIs on nRF5340 develop board. But west build generated the following warning message.
Could I use nrfx_gpiote _xxx related APIs ( infocenter...
hi
I am trying to get the nrf7002 dk working, however, when i try to provision the kit using the nrf wifi provisioner app i get an error saying " scanning error received...
Hello,
I'm working on nrf5340 audio bis gateway sample.
The NCS version I use is v2.2.0, I know it's a very old version, but for some reason I can't update to the latest...
Hello,
With the latest version of the nRF5340 MDK I am getting the following linker errors (below), and don't understand why they should turning up.
Best regards
==...
I need to use ADC in the project, and then I have configured ADC in overlay. The code is as follows
The same code can be measured normally in Zephyr's ADC example, but...