I'm programming a batch of 100 NRF52840 devices (new ISP1807-LR modules), and I'm unable to recover or program several of them. Most work fine, and I've never seen this issue...
Working application, using S132 SoftDevice, new variation of the application. Using UARTE, with P0.12 assigned as RxD. Something in the SoftDevice is grabbing P0.12 and setting...
In our product, we use Laird (Ezurio) BL653 BT module. In some countries such product requires SRRC certification. For SRRC certification we set BL653 to DTM mode with AT...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
Hello,
We are currently evaluating BLE Gateway (CIS, BIS) development using the nRF5340 Audio DK.
We would like to ask whether bidirectional CIS streaming is officially...
Hi
It seems that the default minium DTLS handshake timeout is about 1 second. That means, there is a retransmission if a response isn't received within this timeout. In...
Hi there,
I am trying to program my custom board hosting a raytac mdbt53 module (powered by a separate USB cable). I have to use the custom connections in P20 connector...
Description: We are working with nRF54L15 connected to an external flash memory MX25R64 . Our setup uses MCUboot with a secondary partition located on the external flash....
Description:
We are using nRF54L15 with NCS v3.0.0 , and the following clock configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL =y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM...
The standard 802.15.4 message FCF define an Acknowledge-expected bit. It is implied in the documentation that the radio will send the Ack automatically in Assisted mode. 1...
Hi,
I am having an issue with matter device commissioning after updating from NCS v3.0.2 to v3.1.0. Prior to the update, the device was able to join a matter network running...
some days ago, my vs code can run the most jobs for nrf connect. it works well.
but now. I cannot find any valid tools (build debug ....) in nrf connect label in vs code...
The STM32 chip collects audio data with the following audio parameters: a sampling frequency of 44 kHz, a sampling precision of 16 bits, and a single channel. The STM32 chip...
,
HI
I am using the periodic_sync_conn example on nRF54L15. I found that after calling bt_le_scan_start(BT_LE_SCAN_ACTIVE, NULL); , it should be interval scanning.
1...
I am running the nRF70 Wi-Fi BLE Image Transfer Demo: https://github.com/NordicPlayground/nrf70-wifi-ble-image-transfer-demo?tab=readme-ov-file
For the camera and board...
I have been trying to make SAFERTOS based BLE example working on nRF52832 (PCA10040) similar to the one provided by Nordic SDK 17.1.0 at `examples\ble_peripheral\ble_app_hrs_freertos...
The same config I was working with the past months and could still debug yesterday morning is not working correctly since this morning. Mostly when I start a debug session...
As the title suggests, I hope to obtain a peer_manager implemented using fstorage.
I am currently developing the nrf52832 using the nrf sdk version 17.
I rely on the peer_manager...
I am trying to build a firmware for Thingy:53 that simply streams the magnetometer via BLE. I have BLE and Gatt working fine; I can even read and stream the IMU sensor. But...