Hi Nordic Team,
I'm currently working on a BLE project using NCS v2.9 and targeting a custom board based on the nRF54L15. My goal is to use the SYNTH LFCLK source (instead...
Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
Hi, I am using nRF5340 for my unicast Audio server example where the nRF5340DK is the headset and my mobile device is the audio source. I have taken the unicast audio server...
I am using the nRF54L15 and SDK 2.9.1 in VSCode.
I need to know the microseconds since start throughout my code.
I created this function:
The problem is that CONFIG_SYS_CLOCK_TICKS_PER_SEC...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
Hello,
I'm looking to be able to adjust PWM output frequency around 100KHz in 100Hz (or close to it) steps. I understand that no matter which method you use the implement...
Dear all,
I'd like to customize bootloader, I need more space so i modified flash address from example: FLASH ADDR (0x78000), SIZE (0x6000) to FLASH ADDR (0x69000), SIZE...
I am using the code above and already try it in the compiler . It should work but when I try to display in termite it only display .000 for microseconds.
Example
1987...
I used thingy s132 pca20020 sdk and i changed the code.
send data.accel.x, data.accel.y, data.accel.z data when data over the limit in swith case DRV_MOTION_EVT_RAW in drv_motion_evt_handler...
Hello all!
I've been researching DFU over BLE, between a central and a peripheral.
The peripheral is possible to upgrade over the DFU Bootloader. I've tried upgrading...
Hi,
I try to use cmake in Linux to get the hex file fo bootloader. The Platform is nrf52832_xxAA, the toolchain is gccarmemb. I read the given cmakelists but many variables...
Hello!
I am in the final phase of development and currently focused on reducing power consumption of my device.
To improve power consumption I'd disable UART if not...
Hi,
I am using nrf52 DK board.
After uploading my bootloader and application on a device that is connected through bluetooth with my board, i want to know the application...
Hi,
i'm facing a problem with a connection.what i understand from ble there are 2 mode in ble such as advertising mode and connection mode. i'm working on a project, which...
I have designed a custom board using NRF9160, but it has some trouble such as can't connect to LTE/NB-Iot, detect GPS signal,... So I want to use development kit to set up...
Hello,
SDK: 15.3.0
nRF52840-DK
IDE: SES
Example: flash_fds_s140_pca10056
Example Location: nRF-SDK\examples\peripheral\flash_fds\pca10056\s140\ses
Example Documentation...
It builds OK and I can flash the hex file using nRF connect Programmer. But I need to debug the code but I have not found a way to upload the code and break at main() entry...
Hi,
As we all know that nRF52811 support AoA/AoD feature. But I have not found example in corresponding SDK( nRF5_SDK_15.3.0_59ac345 ) . If you have example of AoA/AoD,...
If you look at the secure bootloader example the nrf_bootloader_init(...) never return to main scope unless an error occurs.
Everything is handled inside this function even...
The " 5.3.6.8 Reset behavior " table in nRF52840 Product Specification v1.1 mentions that WDT reset does reset the WDT itself.
I'm trying to reconfigure the WDT after a...