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...
Can I copy the ESB code from SDK v3.3.0-preview3 into SDK v2.9.0, and then get the functionality in esb_ptx_ble & esb_prx_ble?
Is there any way to achieve it quickly?
Hi,
I've been developing the next version of our product with an nRF54L15 There's external SPI flash attached on QSPI via SQSPI which is working ok (albeit it is very slow...
Hello everyone,
I’m currently porting my old projects from NCS version 2.9.0 to 3.3.0.
In doing so, I no longer want to use the outdated Partition Manager; instead, I...
Hi,
I've got two ESB transceivers talking to each other - a PTX on nRF52832 (E73 module) and a PRX on nRF52810 (Holyiot module, the "tag"). Both chips can obviously TX and...
On a recent run of prototypes using the nRF9151 and the nPM1300 we've had a few failure where the nRF9151 cannot connect to the debugger and the board exhibits much higher...
I have two nRF9151 DK boards, both hardware revision 1.4.0, both showing the same SIM detection failure.
Symptoms on both boards:
AT%XSIM? always returns %XSIM: 0,9...
We have purchased a radio fitted with the nRF9160 modem and fitted it with a roaming SIM for NB-IoT use, we are in UK and have Band 20 EE and Vodafone.
What are the initial...
Now my product need FCC, and I use DTM example, only changed the txd,rxd pin in firmware, the lab can use nrfconnect for desktop to enter test, but the tx power is low when...
Hi
in conn_time_sync some thing must be broken. Central and peripheral connect to each other. The logs look as expected.
BUT:
THE LED's wont blink.
When I copy a sample...
Dear Nordic,
I'm designing a 0.6mm thick 6-layer rigid-flex with the nRF54L15-CAAA, and due to my current stack-up the ground polygon to trace clearance can only go as small...
Hi Nordic Team,
Could you please clarify the SDK/NCS compatibility for the nRF54L15-CAAA chip?
We are planning to develop firmware in bare-metal mode and would like to...
Hi Nordic team,
I am following up on a previous thread ( nRF54L15 sQSPI support for SPI NAND in NCS v3.3.1 ) where it was confirmed that NAND flash was not supported in...
Hi For a product, I'd like to have (well it's a requirement) the firmware update encrypted. So I set the following in sysbuild.conf: ... SB_CONFIG_BOOT_ENCRYPTION=y SB_CONFIG_BOOT_ENCRYPTION_ALG_AES_256...