I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hello Nordic Community,
I am working on a project using nRf5340DK and need to generate an 8MHz clock signal through a GPIO pin.
Could anyone provide guidance or share...
Hello everyone! :)
I'm having trouble detecting the sht85 sensor using the nrf9151dk. The wiring is good, since I tried connecting the sensor to the Arduino Uno and it works...
Dear Team,
I have a question regarding the Broadcast Isochronous Stream (BIS) / controller timing adjustments.
I am using the nRF52840 DK and NCS 2.9.
I have two devices...
Hello,
I try to understand how the NCS handle the 54L15 partition. When I turned on the mcuboot, I got this report and it is easy to understand:
However, when I use...
Is there any way to test the Direction Finding Central sample code without an antenna array? I currently have two development kits in which I would like to use to test the...
Several of the central examples in nrf SDK v2.9.0
using build target; nrf54l15dk/nrf54l15/cpuapp
produce this linker error:
undefined reference to `bt_conn_le_create...
I'm using an nRF7002DK, SDK v2.7.0, and I've set it up as a BLE mesh node following the Zephyr bluetooth mesh sample . It's running fine, and I'm able to provision it using...
Hello,
I’m working on a project using Zephyr with a nrf52832 and I would like to know if it is possible to scan on a specific bluetooth channel (for example 38). I saw that...
I have develop a FOTA code in SDK2.5.0 base on \nrf\samples\cellular\nrf_cloud_rest_fota example, everything work.
and recently I try to update to SDK2.9.0, and first testing...
I am developing an application based on nRF desktop, SDK 2.9.0. In normal build it works as expected. In release build, which includes MCUMgr/MCUBoot and no logging or asserts...
Hi all,
The following is the default partition.
Due to nRF54L15 – 1524 KB non-volatile memory (RRAM), I wanted to expand the settings storage partition without changing...
Hello,
I am currently using two hardware:
1. nRF7002DK PCA10143
2. Fanstel WT02C40C that has the nRF5340 and nRF7002 pair. Here is the latest manual of this module ...
Hi
SDK: nRF Connect v2.6.1 uP: nRF52832
In my project I try to compbine NFC and FOTA (DFU over BLE). First I did setup a NFC project from the example "writable_ndef_msg...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
Hi,
I'm trying to implement a PRE_KERNEL1 timer (with top priority 0 ) to toggle an LED.
I’m able to control the LED using registers, and now I want to add a timer layer...