Hi ,
I am trying to implemenent DFU on nRF52840. Aim is to store new image to slot on QSPI external flash but it seems like nothing is sored on slot 1 as when I upload...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
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...
Hi
I am working with a custom board with nrf52832 with only 32Mhz external crystal. My application is working in the nrf52832 development kit but when I use the custom board...
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...
Hello,
I attempted to follow the nrfutil offline install instructions. However, I keep receiving the following error when trying to install the device package on the remote...
there are 3 modules to test(A1,B1,C1)
*2. A1 connect with B1(B1 is master, A1 is slave), C1 is power off, B1 as slave attempt to connect C1 with BLE_GAP_ADV_TYPE_ADV_IND...
I need a PWM signal as outoput from the nRF51-DK. And I do need the softdevice. So I decided to pick the code from the nrf51-pwm-library-master and add it to my project(SKD...
Why I will restart the ADC is used to measure the voltage is greater than 1.2 V
void battery_start(void)
{
uint32_t err_code;
// Configure ADC
NRF_ADC->INTENSET...
I just assembled my first nRF51822 board and I was able to program it using an IDAP-LINK and a blinky program compiled with the Eclipse/GCC toolchain flashed via SWDIO/SWDCLK...
Hi all,
Due to the updates file structure introduces in SDK 7.0 I'm trying to figure our where everything has been scrambled to. Here are the items I'm struggling with...
Hello,I wnat to enter in dfu mode after each advertising.I don't understand which is the handler / function that are called when send a advertising message?How can I put the...
I have noticed the PWM library in SDK v 8.1 randomly changes polarity of the PWM channels. I can't figure out what causes it to happen... seem's random, but I doubt it.
...
I am trying to upload the blinky example with the s110 softdevice into the nRF-DK board I just bought. The documentation says "flash_softdevice target". But I see no such...
Hello, according to the Product Specification v3.1, the supply voltage range is 1.8 V to 3.6 V.
As you may know, most of the lipo batteries have a nominal voltage of 3.7V...
I am following the NaN-36 example... So far all is going well but i am stuck at section 4.5.4 . I have checked over all the directions three or four times... I have to be...
I am hoping someone can point me in the correct direction as I have posted my question on the SIG forum and didn't receive any responses.
With a nRF51422 device is there...