Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
I have customed my own nrf54l15 board and run peripheral_uart demo successfully. Then I tried to measure its current while running peripheral_uart demo, it was up to almost...
Hi. i am trying to turn ON a LED1 and read its status and then turn ON LED2 based on status of LED1 in nrf52840dk board.
#define led1 28 #define led2 25 #define Button 12...
Action for Loading configuration is bugged. It Exports .overlay file but when Loading it only accepts .json file and it doesn't allow you to change it. Therefore, the file...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
Hi
I used the nrf-esl-bluetooth-2.6-branch example to flash the 5340DK (AP) and 52840DK (Tag). I sent the command esl_c pawr update_pawr 9 0 , and then sent the command...
Hello, I am new to BLE and nrf zephyr programming. I am trying to flash periodic_adv and periodic_sync samples ( https://github.com/nrfconnect/sdk-zephyr/tree/16bcaed54230e3d86aeaf2b2f1d47393967254fd...
Im trying to clear NVS, it gets cleared but then causes device to reboot.
code in question is :
output halts after Erasing NVS flash memory (0x000f8000, size: 24576...
Hello,
we are developing our first predict with the Nrf52840 running with VDD at 1.8V(default option).
so far we have always programmed and debugged NRF52 devices using...
Hi,
Does the HCI UART sample include DTM capabilities? https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_uart/README.html
When issuing the...
Hi,
I'm looking to implement the smp protocol in my central device based on nrf5 sdk, in order to update my new peripheral device based on ncs v2.6.1.
My questions are...
Hi, I am trying to test openthread functionalities on the nRF54L15dk and cannot build the "Thread: CLI" sample on NCS. I am setting my board target like so: and keeping all...
I am developing the LE Audio feature for nrf5340. My project is based on nrf5340_audio demo, base on NCS 2.7.0. I am not very familiar with sysbuild. In NCS2.4.0, I am able...
hello!
I am currently using the nRF7002DK to implement the examples from nRF dev academi. I am practicing based on lesson 5-exercise 2.
lesson 5 exercise 2
In the example...
Hello,
I have failed to get the I2C working on the nrf54l15dk, i have now connected it to a oscilloscope with pull ups.
i have confirmered the pull ups work, but as i...
Since I am developing a lot for the nRF51822, I heavily relied on the old reference pages for said chip, like SDK 12.3.0 Reference .
Now they seem to be gone.
Could...