Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
I have the nRF52 DK and cannot determine the silicon revision on it. Is it the 'Engineering A' revision and therefore is subject to all the Errata that is currently published...
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...