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...
Hello,
I want to discuss the following code with you:
www.dropbox.com/.../AABddGcZagoqWHnJqfPrpbm9a
In the main file there are init functions for uart and twi and...
Hello,
I am using pca10028 and sdk 12.2. I want to scan the nearby ble devices and want to display the mac address using uart. So which code should I refer or which thread...
I am doing some custom work, and have discovered an odd bug, that I can not seem to figure out.
On the tx radio, I am transmitting a BLE ADV packet with the first 3 bytes...
On nRF52, I see that 100 kHz gives a SCL period of 10 us which is correct but for 250 kHz, I get 8 us instead of expected 4 us. Similarly, for 400 kHz I only see 5 us instead...
I have a case where a module that can perform bit clears in the UICR needs to execute while a Soft Device is present and enabled.
I am aware that any direct flash access...
Hi Nordic and fellow developers,
I have been working on upgrading the nRF51822 QFAA s110 and upgrading the soft device to work as s130 for its (simultaneous Central/Peripheral...
Hello!
I'm trying to read data off of a commercial blood pressure monitor (Qardio arm) using an nrf51822 with the nrf51 SDK v10.0.0 as the central role (s120). I am able...
Hi,
we are using nRF52832 and running into memory issues as we add functionality.
It would be great if the '40 was available as a drop in replacement in WLCSP package...
Hello.
I want RSSI check. so added source code as below.
test_rssi_start = sd_ble_gap_rssi_start(m_conn_handle,BLE_GAP_RSSI_THRESHOLD_INVALID,0x00);
if(test_rssi_start...
Hi all,
Is possible using NFC to send variable message? I want to send a counter event (data I got via BLE) to the NFC module.
Using the example I was not able to do...
Hey,
I'm just wondering how to add a UUID to the blinky example peripheral?
I want something like the heart rate sensor where its advertising BLE_Heart_rate_sensor.
I...
We have recently migrated from a custom board based on the nrf51 to a new board with the nrf52832. Our nrf51 board used to run at 6-8 uA when it was just sitting there advertising...
Hi
During schematic design, i read regarding proper powering of NRF52 (the product is battery powered 2xAAA). somehow i can't find this info now and i would like to verify...
What does mask and 1<< mean in the following code:
#define BSP_LED_0_MASK (1<<BSP_LED_0)
#define BSP_LED_1_MASK (1<<BSP_LED_1)
#define BSP_LED_2_MASK (1<<BSP_LED_2)
...
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...