HI,
As stated in the topic I have found several misalignments/issues in the following setup:
NRF Connect Desktop (v5.3.2) NRF Connect Desktop DTM (v3.1.4) NRF CONNECT...
Hello,
I am trying to integrate a ProtoCentral MAX30001 ECG/BioZ breakout board with an nRF52840 DK using the nRF Connect SDK and the ProtoCentral Zephyr driver:
https...
Hi,
I started the tutorial at DevAcademy and I tried to follow the Exercice 2 - Build And Flash your first nRF Connect SDK Application ( https://academy.nordicsemi.com/courses...
Hi,
I am designing a custom nRF54L15 board using NCS v3.3.1 and would like to use a GigaDevice GD5F1GQ5REYIGR SPI NAND device through the nRF54L15 sQSPI/MSPI interface....
Summary
On a small fleet of identical nRF52832 units running the same firmware (NCS 2.5.1, SoftDevice Controller, BLE peripheral, LFCLK = RC with calibration), individual...
Build a custom BLE service and enable the write attribute
Configure the characteristic "attr_char_value.max_len = MAX_LEN";
max_len should be larger than your device name
In the BLE event…
BLE and ANT development kit
Nordic Semiconductor offers the nRF51 series for BLE and/or ANT wireless connectivity. The nRF51 (nRF51422 or nRF51822) is a System on Chip, which means it has internal microcontroller…
I am investigating Master Emulator API and found something interesting that can help you program your device through BLE DFU in Keil. This method calls the python script used in MCP. If you can use MCP…
#Nordic Semiconductor nRF51822 Firmware for Background Data Recording
Updating on https://github.com/scytulip/nrf51-back-rec
Design Objective
This firmware is designed for low-cost long-time low-power…
Nordic nRF51822 ARM Cortex-M0 Development using emIDE
To avoid the hefty charges with commercial compilers I tried emIDE with some success; here are the settings I used for the EV Kit
Official emIDE…
I connected the programming header as described in "nRF6930_Beacon_Ref_Design_UG_v1.0.pdf" 5.5.4 Programming interface. I was trying to program Beacon Kit but failed many times then I compared it with…