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...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
When using the official Au Term.exe tool to perform SMP firmware updates on the nRF54L15 (NCS v3.1.0), if the tool is closed during an ongoing transfer and then reopened,...
Hello,
I previously completed a project using the nRF24LE1 chip and the nRF24LE1_24_SDK library. It was a simple 2.4 GHz two-way communication system using the basic predefined...
Hello
I am currently working with the nRF9151-DK hardware to perform tests related to PSM functionality on an NB-IoT network.
The main issue is that, although the device...
HI,
We are using the IM69D120 PDM mic for our audio application. I am able to interface the MIC and record audio with the NRF5340.
I have read the PDM data and stored...
Dear Nordic Team, Could you please help me to find the exact product which I can use to connect my two wire 0.37Wh 100mAh 3.7V 351525 Li-Po battery to the nPM1300-EK for battery...
I'm trying to combine two projects, C:\ncs\v3.1.1\zephyr\samples\subsys\nvs and BleFundamentalsL5E2 (Implement bonding and a Filter Accept List). They work fine independently...
We're developing an application using the NRF54L15. SWD will be connected to an external device that can update the firmware on the MCU if there are any issues, but we don...
I would like to evaluate the use of NB-IoT in the UK which Wireless Logic SIM included with nrf9151DK provides. Using the following sequence of AT commands I can send data...
Hello. Please excuse these potentially silly questions, but I've been given the task of monitoring battery charge while also achieving maximum energy savings.
A wearable...
I just got a NRF9151 dev kit and I want to build the image as non-secure, using: nrf9151dk/nrf9151/ns. The build is failing with error: C:/ncs/v3.1.0/nrf/modules/trusted-firmware...
Hi,I made a 52840 board ,it's p0.18 hanging, without connecting a 10k pull-up resistor and a 100nf capacitor to ground. I connected 3v3, GND, SWDIO, and SWDCLK from the 52DK...
NRF54L15 NCS 3.02
I have to change my BLE advertising from Legacy to Extended. Looking at the Zephyr example "advertiser" which compiles & runs fine, but I notice that behaviour...
Hi,
I am currently trying to connect a nrf52811 as an companion to an ESP32 user UART.
I am using the interrupt driven UART implementation as kind of the last resort....
How can I set a custom interval for *extended* advertising?
I'm currently calling bt_le_ext_adv_start ( struct bt_le_ext_adv * adv , const struct bt_le_ext_adv_start_param...