Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
Hello Nordic team,
I'm developing firmware for a custom board based on the nRF54L15 , where the LEDs are connected to GPIOs on port 2 . These pins do not support hardware...
I have installed nRf Connect for Desctop v5.1.0 on my windows 11 system.
I tried to update the Quick Start and install the Power Profiler.
Both gave me a similar error...
Hi,
I'm currently using the nrf52840 SDK board and based on ncs 2.9.0 SDK. I need to make a simple sample customer bootloader that does not use the DFU and MCUBOOT functions...
Hi,
I'm trying to use MBEDTLS with MBEDTLS_USE_PSA_CRYPTO and CONFIG_PSA_CRYPTO_DRIVER_CC3XX activated.
Unfortunately I can't find a way to tell MBEDTLS that nRF9151...
Hi,
I have designed a custom board, and I cannot get coexistence interface to work reliably. I don't get any errors, but I'm not able to connect to my board with BLE. WiFi...
After an update recently with the nRF Connect for VSCode Extension, it's been unable to find where my nRF Connect SDK is located when choosing a build configuration. It used...
Hi, would like to understand what scenarios a clock stability better than +/-40ppm would be needed in a BLE setup.
i.e. channel sounding, and similar. I mean you can get...
1st problem:
There are some failed case when i run \v2.9.1\modules\bsim_hw_models\nrf_hw_models\tests\zephyr_apps\54_aar_ccm_ecb\src\test_ccm.c
2nd problem:
If I...
Hello,
I plan to use uart1 for serial port development based on the binary protocol. I will receive bytes using the interrupt method. But when I send bytes (such as FAFBFC...
I have a custom board with nrf5340 and want to run the radio_test sample on it. I have been able to compile and run the sample using the uart serial terminal, but I'm not...
Hi,
I am currently working with the channel_sounding/connected_cs sample for nrf54l15 and I keep getting the error: Not enough memory to store step data (530 > 512). I tried...
Hello,
our project which started 7 years ago with SDK13.0 has been migrated some time ago to SDK 15.3 and now to SDK17.1. At the beginning we were quite happy with the RTT...
Hi.
For a while I have had some issues with the toolchain when using the nRF connect SDK in visual studio code on windows 10. I believe it was after installing SDK version...
Hello Nordic team,
After many hours I have not been able to get socket dispatching working with Zephyrs MQTT client, and I am not sure how to proceed.
First of all I would...