Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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...