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.
NRF connect For Desktop Programmer program Fail.
So I used command Tool (nrfjprog). command Tool worked.
Enviroment:
- nRF Connect For Destop v5.1.0
- Programmer...
We're attempting to provision one of our nRF9160-based IoT devices to our AWS VPC.
We're following this procedure:
Provisioning our eDude on AWS
Step 1: Provision the...
I'm trying to get FOTA updates working on the NRF54L15 DK. I noticed there isn't a dedicated guide available for these yet so have been using this page: https://docs.nordicsemi...
I’m encountering a build issue with Zephyr (version 3.7.99) on my custom board based on the nRF52840 SoC. The build process fails during the linking stage with an undefined...
Hi ,
We are using MCU nRF52832-QFAA-R (Flash 512KB & RAM 64KB) with softdevice s132 - 6.0.0.
I am not sure what is extracly Soc Revision of the MCU ? But I read some information...
I have a custom SMP handler that uses an SPI transport. If I use the pin reset to reset the module after programming sometimes the module hangs when calling that handler....
Hi We would like to use the nRF5340 with a custom network core image that runs the full Bluetooth stack and I have gotten it to work with sysbuild. However, we would like...
Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hello,
I'm trying to reduce the range of transmission of the nRF5340 SoC for an Auracast Broadcast. I would like it to be detectable only from a distance of 1 or 2 meters...
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...