Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
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...