Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
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...