Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
I have an application where I need multiple AWS_IOT_SEC_TAG to connect to different AWS IoT servers, including the nRF Cloud server. How can I do that with the CONFIG_AWS_IOT_SEC_TAG...
Hi all
Im trying to implement on bluetooth communication between two nrf52840 DK, I have made a custom uuid service on peripherial. Now I have to do GATT discovery service...
Hello! We are developing a schematic for our device and trying to correctly assign GPIOs for different peripherals. There is the Cross power-domain use section in the documentation...
Hello!
I'm currently working with the nRF7002 Wi-Fi chip on a custom board. The MCU used is STM32H573ZIT6, and the software is Zephyr 4.0, specifically using the Wi-Fi shell...
Hello at all, I try to compile the example peripheral_uart for the nrf54L15-DK. The goal is to compile without west. My directory structure:
where I copied everything from...
Hello,
I am developing on the NRF54L15 DK board, using the SDK v3.1.0 and v3.1.0 toolchain. I am trying to use the macro NRF_RADIO_INT_RSSIEND_MASK, but RADIO_INTENSET_RSSIEND_Msk...
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission...
I am experiencing system resets caused by the WDT (Watchdog Timer) while using the nrf52832。
This is my WDT configuration code:
void system_wdt_init(void) { uint32_t err_code...
my sdkconfig.h related to fds
my entire code error: my entire sdkconfig
i have tried changing no of pages , using nvmc driver, but i am getting the same error steps...
HI,
I am using the nRF54L15 with SDK v3.0.0. I am currently using Timer20 for a counting function. My original power consumption was 4.6 μA when Timer20 was not enabled...
Dear Nordic DevZone,
I have a question which is quite noobish but I want to make sure I am using the right tools for the job. My setup looks like this I have a raspberry...
After gradually increasing up to ncs 3.1.0, the following issue occured: After:
LOG_INF ( "Initializing modem library" );
err = nrf_modem_lib_init ();
if ( err ) ...
Hi,
I’m working on the T5838 Invensense PDM driver for the nRF54L15 .
I’m referencing this driver: IRNAS T5838 Driver , and have updated it to work for SDK 3.0.2 (including...
Hi [Nordic Support Team / Developer Team],
I would like to confirm why the nRF54L15DK is not listed among the supported development kits for the Bluetooth: Peripheral ANCS...
I tried two different applications in BT fundamentals, the solution to Lesson 3, Exercise 1 and the solution to Lesson 4, Exercise 1. Both show "Advertising successfully started...