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/.../'...
For some reason it seems that the TWI master does not generate a NACK. As a consequence, the TWI slave keeps sending data. I have managed to create a very simple function...
Hi
I have a really strange issue with an NRF52840. I'm using it with an MPU-9250 connected via TWI. I've modifed the excellent library:
https://github.com/Martinsbl/nrf5...
I want to use RTC handler , so I used NRF_DRV_RTC_INSTANCE.
I use SDK 16.0.
" 'NRFX_RTC"_INST_IDX' undeclared here (not in a function) ; did you mean 'NRFX_RTC_INT_TICK...
I've been reading into the "nRF5 SDK for Thread and Zigbee v4.0.0", and I wondered about the limitations , in specific
is that a hardcoded limitation, or does it require...
Hi I programmed the nRF mesh experimental dimming example on the nRF52832 chip. I noticed that, when using Bluetooth Mesh provisioning apps (I've tried several to verify this...
I am trying to setup a PPI channel to trigger the SAADC in simple mode. However, it appears as though the SAADC module is disabled after every read. I.e. if I write:
...
I am unable to flash the DK board facing issue " Failed to Connect to Target. No idcode detected. Please check connections and Target interface Type."
DK Board Details:...
I am using LSM9DS1 IMU, nRF52840 with SDK v16.0.0. I configured the IMU to raise an interrupt when the FIFO buffer be full by writing to register INT2_CTRL the value '0b00011000...
I can't see it!
https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop
The 'Downloads' section contains only the "host" native app - doesn...
I am trying to interface the BMM150 magnetometer with the nRF58240 MICRCONTROLLER, Iam able to establish the I2C connection and get the return value from the reg 0x40 and...
The stock LPN client for Mesh SDK v4.0.0 throws NRF_MESH_EVT_SAR_FAILED when replying to a publication set message via a friend node.
All code, reproduction data and log...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) I want to write Serial number into...
Good morning....
I have an application that needs a remote control to communicate to six end nodes that are about 200' away in warehouses. It is a one-way communication...
Hi
the latest Errata sheet of the nRF52840 lists number [228] RADIO: No interrupt is generated for SYNC event.
Checking it, I was a little bit surprised finding actually...