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...
Hi all,
I'm transferring data to and from an Atmel AT25040 NVRAM using SPI, and it works perfectly when run within main(). However, if I run the same code from within an...
Hi, I want to enable notification for a specific characteristic, and to do that, I must write 0x01 (in java it's going to be "01,00" ) to the CCCD handle of this characteristic...
Hi,
I tried to use python API to drive the nrf sniffer to capture ble device information by their advertisement packet. I can successfully target a specific ble device...
Hi, I'm wondering how much i need the LF crystal oscillator.
In this case, the chip is never asleep, in constant latency mode, and is constantly advertising and meshing...
Hey guys,
We have several different devices that use the nRF51822 and some using the nRF24L01. We currently use the proprietary RF protocol and have all of our devices successfully...
Hi,
Reading from flash, an already programmed key, returns zero.
Using sdk 12.1, sd s132_nrf52_3.0.0, nrf52832, and pstorage. The key is programmed after uploading the...
On nRF52 interrupts for GPIOTE, I need to perform one event when a button is pushed, and perform another different event when the button is released.
I've checked these...
When the PPK calibrates and turns off the DUT, does the nRF52832 on the PPK disconnect from the External DUT lines? My DUT has a LOT of capacitance on it, and it takes several...
Hello i use the example ble_app_beacon_s130_pca10028, i'll try to add UART functions, but they not work anybody has this problem, please help me!!
int main(void)
{
uint32_t...
Hi..! Friends..!
I am trying to detect the number of steps on accelerometer.
For which I want to Plot the accelerometer values in real time (with minimum rate 50values/sec...
I would like write music box by buzzer. So I need adjust the PWM frequency continuously.
But i don't find the sample cede which is about adjust PWM frequency in SDK.
Where...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...