Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
i use two development boart, one download "channel_sounding_ras_initiator" example, the other download "channel_sounding_ras_reflector" use two board to test distance, the...
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...