Bros, I had updated ncs sdk from v3.1.1 to v3.3.1 today, and when I rebuild an nrf5340 project found that NETAPP ram overflowed, and the error could be represented by build...
Hello.
I need some advice - I'm a beginner. I tested the transition to sleep mode via __WFI for the nrf52840 Dongle (VS code, SDK v3.3.0). I need some advice - I'm a beginner...
Hi,
I want to set my BLE advertising as public adress Dynamic, and can't work. I have try reboot,, and call "bt_ctlr_set_public_addr" before "bt_enable", It is working first...
Hi,
i am working on a project using the nRF54L15.
Hardware: custom board with nRF54L15
Software:
Wirepas SDK (1.6.2)
nrfx drivers (version 3.9.0) with some customization...
Dear Nordic Support Teams,
Could you please verify that the nRF54LM20A-CAAA(CSP-61) PCB library has been drawn correctly?
The file was created using PADS Layout VX2...
Hi Nordic team,
I am working with the nRF54H20 and would like to programmatically read the reset reason after startup.
The product specification lists the following reset...
I want to achieve as close as possible to real-time tracking with the nRF9151. Because of the shared RF path this is somewhat tricky, LTE and GNSS can't run simultaneously...
Long story short, I need to create a packed struct.
I knew the pragma way, to change aligment, didn't work.
I looked up and found the __packed (I'm using Keil µVision...
Hi,
I am planning two have the following network:
1 central communicating with 3 peripherals
One of the peripherals will be a smart device (iOS or Android). What...
Using SDK 12.2, I have compiled the secure bootloader successfully, tweaking the sdk_config and Makefile to use RTT for logging and turning on logging, and using the "_debug...
Configuration: Nordic PPK, PCA10040, PC10028 & PCA63511. Current consumption is relatively high on nRF52 vs nRF51; nRF51 is configured with SDK 10.0 and nRF52 with SDK 12...
Hi,
I have got my nRF52 DK. I could flash softdevice using nrfjprog.
But after reading s132 specification, i have following doubts.
How to flash application from the...
Hi all --
I have an application where I have a LDO generating 2.6V from a single lithium-ion cell. It has an EN input that I want to expose to the nRF52 with a little RC...
Hi,
I'm searching for the nRF52 Ref Manual. I've located the Product specification for the nRF52832, but can't seem to find anything for the Reference Manual.
I found...
To maintain compatibility with our current systems we would like to be force characteristics to be at certain handles, rather than having the soft device assign them sequentially...
I am upgrading from v12.0 to 12.2. I am using Linux, Eclipse, GNU ARM and Eclipse managed make.
I get compiler error ...nrfsdk12.2/components/drivers_nrf/hal/nrf_gpio.h...
Device: PTR5528
Board: custom.
I have just given coin battery directly to VDD. At P0.00, P0.02 i have two leds. On p0.03 and 05 i am having one interrupt and other is...
Hello everyone.
I am currently working on a device with some peripherals.
I have SPI slaves and other sensors that I am monitoring using GPIOTE driver.
I noticed a...
I am attempting to implement buttonless DFU with my application.
Using SDK v12.2.0 on a Rigado BMD-300 module (nRF52832)
Starting one step at a time, using nRFgo Studio...
I am running RTC in nrf51, after coming out of sleep mode RTC is getting reset.I want this RTC to keep running so that we can use it as wake up signal.
I am attempting to enable a second custom service with a vendor specific UUID with three characteristics (in addition to an existing custom service and the battery service...