Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
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...
Hi!
I use nRF Cloud Lib of NCS v3.1.1. I couldn't find detailed info on how nrf_cloud_send() works with QoS > 0.
If I set QoS > 0 and get a 0 error code returned from...
Hello,
We are evaluating and developing a product using the latest nRF54L series controller and would like to know if IAR compiler support is available.
While Cortex-M33...
Due to resource exhaustion I'm curious whether this is possible.
It violates the 1-1 GPIOTE rule and I couldn't find any thread/message about it being possible or otherwise...
Hi,
Our customer needs to test the RF performance of nRF7000, please provide the test documents, test tools, and test procedures, as well as relevant information about WIFI...
i have small applications which can comfortably fit in as little as 32K of SRAM.... i have no issues with the mechanics of linking my program, as well as copying code from...
Hello,
I have a problem with my DK. Everytime I try to plug it in the USB C port of my Computer the J-Link OB is the only Chip that wakes up. I cant program the nrf5340...
Hi,
When using RTT for debugging on the nRF5340, after every flash i have to press the following button:
Then every time i get presented with the following dialog...
I would like to ensure that a particular GPIO pin is disconnected when an nRF52840 is powered up via the initial configuration specified in the DeviceTree board overlay file...
I get the following error when clicking flash button in nrfConnect VS Code extension with an nRF54L15 DK:
Error: One or more batch tasks failed: * 1057701224: Device error...
Dear Support Team!
I'm just about to flash an external board (nRF52820) through P19 where the MCU is powered at 2.3V. I would like to use the nRF52833_DK and the PPK2 to...
Hi Team,
We are using SDK 3.1.0 and radio FW version 1.3.7.
Trying to read RSSI, RSRP, RSRQ, SNR levels using AT command AT%MEAS but it returnns error.
Am I missing...
Hi Nordic,
I'm developing a BLE protocol on an nRF54L05, and is trying to send (On request or by notifying) up to 750 logs of data, each log being 8 bytes (1 byte event...
Hello everyone,
Im using nrf5340dk for the first time, i have built project for nrf5340dk_cpuapp and i think code is good but for some reasone i dont see a led diodes turnin...
Hello,
I had a question about the BT GATT DM Workqueue used in gatt_dm.c.
In NCS 2.8.0, the BT GATT DM Workqueue was introduced as an alternative to the System Workqueue...