Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi,
I have developed a Matter-over-Thread light bulb using the Silicon Labs EFR32MG24 platform, with CHIP_CONFIG_SECURITY_TEST_MODE = 1 enabled. In parallel, I have set...
I am currently porting an internal application to the nRF54LM20 and am attempting to manually trigger a GPIOTE30 interrupt via software.
Observed Behavior:
Hardware...
Hi,
I am working on a custom board which is NRF54L05 connected to NRF54l15 DK via P19
NRF54l15 DK version: PCA10156 0.9.3
Serial wire debug cable length: 15cms
Breakout...
I'm kind of stuck here. I was using SES v3.52 on Mac OS Sequoia and everything worked fine. I upgraded my MacBook to Tahoe and all of the fonts were messed up making it un...
Hi.
Using Thread Topology Monitor and NRF52840-DONGLE I'm able to connect to the device and getting the UDB device to be a Thread Leader.
But how can I join an existing...
I am using the command AT+CRSM=176,28539,0,0,12 to attempt to read the FPLMN on the my nRF9160 DK. The modem firmware version is 1.3.5. See attached logs:
(14:11:15.629...
I have built the Matter temperature sensor sample for the nRF5340 running on an nRF7002DK (no WiFi enabled). The power consumption measured with a PPK2 is coming in higher...
Hello,
I am developing Channel Sounding Test Mode functionality using nRF Connect SDK (NCS) v3.1.1 and the nRF54L15 Development Kit (DK) , based on Nordic’s official hci_uart...
I am adding a feature to our device to actively connect to a Bluetooth printer and send data to it, but I am now encountering an issue that I cannot solve.
I currently have...
Hello.
I am considering using the UICR OTP to store device-specific identification information. My understanding is that when accessing this area from a Non-secure application...
Starting from NCS v3.2.0, up to the current NCS v3.2.2, I'm getting back -EIO when trying to use the I2C bus. In commit github.com/.../428ce9f27bc368f8023de98cdd494b060374962b...
Greetings,
We want to use the MCK of the I2S module as a clock output for an external device. For that, we need a freuqency of around 4,096MHz. ACLK originates from the...
HI
I am using the DTM example routine of NCS 3.2.1 and am currently testing the combination of nRF54L15 DK and nRF21540 EK. After flashing the original example routine to...
I’m using an nRF54L15 evaluation board obtained from a distributor and currently testing transmission and reception of large data chunks. I built a vender model and a custom...
General flow when the issue occurs:
1. buf is allocated on prep_pool in prep_write_cb: data -> buf = net_buf_alloc ( & prep_pool, K_NO_WAIT);
2. buf is put to prep_queue...