Hi,
I'm trying to run the Lesson 4 Exercise 2 solution from the Nordic DevAcademy BLE Fudamentals course (origin/v2.9.0-v2.7.0) run on a nRF54L15 PDK board.
I'm currently...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi All.
I am trying to measure the consumption of the SoCs inside the nRF52840DK and the nRF52833DK using a PPK(II), both running the same code to make comparisons.
First...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
Hello,
I'm currently working with the channel_sounding_ras_initiator project on the nRF54L15 DK , using the nRF Connect SDK from the latest main branch on GitHub ( nrfconnect...
Dear all,
i building the example light_switch_server_nrf52832_xxAA_S132_7.2.0 from solution l ight_switch_server_nrf52832_xxAA_S132_7.2.0 in configuration Debug (SDK nRF5...
Performance on hardware (cc3xx) is significantly slower than performance on software (oberon). Does anyone have a good explanation for this? I have also tested ECDSA and can...
Hi all, As I known sdk13 have bluetooth 5 features that means we can send more than 31bytes in advertising data (8xdata) right? I'm using nRF52832 and softdevice s132 v5.0...
hi,
i'm not able to have the nRF24LE1 go to sleep. I'm using the example at the link below, to which I've added code for UART and ADC usage. Is there a way to end the...
hi
i am working eclipse for setting up projects for nrf52832. When i build the blinky example there is no error but the headers nrf_delay.h are not include and the LED_LIST...
Hi,
I want to write flash using received data in BLE interrupt handler(on_ble_evt()).
When i received some data from BLE, i try to write it to flash and wait until done...
Hi
I'm trying to use the nRF52840 USB Serial UART device (aka USB CDC ACM) however I can't find a Windows driver for this device
The VID is 0x1915 and the PID is 0x520F...
I need to copy a string, but i don't know how to define nor how to copy.
This is the string that i have to copy dev_name.p_data.
I use soft device S130 in NRF51
Hello,
using the nrf Toolbox and the UART menu I can connect to my nrf52 and if I navigate back to the initial screen the iPhone disconnects but the GAP_EVT_DISCONNECTED...
Hi, I have a peripheral device which has buttons that connects to a central device which is the NRF52 board. When the peripheral device is connected and buttons are inputted...
Hello. I am at the point in my project (using sdk v12) where I need to get DFU implemented.
In my case, DFU must occur through an alternative transport that is none of...
I'm using SD132 as a central, that I want to connect to a custom peripheral device.
I first add the 128-bit base UUID with: sd_ble_uuid_vs_add(&mys_base_uuid, &p_mys_c...
I'm having a lot of trouble trying to program both an application and a softdevice (S132) onto my board. If I use nRFgo to program the softdevice, then try to program the...
Hi I am using sdk 11 and adding DFU to my application
My application always stuck at dfu_ble_svc_peer_data_set(&m_peer_data);
in function 'static void dfu_app_peer_data_set...