The scanner can be informed of the synchronization information as soon as it receives an ADV_EXT_IND PDU, and then it can later scan only AUX_SYNC_IND PDUs. at this point...
I'm working with the Matter Template example and creating a sensor monitoring device on the nRF52840 platform, and I'm developing on a Windows environment with SDK 2.9.0....
Hello, We are developing an application with nRF52810 based on nRF Connect SDK V2.4.1. The application is utilizing the BLE connection, particularly the NUS Service (emulation...
I am using the Zephyr SPI driver to control a WS2812 LED strip through the SPI interface. Since only the MOSI line is required for communication, I want to configure the SPI...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We have a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device...
Hello I am using a I2C sensor module and I need to tranmit only address to receive data back, but I dont know how.
Program crashes on line 4.
Thank you for your help...
I have a DK52 with another device at attached to the SPI bus. I also have a PPK. Should
I connect the second device to VDD_nrf to count as a load? right now it is connected...
When the bluetooth service function is initialized, sd_ble_uuid_vs_add() is called in the ble_dfu_buttonless_init() function in case of an out of memory error. In the ble_nus_init...
Hello, Is there any evaluation kit available for NRF905? I found this one online but DIGIKEY website says its obsolete::
media.digikey.com/.../nRF905-EVKIT_PS_Rev1.0_Jan2004...
Dear Nordic staff and users,
Now I'm trying to confirm that my local LTE operator supports energy saving modes. It went with flying colours with PSM:
at+cereg=5 OK at...
using SEGGER Embedded Studio for ARM V4.30a, I get a problem of Linking with an nRF5_SDK "blinky" examples. See hereunder the error message:
Seem to be a problem of configuration...
Hello,
I can create a zip file with nrfutil pkg generate and there is a bin file in it? I want to make DFU as a bin file only.
I only want to download the firmware as...
Hello,
I have a question about using pins as output. I'm trying to set 2 pins to "1", but cant fully understand how to use pins on port1.
for example: P0.10 (wich works...
Hallo,
I want to use the UARTE instead of the UART to transmit some audio data to DK. The Basic Project is the i2s example in nRF5_SDK_15.3.0_59ac345.
I implemented the...
I'm starting initial development on a new project using the nRF52832. I've been able to transmit successfully using nrf_serial_write but nrf_serial_read always returns NRF_ERROR_INVALID_STATE...
I'm working on a BLE central based on the Nordic UART Central example. The peripheral I'm talking to has a characteristic that sends an indication when written to. I'm writing...