I'm having trouble enabling BLE DFU on my firmware for the nRF52833. I'm following the steps from the Dev Academy course - FOTA over Bluetooth Low Energy . After adding the...
I am trying to create a custom sensor for CT1711 temperature sensor. I have created the sensor driver code and device tree binding, but it won't start (initialize) and the...
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 Nordic Support Team,
I'm currently experimenting with Channel Sounding using a couple of nRF54L15 boards.
I am trying to obtain raw I and Q samples so that I may analyze...
Hello,
currently i am configuring the networking stack on my project.
The goal is to use Matter's built-in Thread connection, to establish a Secure CoAP connection. I...
We use several Nordic chips in our BLE sensors. We bond to the devices from Android, connect to update configurations, then disconnect such that the device then advertises...
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...
This is from the documentation:
[in,out]
p_length
Pointer Length of the string. Amount of sent bytes.
I'd translate it to a pointer to the requested length...
Hello all, I already did some research finding similar questions and answers in this board, unfortunately I still do not have answer, maybe some can can help pls?
I have...
Hi,
I'm trying to test the BLE Mesh example. I want to prove that whether the feature of Relay is able to work or not. So, I use the functionality of heartbeat publishing...