In Zephyr 4.3.0, default swap mode was changed to use OFFSET instead of MOVE. As this is recommended by Zephyr as more efficient method, I wanted to switch to it but ran into...
Hi:
Is there a complete manual (Datasheet ) for the nRF54L15 or nRF54L series? I got the PDF for nRF54L15, nRF54L10, and nRF54L05 Wireless SoCs PRELIMINARY DATASHEET v0...
Hi,
I’m reviewing the release notes of the Zigbee R23 add‑on , and I see that the compatibility table maps each add‑on version to a specific NCS (nRF Connect SDK) version...
I am testing an Auracast setup with a Samsung Galaxy A54 5G and Galaxy Buds2 Pro , where my goal is to broadcast two streams with different languages and select either one...
Hi Nordic Team,
I am evaluating the security architecture of an nRF54L15 -based product and reviewing the latest errata for Revision 2.
While reviewing the errata, I found...
Dear nordic support team,
Hi! Wish you have a good day.
I am currently using the nRF54LM20 DK, which has the nRF54LM20B MCU. I would like to use the EXP pins to connect...
Hi
In nordic connect sdk (2.6.0) a notfication on a peripheral device is send by bt_gatt_notify_cb. The second parameter of this function (bt_gatt_notify_params) is a struct...
Hi,
I am trying to use fds file system to save some data in flash,
when using the example code of sdk 14.0.1, it is not normally operated,
NRF_ERROR_INVALID_PARAM error...
Hello
I am using nRF51822 Nordic controller, SDK 9 and S130 Soft-Device.
I have used to generate a 1 KHz PWM signal successfully using timer 1.
And generating a 4 MHz...
Hi,
I have designed one custom board using nrf52810 and GPS module. where i can get the gps data via UART to my nrf52810 chip and then from nrf52810 sending same data to...
Hello Sir,
we have designed custom PCB using nRF52832, I am little confused for is it OK. I have attached top and bottom layer layout of my PCB please sir review it and...
Hi guys,
I'm struggling over some basic concepts related to the Mesh SDK, specifically with the Bearer layer and why the Mesh SDK uses the Timeslot API. I'll try to explain...
Hi all,
I'm trying to writing a device information service client on top of ble_app_multilink_central example on nRF52830 using SDK14.1.0 and softdevice 5.0 and have a...
Hello World,
I checked the Developers Zone, but I have not found the direct example of my problem.
I use the RuuviTag board with NRF52832_XXAA.
I use it as a development...
Hello,
I have question about signal names in datasheet nRF52840.
On the pins B19 and T2 on page 14 both pins have the same initial signal names (P0.11).
Please send me...
Hello,
I would like to add the ST7735 driver from the nRF5_SDK to the Mesh SDK along with the necessary components (SPI,..). I copied the entire components directory to...
How is the health model supposed to work?
I'm currently doing some tests with the light switch example and I don't really understand the different roles of the nodes in the...
Hello,
I have some trouble to write/read data in flash region,
I am using FICR region to save data,
if trying the command : nrfjprog --memrd 0x10000010 --n 0x10
I...
Hello All
I am using an SOC which has nrf51822. I am trying the blinky example with the softdevice. When I debug the code, the code first enters the SystemInit function...
Hello Nordic devzone,
I'm using Mesh SDK and nrf52PDK, and i'm using light_switch example.
could you please let me know that if it is possible to broadcast a message from...
Hi Experts:
I met one complier error as blow. Would you get me some idea? High appreciate!
--------------------------------------------------------
Ubuntu 16 (64 bit...
Hi
I am porting another nRF52840 SPI OLED driver based on nRF5_SDK_14.2.0_17b948a\examples\peripheral\spi_master_using_nrf_spi_mngr
At first, it works fine without button...