I get error provisioning key on nRF54L15 and NCS 3.0.1. I tried using "Erase all" in nRF connect SDK Programmer, but it doesn't help. Please check also the attached log. nrf54l15dk...
Hi
I have a project using winc1500 as WiFi module, base on example wifi shell example and post
I add:
CONFIG_WIFI_WINC1500 =y
CONFIG_WIFI_WINC1500_REGION_ASIA...
Description:
My nRF52 DK has stopped being recognized by my PC. Below are the details of the issue:
Kit Info: PCA10040 v3.0.0 (2023.22), nRF52832 target MCU
...
Hi,
I am using nRF54L15-DK for Zigbee light_stwitch startup testing. After successfully connecting the development board to the Hub for the first time, I evaluated the time...
Hi
I have a code previously can be built in NCS 2.91:
However, when I use the new NCS 3.01, it can not be built, the error is:
Could you please help me figure out...
hello everyone I have implemented BLE, ADC, RTC, and UART. After that, my power consumption is around 1.31 mA. Can you suggest possible ways to reduce power consumption or...
Hi,
I am trying to integrate the nRF5340 Audio application (CIS Unicast Server role with bidirectional streaming enabled) from NCS 2.9.0 into on my custom nRF5340 based...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Dear Sir,
In SDK5.2.0 S310 HRM example, one nRF51422 act as BLE and ANT RX character.
Another nRF51422 with S210 software act as ANT TX character to send out command...
Hello all,
I want to do current measurement for nrf51822 which is flashed with my own ble application which uses some custom services. As mentioned in evaluation kit user...
Hello,
My team and I are trying to decide how to power the nrf51822. We will be using a 3.7V lithium ion battery as our power source.
I saw in another post that it is...
I am planning to use the LPCOMP in conjunction with an external reference. I would like to just use a voltage divider to create the external reference.
Are there any impedance...
I recently received a nrf51822 mbed board.
I went with the mbed board over the EK because I figured it was more 'open', without realizing exactly what mbed was. I played...
I use the SPI slave function on 51422. When I send a byte(0x31) to 51422 SPI slave from master, 51422 will back a byte (0xAA - DEF byte) to master. Why?
I send 0x31 every...
Many Bluetooth library features are not yet available and so I would like to use a standard tool chain to compile sample programs and my own programs to run on the mkit.
Hi,
I am using the nRF51822 with an external 16MHz crystal. I was curious if there is any way to tune/calibrate the system clock that is derived from this crystal. The purpose...
Hi All,
I am novice in this nordic nrf 51822 programming. I wanted to know the best way to do the
following.
I have two different functionalities to be run on eval...
Hi All,
In ble_app_hrs example two function is defined for gpiote_init()
1)
static void gpiote_init(void)
{
APP_GPIOTE_INIT(APP_GPIOTE_MAX_USERS);
}
2)
static void...