Hello,
I am using nRF Connect SDK v2.9.0, and nRF54l15 board. I enabled the watchdog timer and used its driver in zephyr/drivers/watchdog.h
It seems to work fine. The...
I have a BLE system where multiple sensors operate as peripherals and send data to a BLE central. These sensors enter sleep mode after transmitting data and later wake up...
I am using nRF Connect SDK 2.9.0 with Toolchain 2.9.0 and trying to interface Winbond W25Q32 SPI flash memory with nRF21540DK (nRF52840) . I need help with the following:...
Hi Nordic Team,
I am planning to develop a Matter-over-Thread end device (sensor) using the nRF54L15 , which will be battery-operated . To maximize battery life (minimum...
I am using the nrf52840 chip on a custom made PCB that is powered by a USB-C which provides it with 5V.This 5V is then converted to 12V using CH224K which then is wired to...
Hello, i'm having a problem with the satellite detection time when I start gnss search. When I start the search, for a while at first the satellites are not detected and then...
Hi,
I am implementing discovery service but getting undefined error with below
bt_dis_pnp_params pnp_id = {
.vendor_id_source = BT_DIS_VENDOR_ID_SRC_USB,
.vendor_id...
Hi there!
May I know how to have UART00 on P2 like what is shown below as I wanted to have higher speed.
Is it the same as other UART assignments on P0 and P1?
Thanks...
I am currently working on direction finding using the nRF Connect SDK in VS Code. I am using an nRF52811 custom board, and my logs work properly. I wanted to include timestamps...
Dear fellow developer
Based on the Bsim description, it should be able to support emulation on zigbee since the hardware running is supported and implemented. But i could...
Hello,
I am using nRF Connect SDK v2.9.0, and nRF54l15 board. I enabled the watchdog timer and used its driver in zephyr/drivers/watchdog.h
It seems to work fine. The...
Hi All,
I am implementing BLE-based FOTA for the application core on an nRF5340 using MCUboot . The update works successfully when using the nRF Connect mobile app , but...
Product: nRF54L15DK, SDK V2.9.0
Application: Multi protocol (BLE + Matter/Thread) Door Lock
Issue: BLE bonding is not retained after power cycles. The mobile app requests...
Hi!
I have tried to implement the following example for NCS 2.6.0 on nrf52840DK:
https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples...
I’m trying to implement DFU upgrade of NRF5340, I can send the image (./build_5340_app/build/signed_by_mcuboot_and_b0_s1_image.bin) to the device when running and it seems...
Hi!
I am trying to power the thingy:91 from solar panels and have some issues with the thingy:91 restarting when the solar panel receives a medium amount of light. The solar...
Hello,
I have a problem with my nRF54L15-DK board - it is not visible by PC.
nRF54L15 mcu is apparently working fine with last uploaded program, as it is responding as...
Since the nRF9160 reserved pins are never used, Is there any issue leaving them out of the footprint?
I would place copper keepouts under the reserved pin areas to ensure...
I am currently using DWM3000 EVK with NRF58240DK for a UWB indoor localization system. I want to use the timer to setup a localization period for each tag node. I tried several...
Hello,
I am experiencing an issue while trying to connect an external flash memory (MX25R64) via the QSPI interface on an nRF52840-based custom board. My pin configuration...
Hello,
I am testing the "peripheral_hids_keyboard" sample from the Nordic Connect SDK v2.9.0 using the corresponding toolchain version. When connecting the device to an...
We are currently developing a project using the nRF52832 as the microcontroller, Segger Embedded Studio version 5.42a as the IDE, and the nRF5 SDK 17.0.2. We began by creating...