Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
From reading the reference manual, product specification as well as searching the developer zone: here and here . Is it correct that the AVDD pin supply's ONLY the radio....
I have a strange problem with the secure bootloader.
After a succsessful DFU update of firmware, the firmware starts, but resets after a short while (about a second). ...
Hi,
While I'm Flashing LED Blinking Example in nRF51822 Ek using Keil uVision 5 along with SDK v12.2.0 , Program is uploaded but LED is Continuously glowing without blinking...
Hi
I have been trying to make a dual bank serial dfu bootloader with security features for nrf51822 (board 10028), but seems the UART/HCI dfu support is missing in SDK...
Hi,
I am having some trouble getting my design into low power.
I have a BLE central application using an nRF51822. I am using the power on sleep mode by calling sd_app_evt_wait...
Hi Nordic,
I have an application that perfectly runs in the nrf51DK but that does not work in my custom board. In my custom board everything else works (i2c, leds lighting...
I have a nRF51822 development dongle. I followed by the instruction and installed the USB friver, nRFGo Studio and Wireshark. All these software are installed a Win7(64bit...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
What is the best way to go about implementing secure reads/writes to the NRF52 NFC tag? I noticed there didn't seem to be any built in security functionality in those areas...
I am attempting to use nrf_drv_adc.h in a project where I am splitting up my methods across many C files and, to my surprise, nrf_drv_adc.h does not have any include guards...
Hello,
I received the above error using NRF5 SDK 12.2. I have modified "nrf_drv_config.h" so that it reads #define TWI0_ENABLED 1 . Also, I put #include "nrf_drv_config...
Using nrf52 DK , SDK 12.2 , and armgcc.
I want to use BLE_UART but I also want to bond.
I started with the BLE_UART example code and added peer manager and FDS.
I...
I've been trying to track down a bug where a couple of my Central test devices, a Nexus 5 and 7 (Android 6.1), won't send a connection request to a peripheral they're bonded...