here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
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...
the code below successfully complies and returns 3 services with 1 characteristic each, I have copied the uuid for the primary services and characteristic and that doesn't...
Our board is based on nRF52833, using SDK 2.1.2, Zephyr 3.1.99 Project is configured to enter low power mode for both CPU and peripherals CONFIG_PM=y CONFIG_PM_DEVICE=y Our...
Hi,
After downloading any of the projects from nordic github, how does one compile the project successfully? Where should i extract the files to and what paths should i...
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...