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...
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...
Dear Nordic Support Team,
I’m encountering an issue during debugging where the code consistently hangs at line 360 in nrf_sdm.h , specifically at the following call:
...
Hi,
We are working with nRF52832. Over requirement is we need to transfer the file over BLE. We are using UART service (nus) to transfer file over BLE we getting maximum...
Hello,
I am working with a thingy9160 to connect to an MQTT broker using TLS.
I have run into an issue where the MQTT connection is disconnected with error code #XMQTTEVT...
Hi,
I have a nrf52833 with MCUBoot and BLE, I am using NCS v3.0.1.
I need also a custom NVS partition to store user data, so i create a data_partition for this purpose...
Hello,
I'm trying to build a Zephyr module that manages some features for a specific board (an SDK for that board). In it, I would like to enable the IPC devices in the...
I am testing data transfer from a microcontroller to a host PC using USB CDC ACM on the nRF5340. Right after powering on the microcontroller, only the first packet takes longer...
hi support team,
do we have any samples on how to show radio statues to gpio? when radio is on, gpio is set to high, and radio is off, gpio is set to low.
waht i can think...
Hi everyone,
I'm in the middle of a project and am starting to run out of available GPIOs.
To save a pin, I was wondering if it's possible to use a single GPIO (for example...
As a detour to getting DFU working for my existing project, based on nRF54L15, it was suggested in a previous ticket that the issue might be with my custom board folder, and...
Hello,
I would like to ask if it is possible to print the status of individual parts of memory on nRF7002-DK while the program is running? So far, I have managed to print...
I am using ncs to develop for NRF54L15. It runs fine on the development kit DK, but it doesn't work properly on my own hardware board. My program always fails to simulate...
Good morning,
I have tried to do the exercise 6 from the nrf-connect-sdk-intermediate course, my nRF9160 devKit can connect to nRF Cloud and download the new firmware. When...
Hello, We are currently evaluating the use of nRF9131 ICs for a mobile DECT NR+ usecase, in which we want to use the position in space of the different participants. Given...
We want to encode audio to LC3 format before we pass it to nrf5340 over USB. Because we know the processing power of nrf5340 is limited. Do you have any support for this?...