I have built and flashed the openthread/coprocessor sample using VS Code specifying "nrf54l15dk/nrf54l15/cpuapp".
I then tried to run it (on Ubuntu 24.04.2 LTS, x86_64)...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Hi, I am trying to set my acqtime different to the max value. And the build throws an error unless i set it to ACQTIME_MAX.
It appears in the header file it needs some other...
There appears to be a bug with commenting in prj.conf. If I do this:
# This is the appearance of the device from the BLE SIG Assigned Numbers List (384 is general remote...
Hi ,
I am trying to implemenent DFU on nRF52840. Aim is to store new image to slot on QSPI external flash but it seems like nothing is sored on slot 1 as when I upload...
Hi everyone,
I am testing the NRF9160 DK and I want to test the low power mode.
I found and tried the solution detailled in this blog about how to measure PSM idle current...
Hi,
I am using nrf52840 controller . I need to transfer the data using Bluetooth at 10ms by using application timer and i am using SDK 15.3 version and soft device S140...
Hello, i have question: How nRF Connect SDK gets MAC addresses Steps: 1. I build android ble peripheral app and starting advertaising. When i did it, MAC address alwalse random...
Hi,
Greetings!
I am using below setup
nRF52832
Mesh SDK 4.0.0
SDK 16.0.0
Application Example: light_switch_client_nrf52832_xxAA_s132_7.0.1
Issue:
Using above...
Hello,
I am referring to this webpage https://github.com/bjornspockeli/custom_ble_service_example "Custom Service Tutorial", I followed all the steps mentioned on the webpage...
I started developing a beacon app and used BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED advertising type. I then changed the type to BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
pc-ble-driver compile on macOS
I am trying to compile pc-ble-driver on macOS 10.15.2 by following the very excellent instructions on the github page.
Fixing GCC issues...
Hello,
I have set the device advertising as follows:
Advertising name is getting broadcasted with a full name until it gets changed and to 4 letters device name. In...
We have our SCL line on P0.10 (NFC2) and SDA P0.23
When I try to start a I2C transaction nothing happens, and NRF_TWIM0->TXD.AMOUNT = 0. I have verified that SDA/SCL are...
Hi,
I tried to implement a unprovision method for provisioned devices such as light bulbs. By simply on off it several times. And saving state into flash.
Currently I...
Hi Nordic Team,
Please share logic to de-initialize the advertising functionality of peripheral devices after the peripheral device stops advertising without any memory...
Hi Nordic Team,
In my BLE project, first the central device starts scanning, then the peripheral device starts advertising, the peripheral device gets connected to central...
HI,
I got nrfutil + BLE DFU app update working using the ble_app_hrs for the test. I am using the nrf52DK + SES for development, and I have also an external nrf52832...
Hi
I'm using this simple_pwm code to drive my speaker, I use this as a buzzer but I want to change the frequency.
In this code ".base_clock = NRF_PWM_CLK_125kHz", the...