Hi,
currently I'm migrating my application from SDK5 to NCS and I'm facing a problem with the application size for a BLE update. In the previous SDK5 there was the softdevice...
Hello Nordic,
We have recently purchased an nRF52840 Dongle. We were able to sniff the BLE packets over the air. So it is found that all the packets that we are able to...
Hello,
I’m working with the Matter Light Bulb sample in nRF Connect SDK v3.0.0 , and I’ve run into build issues when enabling certain optional commands in standard clusters...
When Enabling an advertising set already enabled on the Softdevice Controller, the HCI error command disallowed is produced when according to the BLE specification 6.0 it...
Dear Forum,
I have an nrf54l15 device and I would like to send a pure sinusoidal tone and measure the phase difference, retrieve I/Q values at the other device. This is...
Hi,
Is it possible to make the MQTT connected device receive the Shadow config updates and AT Commands immediately? Based from our testing, the device only receives the...
Hi! We are having problems pairing a nRF52840 against linux (ubuntu 25.04). Pairing fails instantly, before any passkey is shown on the host, returning with code 9. Short...
We're trying to implement OOB pairing where the 128-bit value is received externally (not NFC). All examples I could find are NFC related and seem to require the external...
Hi, everyone. We are developing BLE project on the chip nrf52832 with SDK 15.0.0 software. In this project we are using ppi feature. During the work the program must enable...
I am trying add the fatfs example in my custom solution and I have the follow error after add the paths and files.
nrf_log_frontend.c:92:35: error: unknown type name 'nrf_log_module_dynamic_data_t...
Hi,
I am working for Adafruit on the bootloader for the upcoming feather nRF52840. Currently testing using the nrf52840DK pc10056. Everything is OK with S140 6.0.0 . Today...
I need to implement a 4kHz signal to drive a buzzer on a custom board of nRF51822 with external 16MHz and 32kHz crystal.
I am using Timer1+PPI+GPIOTE to generate this 4kHz...
I'm currently using:
- Board: NRF52840
- SDK for Mesh 2.1.1
- SDK for Thread and Zigbee v1.0.0
My problem is that I want to merge and run both Bluetooth Low Energy...
Hi, I am using nRF SDK 12.0.0_12f24da, with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c
Initially I was working on integrating...
Hi, I am using nRF52840-DK; Window 10; Embedded Studio and try to run sample project:C:\Nordic_Semi\nRF5_SDK_15.0.0_a53641a\examples\peripheral\ uart \pca10056\blank\ses ...
Hi all, I'm using nrf52832 with SDK15 in my project. For debugging purposes I need both CLI and LOG modules enabled with RTT as a transport. I followed this manual to setup...
How can I disable NRFX_LOG_INFO calls in the PPI driver? I've set NRFX_PPI_CONFIG_LOG_ENABLED 0 and even NRFX_PPI_CONFIG_LOG_LEVEL 0 but that doesn't stop messages like the...
Hi,
This is Srivisakh. I am using a custom made board integrated with nrf52832 board in which UART is configured. I am using Segger IDE for code development and building...
Hello I have what I hope is a simple question regarding the Internal DC/DC on the nRF52832 and thus nRF52810. I am assuming it is the same internal design, correct between...
We are just in the very beginning of developing a mesh network with 150 devices and a gateway (with a nRF52840 in it). We want to find the best strategy for provisioning....
Hi everyone,
thanks for this discussion - this question addresses almost exactly a potential use case I've been looking into.
I'd like to try and implement something this...