Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
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...
I noticed that the product information of the nRF54L15 series kit supports 4Mbps, but I'm unsure how to verify it. Are there any relevant examples available? I have currently...
Dear Nordic Support Team,
I am experiencing difficulties flashing firmware to my nRF52832 development board using VSCode with west flash , followed by J-Link...
Hi Nordic team,
We're experiencing two issues related to partition handling in Zephyr/NCS and are looking for your guidance
Issue 1: settings_storage is erased after BLE...
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...
I am using nRF52833 PCA10100 board. While trying to run sample ble code in segger embedded studio, I am frequently facing this error which says, .text file is larger than...
Hi there, I was trying out the ADC example which is sampling 10 times the ADC and then generating the event NRF_DRV_ADC_EVT_DONE to process the data.
I extended the handler...
Hi, Im using Nrf51422 DK board.
When I try the ble_app_multilink_central example in the SDK12, it works on the DK board.
But it does not work in NRF51822. (NRF51822 QF AA...
Hello All
I planning make DFU over the air.before going to this experiment i want know some information
Any Soft device is fine or Required specific SD
...
I would like to disable the secure timeout in the bootloader for a specific condition.
I am using nrf52832 chip, sdk 12.2, softdevice s132 v3.0.0 with secure bootloader...
Is possible to use DMA to communicate with nRF24l01 on STM32?
In my test, when Master spi CPOL = 0 and CPHA=0, it can communicate with nRF24l01 by SPI but not accessable...
When plugging the PCA10028 into my PC, LD5 is permanently turned on (or blinking to fast to see it).
But if plug the board into at power outlet, LD5 starts blinking rapidly...
This is more of a feature request:
Can you make the config file path configurable (both config files) ?
This would allow me to create a proper rpm package for a few...
when I use nrfutil.exe to generate .zip file on win10 64bit, I got the UnicodeDecodeError.
Traceback (most recent call last):
File "__main__.py", line 303, in <module...
Hi,
I have tried buttonless DFU in SDK 12, for which I have a few questions
(1) Is bootloader not needed if I use Buttonless DFU Template Application? However, SoftDevice...
I work with gcc on nordic nrf52 SDK13.0.0.
I see the post:
devzone.nordicsemi.com/.../
But if I try to change the packet in the radio_event_handler in active state,...
Hi I am trying to develop a an application to send data packets over ble using nordic uart service. I wanted to know what is the maximum bytes of data that I can send in one...
Hi,
I'm trying to integrate Bluetooth pairing code from experimental_ble_app_hrs_nfc_pairing example into ble_app_uart example (I have a project based on this example,...
Dear Nordic Team,
I want to know if we can support the real time talking like phone call between peripheral and central by software device. On application layer, we just...
As I have provision a nearby light server, use those serial commands:
In [1]: p = Provisioner(d[0])
In [2]: p.scan_start()
In [3]: p.provision()
How to provision...
I'm building wih Keil MDK-Lite Version 5.24.1 and I just copied the examples for gpiote into my own folder, everything was kept the same (ie copying from C:\Nordic\nRF5_SDK_14...