Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
I am trying to make the nrf9161 go to very low power mode for 10 seconds and then come back online.
Actually I would not mind if it were to start all over again when coming...
Hello,
I am using the example on the Nordic DK to get UDP messages from the Hologram API to the Nordic Modem. AT#XUDPSVR=1,6002 #XUDPSVR: 3,"started" OK
I very inconsistently...
Hello,
I am working with the nRF9151 board and trying to read SIM/eSIM information.
Steps I followed:
Used nRF Programmer → Erase all.
Opened Board Configuration ...
Dear Nordic
We are evaluating a wearable device and plan to use nRF54H20 be our MCU,
Since our device will be a small form factor and Nordic not released datasheet yet...
Hi, I'm working on nRF9151 on custom board, NCS 3.1.0 and I'm building application with TF-M enabled. I've encountered quite a strange problem. If I remove all UART instances...
Hi,
using nrf sdk connect 3.1.1
using nRF54L15-PDK evaluation board.
Steps to reproduce issue:
1. Setup my board into low power. my branch mark is ~2.9uA.
2. Perform...
I use BLE for one-to-many connections. Usually, the peripheral device should first broadcast, then establish the connection for communication, and finally disconnect. However...
Hi there! I am trying to set up external flash (w25q64) with my NRF52840 project over SPI. I have adapted the spi_flash sample in an attempt to set up this device, but I am...
Hello,
We are developing a product based on the nRF54L15, using BT Mesh. We also use the FLPR. For communication between the cores, we use ICMSG.
Separately, ICMSG and...
Hello!
I am completely new to embedded development and i am becoming quite desperate.
I have ordered a custom board which has an nrf52840 chip on it and a vl53l1cxvofy1...
I am using the nPM1300 MIKROE Click board with an ESP32 over TWI (I2C) . I am facing an issue when VDDIO is sourced from VOUT2 using the onboard VDDIO_SEL jumper .
Although...
I have an odd issue with an older nRF52840-DK, I can flash and read memory from the device just fine but no matter what version of NCS I use, it will not execute whatever...
Hello,
I am working on adding MCUboot to my custom board (using nRF52832 chip) to make it DFU-able. That works fine when using internal flash but never when moving the...
Hello, I'm using an nRF9151 DK with an SPI attached SD card and SDK 3.1.0.
SD card is accessed using FAT_FILESYSTEM_ELM.
Using a single thread approach everything is working...