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...
Hello,
I configured the hci_uart sample for the nRF54L15 DK by following the instructions in this official Nordic documentation:
https://docs.nordicsemi.com/bundle...
I have an additional part in my design that requires a 32MHz clock input. Is there a 32MHz buffered clock output that can be configured/used from the nRF54/nPM1300 to achieve...
Hello, my product is undergoing KC certification testing. The required testing bands are LTE-M Band 3 and Band 5. However, the certification company reports that my device...
Hello,
I've got a nrf52840 DK to flash custom PCB with nrf52840 QFN. I can flash the custom PCB by using <nrfjprog> command into VSCode but the code doesn't seem to work...
Hi,
I checked the information about nRF52840 DK versions supporting Cortex-M33 devices.
In my case, I am using an nRF52840 DK, but I am facing the following behavior:...
We have a device that is using nRF9151 for LTE-M and GPS. The device has 2 versions, one with U.FL and other with chip antenna with matching network.
During testing we found...
Hi Nordic,
I'm using custom board based on nrf52840 SoC. After migrating the SDK, the original device tree configuration for ADC became unavailable, but I failed to find...
Hello,
I am currently using nordic connect sdk version v3.0.2 which seems to be the latest release on github. I am using https client example. As per the requirements...
A number of phones seem to now offer channel sounding support. (Pixel 10, for example). Do we know what antenna configuration they have - i.e. one or two antennas to enable...
Hello,
Our company has developed hardware using the nRF52840. We are using nRF Connect SDK 3.2.1. We have a developer that has been working on creating a mobile app using...
Hi Nordic,
I am currently evaluating the nRF9151 SMA Development Kit for a Non-Terrestrial Network (NTN) project and would like to inquire about the available NTN-enabled...
Hi
I have read that the J-Link OB on nRF DK's can program nRF's other generations that the one on the DK itself by using the J-Tag output connector. But does the J-link...
I want to pass a variable to my program so I'm using the command: west build -b nrf52840dk_nrf52840 -p --build-dir build -- -Dmy_variable=40 Then in my program I want to print...
I'm having some issues creating multiple LittleFS file systems on a project. This is part of a larger project, so I used the Zephyr LittleFS test code to create a demonstration...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...