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...
I am trying to integrate nRF7002 into my application firmware, by using the "wifi/sta" example in NCS3.0.1.
My application has CONFIG_NRF_SECURITY=y and PSA enabled and...
spim2、ncs2.6.1
I used SPIM2 to send the string "Hello, SPIM!" and receive data of the same length.
However, on the logic analyzer, I can only see the transmitted signals...
Hello everyone,
We are developing products with nrf52840 and our default supply voltage is 1.8V.
Is it possible to program a custom 1.8V board with nRF52840DK?
We are...
How can I differentiate between a brown-out and an initial power-up on the nRF54L15? In my project, I need to detect a brown-out event in order to trigger specific actions...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
I used the Bluetooth mesh distributor example from ncs2.9.1, and the Bluetooth mesh dfu can proceed normally. However, when I tried to pause and resume the dfu process, I...
Hello Nordic team,
I would like to automatically patch the merged.hex file each time I build my project. I’ve attempted to use extra_post_build in CMakeLists.txt , but my...
Hi,
I am developing a project where we wish to use part of the RRAMC memory for logging purpose. The documentation show that the data endurance of RRAMC in nRF54L15 chips...
Hi
I am using nRF52840 with SDK 15.3.
I have a project where I uses FatFS to write to a SD-card with SPI interface (SPIM3). This works very well.
I am now trying to...
Hello, we are developing a BLE application using nRf52833. Because of the waterproof & stainless steel casing requirement with rechargeable battery charging capability, we...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...