I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
Hi,
We are using nRF52832 for BLE application.
In our custom device we have loaded the firmware and it is working in debug mode.
But once we remove the SWD cables...
Hi guys,
I'm working on this project which was basically a migration from STM32 to the nordic NRF52832 in order to enable the BLE beaconing mode.
It has been a challenge...
Hi everybody!
I'm starting to study nrf9160. Work in SEEGER Embedded Studio. And I immediately had a question:
By default, it is created C project, But I want to create...
Dear nRF experts. We use the sample code of radio_test as the production test program. We directly add a UART command. When the user enters this command, it will enter sleep...
Hello,
I'm running an nrf52832 (fanstel module) communicating over UART with another MCU at 460800 baud. The Uarts both have matching configurations. The baud rates are...
The nRF54L15-CAAA reference designs currently show an 8 layer board which includes 2 GND layers that seem redundant and possibly unnecessary? Can someone confirm that the...
Hello,
I have working BLE peripheral_uart example based application using nRF52840 dongle with SDK v2.6.0.
I tried to upgrade SDK to v2.7.0/v2.8.0/v2.9.0.
v2.7.0 seems...
Hello,
I would like to know whether there was a way to get the name of the broadcast emitted with the sample bap_broadcast_source from a nRF5340, but directly from the...
Hi DevZone,
As mentioned in the title, the Welcome page and Application page won't show any selection for my project as following image shown.
My project is based on...
Hi,
I'd like to sample PDM at 48kHz, I'm using nRF52840 DK and nRF5 SDK.
I read a post ( devzone.nordicsemi.com/.../single-pdm-microphone-at-higher-pcm-sampling-rate)...
I'm bringing up ble_app_hrs as an eclipse project using gcc.
I'm running into an error in app_util.h, line 67:
#define STATIC_ASSERT(EXPR) typedef char static_assert_failed...
Hello,
I'm using the following setup:
nRF Connect SDK v2.9.0
B0 , upgradable secure MCUBoot, and application
Statically defined partitions in the partition manager...
I am experiencing issues configuring an SPI-based SD card interface on my nRF5340DK using NCS v2.7.0. The SD card is not initializing correctly, and I am receiving repeated...
I have two nRF52833 development boards: one is connected to the nRF21540 EK as TX (using BLE peripheral_uart), and the other is used as RX (BLE central_uart). My issue is...