Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Hello! Recently while performing a BLE firmware update using the mcuMgr Library, the stages of the firmware update are as follows VALIDATE, RESET, and fail on UPLOAD. When...
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...