Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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...
The UART (Port 2) gets garbled after bt_enable(). This issue does not occur if actively Debugging using Segger.
The issue is also reproducible upon a settings_save_one(...
Hi,
I am using nRF54L15, SDK & Toolchain as 3.0.2 version This is for Hid Keyboard, the problem I'm facing is once connected to one device, manually disconnecting & connecting...
Hello,
There are some issues I have found when I tried to achieve both BLE and ESB features concurrently on nRF54L chips, and some of them I have figured out how to fix...
I have BOARD_ROOT set in both zephyr/module.yml and in CMakeLists, and in my boards folder I have a custom board "boards/nordic/myboard". I have all the necessary files for...
Hi,
We have come across AT%XRFTEST command problem for TX test on nRF9151 EVK. We have used nRF9151 modem firmware version 2.0.2 and executed following AT command on nRF9151...
Hi Nordic team,
I’m building an LE Audio gateway on the nRF5340 DK using the TMAP_Central sample (NCS v3.0.2, with minor local changes). The setup captures audio, encodes...
I'm working with nRF52840 microcontroller, nRF SDK 17.1.0 and Softdevice S140 version 7.2.0
The peripheral devices sends 29 bytes of data with a BLE notification from a...
Hello,
I have a product based on nRF9160 that uses GNSS. The device is a meter, not an asset tracker, so GNSS is not the TOP 1 feature we need.
When the device is installed...
I'm currently using firmware advertising/scanning with 1M PHY, but I'd like to use Coded PHY instead. I tried changing the advertising parameters as shown below, based on...
Hello team, I am currently working on the distance measurement functionality using the development kit (nRF5340 and SDK: v2.9.0). At present, the distance measurement runs...
Hi,
I have LIS2DW12 (Gravity board) connected to my NRF54L15-DK with the following overlay:
& pinctrl {
/* Pin control for I2C21 */
i2c21_default: i2c21_default...
Hello,
I have set up the light and light_switch BT Mesh examples on my nRF52840DKs. I have used the nRF Mesh app to provision them successfully and I can see that they work...
Hi,
I am using NRF Connect environment and would like to enable by program to use MCU Boot functionality with dual-imaging support and FOTA updates.
My Kconfig.sysbuild...
I need to change the path of ncs. after try sometimes, I failed. So, I need remove all the settings and retart my work from initial status. I uninstall vs code. and install...
Dear Nordic Team,
I am trying to configure logging through J-LINK RTT for my firmware.
My prj.conf contains the following:
CONFIG_PRINTK = y
CONFIG_CONSOLE ...