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...
NCS 3.4.0 - Thingy91X
If I configure the sysbuild with sysbuild.conf
SB_CONFIG_BOOTLOADER_MCUBOOT=y SB_CONFIG_SECURE_BOOT_APPCORE=n
it builds, but on "west flash" I...
Hello, im trying to create OTA system for nrf54l15 and currently running into issue with the key provisioning
Device: nRF54L15 based custom board ( nrf54l15/nrf54l15...
Im using an nrf7002-dk. Whenever build like this:
"west build --pristine -b nrf7002dk/nrf5340/cpuapp/ns"
theres no serial monitor output.
Ive tried both VCOM0 and...
Hi,
I am new to Nordic environment.
I have a project build on nrf5340_cpuapp_ns. I want to enable logs on both non-secure and secure image.
Currently I am only seeing...
We are using the nRF9160 with firmware 1.3.6 to establish a DTLS connection to a server, using the Zephyr TLS stack.
The following problem occurs quite frequently: After...
I am working with the NRF52832 DK with a Tag-Connect 3 prong cable attached to the debug port.
I have found a bug that has so far been 100% reproducible. It already happened...
Hi team,
I recently purchased some nRF54LM20A units and I am currently working on interfacing them with a W5500 Ethernet module over SPI. However, I am facing difficulties...
Description ===========
I am trying to use the native HTTP/HTTPS AT commands of the nRF93M1 to download a firmware image for an external host MCU.
Hardware and software...
Your application for SUPL-C license has been denied.
Please make sure you have an active/approved DevZone account
You must apply using the same email address as for...
Hello, I am trying to configure the NRF9151-DK, but when opening Quickstart app it cannot verify the board. Here's the log. I've been working with exact same boards, also...
Have tried several times to install the SDK into VS code without success. This is one of the errors I am getting:
Failed to register SDK installation: west failed with...
Hello
We are developing a new product using the nRF54LM20 as a main MCU and nRF9151 as the modem. We are looking into using the IP-stack in the main MCU, so running the...
Hello,
I ma gathering some data from nRFCloud API, and I noticed a small issue with the pageNextToken. I noticed this on https://api-docs.nrfcloud.com/#tag/FOTA-Job-Executions...
Hi
In my project I have set CONFIG_BT_AUTO_PHY_UPDATE=n in prj.conf. I am using NRF connect sdk 3.4.0
I have configured both central and peripheral to s8 advertising and...