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...
After gradually increasing up to ncs 3.1.0, the following issue occured: After:
LOG_INF ( "Initializing modem library" );
err = nrf_modem_lib_init ();
if ( err ) ...
Hi,
I’m working on the T5838 Invensense PDM driver for the nRF54L15 .
I’m referencing this driver: IRNAS T5838 Driver , and have updated it to work for SDK 3.0.2 (including...
Hi [Nordic Support Team / Developer Team],
I would like to confirm why the nRF54L15DK is not listed among the supported development kits for the Bluetooth: Peripheral ANCS...
I tried two different applications in BT fundamentals, the solution to Lesson 3, Exercise 1 and the solution to Lesson 4, Exercise 1. Both show "Advertising successfully started...
I'm using zephyr with a custom board (nrf52840) which has a ssd1306 OLED. I have it configured to use i2c0 and is working fine with lvgl.
When I try to enable uart0 (using...
After a recent update, I'm frequently finding the VS Code UI unresponsive due to intelliscan re-indexing.
About my setup. I have a complex environment with 4 different...
Hi Everyone,
I have designed the NRF52832 PCB, Before I order the PCB I hope you guys can review it one time.
Can you please review it, Also I want to tune the antenna...
Does the RISC-V processor of this SoC have access to all the peripherals similar to Cortex-M processor? Can it be used for edge AI using Neuton or ML studio ?
Hi everyone, I have made a custom app by merging together code from nrf5340_audio and iso_acceptor code. I have one issue however - audio_sync_timer_capture seems to return...
Hello, I have discovered that Zephyr's fuzzing sample: https://docs.zephyrproject.org/latest/samples/subsys/debug/fuzz/README.html is not working with NCS v3.0.2. Reproduction...
Seeking help with using SystemView on a custom board with an nRF9151. My code is based on the Azure IoT Hub example. I can enable CONFIG_TRACING =y and CONFIG_SEGGER_SYSTEMVIEW...
Hi Support Team
Sorry, I accidentally pressed the wrong button and closed the following case. I still want to check the following two questions. Many thanks.
(+) Does...
Hi Nordic team,
We are using the nRF54L15 with nRF Connect SDK v3.0.2 for a BLE-based product.
We’ve observed something strange as below:
Advertising range is excellent...
Hi
our last product is based on nRF5340 and now we start a new design based on nRF54H20, and its essential for our design, i checked alot but there is no datasheet, reference...
Background:
Over the past few weeks, I have been working on enabling TLS1.2 for an nRF9160 with Ethernet (W5500). My primary objective is to have both Ethernet and LTE...