Hello, I am developing a low-power nRF52840 product using the ncs Zephyr environment. Currently, I have suspended peripherals such as UART and I2C, allowing the system to...
Hi everyone,
I am currently facing an issue with the nRF54LM20A where the access port protection is not taking effect after programming SECUREAPPROTECT and APPROTECT into...
Hello,
After working with the path loss monitoring sample in NCS, I was wondering if there is a sample that accomplishes something similar to the following:
Central...
I'm curious about the approach taken in the nRF Connect SDK's location library for cell neighbor scans ( https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/scan_cellular...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
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...