Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
For a project i need to use the channel sounding feature of bluetooth. On checking samples on nRF Connect SDK couldn't find any examples. But the Zephyr project is providing...
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...