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...
Hello, I am working on a custom board with my own custom project. I want to perform DFU for all the images I mentioned. The mechanism for the OTA update will be as follows...
I am unable to read PDM microphone on my custom board or nrf54l15-dk.
My environment:
- nRF Connect SDK v3.0.2
- nrf54l15-dk
- custom board with Fanstel BM15C -...
Hello,
Revival of an old nrf52840dk board I would like to use for another project, I'm trying to flash a sample application to it but it always fails with the following...
The NDEF message is slightly different between Type 2 and Type 4. Type 4 has a 2 byte length field at the very beginning of the file, called NLEN. The NFC Type 4 example code...
Hi.
I made a board with nRF54L15. I would like to use P0.01 on nRF54L15 as GPIO output., but I failed to confirm P0.01 turn high.
Then, I asked nordic AI anything to solve...
I am trying to use sprintf to format a float type variable, and I am not having any luck. The values printed are either blank or wrong. Sometimes I even Hardfault, which I...
I've got a product on the market that uses an nRF52832 on a custom board. It's been built with NCS V2.6.1
It spends most of its time in System OFF, and gets woken up by...
HI,
I am trying to write some local files on internal FAT on spi flash - which works.
now i will enable_usb_device_next () (like the MSC example -- using the next usb...
When I tried the official sample: nrf 70-wifi-ble-image-transfer-demo, and tried to apply the shutdown operation to it, I found that there would be many problems with the...
Hi,
I would like to create a project for a BLE peripheral for nrf5340 based on a standard sample like "peripheral LBS" und nrfConnect SDK v3.0.2 with modifications both...
I'm working in Windows using nRF Connect for VSCode and I'm trying to read registers from an ADXL345 over SPI. I have no issues reading the device ID in reg 0x00 but when...
I am developing a firmware for nRF52810.
Does Zephyr support debounce care for push button switches in ncs v2.6.1?
It seems that CAF supports it, but I don't plan to...
Hello. I'm trying to connect to a CoAP server (Thingsboard) with a certificate based DTLS socket. In Wireshark I see that the handshake failes, but not why. I post the relevant...
I have an application where I need multiple AWS_IOT_SEC_TAG to connect to different AWS IoT servers, including the nRF Cloud server. How can I do that with the CONFIG_AWS_IOT_SEC_TAG...