When using the shell_module project of SDK v3.0.1, I changed uart20 to pins p2.0 and p2.2, and the serial port printed garbled text.
Below is my overlay file:
Strangely...
Beginner here .. steep learning curve for Nordic ... trying a project with I2S. Took half and hour with an ESP32, but many many hours later, no joy with Nordic.
Working...
Hello. I use the function zb_zcl_finish_and_send_packet to send data from ZC to ZED and it works but one problem is that we're using a rather slow poll (20 seconds) to enhance...
Dear Nordic DevZone,
I'm encountering pairing issues with mobile devices and a nRF54 DevKit flashed with HCI over UART firmware. After initial pairing, deleting the bonding...
Hello Team,
I am currently working with the nRF52832 and using the nRF Connect SDK ( NCS) with toolchain version 2.9.1. I would like to interface the nRF21540 RF Front-...
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...
I have an application that is using FDS to save settings to flash. The application works great as a standalone application, but when I try to use a custom bootloader (same...
Hello!
I am looking for the best solution in terms of power consumption to transmit data with the nRF8001 and have a few questions:
1) I read in another discussion that...
Hi,
I am writing a DFU Application on NRF52 and Android (based on NRF Toolbox). I would like to give user an ability to abort upgrade, however when i send abort from android...
Hi Nordic,
I am currently looking at using the link context manager introduced in SDK15.0 . I can see it could be useful for my application where each connection needs a...
I use the sdk14.2 nrf52832 as the primary end, the two iphone phones as slaves, to establish a connection in most cases because of the 0x3e error to connect several times...
HI WE HAVE DEVELOP AN BEACON USING NRF52540 IN THAT WE WANT RETAIN UUID, MAJOR ,MINOR AND NAME WHILE POWER OFF
for this you suggested flash data storage and flash write...
Hello to all,
I am using nRF52832 sdk15.0 version with SES IDE. I want to find adverting with short for e.g.--->
we have BLE app_uart peripherals and one multilink central...
Dear Nordic engineer,
Here is a question when we use the chip's automatic response function, the MCU PRX can download the packet, but PTX can not receive the ACK signal...
Hi.
I'm busy to add the nrf8001 BLE module to my PIC32MM product for negative pressure monitoring in a small area. Is there is list of minimum settings that is available...
Hello,
I'm having issues with the advertising module in SDK 15.0. I basically want the device to fast advertise for 3 minutes and then switch to slow advertising forever...
When I configured POWER_CONFIG_DEFAULT_DCDCEN =1, I found almost no change compared to the case of dcdc, but when I added APP_ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE...
Quite a generic FreeRTOS question probably here but... on an interrupt, what's the stack the ISR uses? Is it the one from the stack that got interrupted? If so, I guess that...
HI!
I'm using two nRF52840 boards to communicate using ESB. The ESB API doesn't have a pairing protocol so I figured I'd write one without encryption or any bells and...