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...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
I built and ran the Matter Light Bulb example for Thread and was able to commission it into Home Assistant with no issues. However, when I tired the Matter Temperature Sensor...
Hi
Setup: nPM1300, nRF54L15-based board, SDK 2.9.2
I am trying to figure out how to use the nPM1300.
So far, I have not succeeded. Quite frequently, after power...
Hi,
I downloaded the NCS v3.2.0, but always got the error below when u npacking the toolchain , the same error when downloading via Vscode. and there is no problem for v3...
Hello all, I am using the nRF52840 together with the nRF7000. To save GPIOs, I would like to use the BUCKEN pin (which is directly connected to the nRF7000) also as the enable...
I tried to compile the project according to the link( https://github.com/nordicsemi-neuton/nrf-edgeai-thingy53-ble-remotecontrol ), but the compilation failed.
The compilation...
Hello Nordic Community,
I am working with the nRF5340 SoC as the master and trying to configure a PDM microphone . I have two related queries regarding PDM/DMIC operation...
I use the nRF5 SDK for BLE peripheral development based on a keyboard example. After the peripheral connects and bonds with a central device, I can detect button presses....
Good afternoon,
I am trying to set up FOTA update over NB-IoT, my device is offline most of the time and connects only a few times a day.
1. What are the gudielines...
Hi I have a urgent production problem about the Nrf5340 chip.
In all my pre production, I use nrf5340DK to program my designed board using the jlink through jtag 10pin cable...
Hi,
I want to confirm that on the nrf9160, for pin assignments, any pin can be assigned to any peripheral (instantiation)?
So it doesn't matter what of the available...
If you have tested the nRF9151's GPS with the CMW100 or IQ station. We need to know: 1. What test waveform file is required? 2. Should we use the ARB file or the CW waveform...
I'm trying to experiment with Bluetooth Channel Sounding using the nRF Toolbox App with an nRF54L15-DK. The app is running on a Google Pixel 10 running Android 16 QPR3 Beta...
From: https://github.com/zephyrproject-rtos/zephyr/issues/103807 Describe the bug
Hello,
I have configured a project based on the nRF5340 DK board and added a debounce...
Hi, So, I want to do BLE DFU from one nRF52 MCU to another nRF52 MCU. The start point for me was this:
put SMP server sample on one nrf52dk (this device is advertising...
Hi
I am using the ESB sample and want to use the RADIO_MODE_MODE_Nrf_250Kbit PHY, but I will get not support after requiring:
Can we still use 250 PHY in nRF54L15 ESB...