Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
I’m currently working on a setup with two Initiators and one Reflector using the Channel Sounding sample. My goal is to get distance measurements either simultaneously or...
Hello Nordic Team,
We are working on a cellular IoT application using the nRF9151 and nRF Connect SDK v2.9.0 . Our goal is to connect to AWS IoT Core using MQTT over TLS...
Hardware: nRF9151DK OS: Windows 11 Toolchain: nRF Connect SDK v3.1.99 (Toolchain v3.1.1) Debugger: Onboard J-Link (Interface MCU)
Description of the Issue: I am facing a...
Hi all,
I’m developing firmware using USB CDC with UART async API to transmit data at about 102 kB/s . However, during uart_tx() calls, I often get a -16 error (EBUSY)....
I am using the nRF54L15 with SDK 3.0.0 and developing using npm2100_fuel_gauge for the nPM2100.
I see the battery model for the CR series only includes CR2032, but I...
Hi there.
I am currently working on WIFI provisioning using BLE using nRF7002 and nRF5340.
The CPU structure of my custom board is based on the nRF7002DK. So I am testing...
Hello,
My first attempt with channel sounding.
Hardware Setup:
- Initiator: nRF54L15 DK running `channel_sounding_ras_initiator` sample (no issues found so far) - Reflector...
nRF9160, mfw 1.3.7, NCS 2.9.2
Case:
The modem first connects to LTE-M (Germany, band 3), pretty well.
Then the modem is moved into a building basement (band 8 or 20...
Hi Team,
We are using nRF54L15.
1. Is there any api to read BLE MAC address?. If yes, can please provide it?
2. What are the configurations need to make 'yes' in ...
Whenever I open my workspace or build in VS Code, the Output tab of the bottom pane opens to nRF Connect output where it repeats this many times:
How can I debug this...
Hello.
We're planning on using a MIPI Antenna Tuner in our upcoming design and I'm referencing the documentation here for the PHASE ON (1) portion
https://docs.nordicsemi...
According to the nRF9151_PS_v1.1 specification, when using PSM, the current consumption should be below 5 µA ("LTE power saving mode (PSM) floor current – 2.7 µA").
However...
I am working with the Radio Test sample, but the project does not include any .overlay file by default. I created my own .overlay file and placed it inside the boards/ directory...
Is the schematics developed by our engineer for the antenna okay?
1. Is the L6 and 0 ohm resistors are for tuning?
2. Can I remove the 0 ohm resistor and use the same...
Modem Firmware: mfw_nrf91x1_2.0.3
SDK Version: 3.1.1
nrf9151
Using the aws_iot sample as a reference, I'm trying to get my device to connect to an IoT instance that...