Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Recently, we decided we would try ESB, since the power consumption is similar to BLE, but the intervals are much shorter, and we could greatly benefit from this.
I've seen...
I am migrating a project to Sysbuild where we previously were doing some post-build steps that require access to PM variables like PM_MCUBOOT_PRIMARY_SIZE.
Previously, we...
Hello, I've been trying to get MCUboot running on my custom board with the nRF9160 for two days now, and I'm honestly at my wit's end. The main application is written and...
Hello,
we are testing BLE MESH vs THREAD to build a home automation network.
We understood that WiFi interference is a real concern in this application. In fact, we...
Hi,Team,
I'm currently using the nrf54l15-dk. I want to set the rtc of the nrf54l15-dk to obtain the timestamp. How should I configure the timestamp ? Which examples should...
First, I can use I2C with SCL on pin P1.11 and SDA on P1.12 with NRF54L15DK.
But then, when I try to change SCL to P0.03 and SDA to P0.02. I2C does not work anymore.
The...
SDK: nRF Connect SDK v3.0.2
DK: nRF54L15-DK
Sample: spi_flash
default:
mspi-max-frequency = < DT_FREQ_M ( 8 )>;
If I change it to 32, it will printf these...
Hi am trying to use Nrf54l15 as a controller with an external host for the Channel sounding feature. I can receive CS subevents from the NRF controller, but the same thing...
I am using a QFN73 pin package of nRF52840. The data sheet says it has built in balun. So if I follow the reference circuit, where do I see 50 ohm looking int to the chip...
having just seen the announcment about the bare-metal SDK, i gave it a try using my "hello world" of BLE -- a minimal beacon app which i actually use to benchmark BLE platforms...
Hi
I am capturing a digital signal with the nRF PowerProfiler Kit II from my board that can either be 12Hz or 2kHz depending on the state of my application.
In the below...
I am using an nrf52833 with MCU boot. In an abnormal situation, the Vcc hoovers around the BOD threshold of 1.6V-1.7V. The Vcc in this situation is noisy (with 100/150mv swings...
Hi,
I have been making a sequential channel sounding program. I tried very hard to get rid of memory leaks and now the program is able to sequentially range with three reflectors...
Hi,
I am in progress of making own audio application. I wanted to try 8_2 configuration. I see however, that despite that, 10ms window worth of data at that sample rate...
Hello. Earlier we had nordicplayground/nrfconnect-sdk docker images for v2 (e.g. nordicplayground/nrfconnect-sdk:v2.9-branch ). But it seems there is no docker image such...