I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
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...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Team,
about power on reset time, not very clear about the description in the SP3.1 as in the attached picture,
why the description are the same?
what's the difference...
Hello,I use s120 and I wnat to send data(write charactheristics value) to all connected peripheral when I receive a character from uart(in uart event handler)?(I use ble_app_multilink_central_s120...
I am connecting to two identical devices, but one is configured as device 'A' and the other is device 'B'. I am currently advertising whether the device is configured as A...
In porting from SDK6 to SDK9, it looks as though
nrf_gpiote_task_config()
has been replaced with
nrf_gpiote_task_configure()
What, if anything, has replaced
nrf_gpiote_unconfig...
I'm using sd_ble_gap_address_set() to randomize mac address and it's working fine. But I'm confused about how to change it back to normal(initial value I see) once I wan't...
i cant find lbs example on \SDK8.0.0\examples\ble_peripheral\nrf51-ble-app-lbs-master\arm and compile.I planned to work with nrf51822 dk. The given example in github shows...
Hello, I have been trying to setup eclipse for the NRF52 off and on all week. I followed the guide on setting up eclipse for the NRF51 and adapted it for the NRF52.
I've...
We have a factory in Hong Kong building and programming nRF51822 modules for us. We may go to a fancier solution in the future, but right now we are using nRFgo Studio and...
If I want to connect the NRF51822 board to Keil using JLink via SWD, I found the SW's clock frequency must below 20kHz. If I choose the higher frequency, the Keil can not...
I know this should be simple, but the prescaler is confusing me...
If I initialize my timers with a prescaler of 0, APP_TIMER_INIT(0, ...)
Then the max timer I can have...
Sorry but I've been stuck on this for a few days now and I have to give up and ask for help.
I'm attempting to set LED0 when BUTTON_0 is pressed and LED1 when BUTTON_1...
Hello all,
I am working on a device (nrf51 and s110) which is going to communicate with multiple centrals (smart phones).
The device uses a whitelist to connect to only...
Hi,
I run a custom board with an nrf51822.
If I program the device in the IAR IDE everything works fine but I cannot program the generated hexfile with nRFgo Studio or...