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/.../'...
Hi,
I am using multiperipheral configuration. I want a characteristic to be read by only a specific peer among connected peers. How do i recognize and authorize this specific...
Hello is a starter developer
I used the nrf51822 chip on the pcb board and downloaded the example code but it did not work.
When I checked the 16mhz external crystal on...
Hi all!
I´m trying to use FDS to read and write to my nRF51 using the example from Infocenter.
The write seems to be OK and returns 0x00.
But fds_record_find() returns...
Hi everyone.
I want to add RFX2411N to extend BLE signal coverage. I also need to minimize power consumption. I used VDD_PA to control TXEN and 2 gpios control both TXEN...
Hi,
I am testing the USB CDC ACM Secure DFU Bootloader example via NRF52840.
softdeivce uses 5.0.0-2 alpha and uses SDK version 14.1.
I have a problem.
I ran Erase...
Hi,
I need to activate one pin just before the sample is taken on a saadc channel. I have settings as in saadc example.
How can I do this? Is there any event that I...
Is it possible to send more than 255 bytes on SPI when nrf52832 is used as slave. A few solutions use SPI Master with easyDMA and ArrayList to do this. Will the same solution...
Hello,
I have a question is it possible to break the nrf52832 if I try to load the application when the UART of the module is active(TX and RX pins are 1).
The softdevice...
Context :
I am using a nrf52832 to communicate via UART to a STM32 on a custom board. I've based my work on the Ble nus service example.
Main change from the DK is that...
I am playing with example app from this tutorial devzone.nordicsemi.com/.../
I can see the app only when I start debugging. If I just power up my custom board, it doesn...
nRF52, S132, SDK13.
I need flash two .hex files. One- firmware, second- data. It flashed on a factory. data- veans serial number and other personal chips info. Now I can...
We want to flash ble_peripheral over nrf52. How can we proceed?
we use the code from following link when we try compile this code in segger studio we get following errors...
I am using keil 5, softdevice 132, sdk NRF_SD_BLE_API_VERSION=5, nRF52832.
I am trying to work with firmware update over ble.
In the example folder, there is an example...
Hello Sir / Madam,
I want to load the BLE 5.0 (BLE Mesh) stack in nRF52832 chip.
Where I can find the latest Bluetooth 5.0 (BLE Mesh) stack on internet? Can you suggest...
Hi. My application uses an in-RAM log which I then read back to a terminal on the host using nrfjprog like this:
$/Users/eliot/dev/nRF5x_tools/nrfjprog/nrfjprog -c 1000...