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...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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...
I've followed the instructions for adding the DFU service to my app to the letter and can see the DFU service from the central and can enable notifications on the control...