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...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
Hi,
I'm referring to this post below
Based on the response above, it looks like IAR + NCS SDK is not supported by Nordic . Is that the official response from Nordic...
On v3.2.3 and v3.3.0-preview3 we are having issues getting CRACEN to build without patching it.
There are a bunch of includes that use the wrong paths, pointing to files...
Hello,
we are seeing a reproducible issue with an external SPI NOR flash on our own custom hardware based on the Nordic nRF52833.
Short summary
The external flash works...
Hi,
I am trying to develop an application with USB DFU support using nRF Connect v3.2.2. I followed the lesson posted under Nordic Dev Academy on USB DFU. The board that...
Because I forgot to jump to the SoftDevice address (0x1000) in the bootloader and instead jumped directly to the application, I am unable to properly use the SoftDevice functionalities...
We have 2 projects. 1 using an nRF52833 and the other using an nRF52840. In both circumstances we can cause a brownout condition. In order to remedy this situation i wanted...
Hello, regarding the NRF54LM20A board we made, during the low-temperature test, we encountered a problem where the log printing gradually slowed down and eventually froze...
NRF Connect extensions running within a flatpak VS Code on Ubuntu 25.10.
First of all, fixed the certificate not found issue that some folks have reported in other questions...
Is there a workflow white paper on how e-sim is used or is there documentation in the example workspace? If it's the latter is it easy to point this out? Thank yo.
Environment
I can see a Usage fault on MPSL Work with invalid PC ; addr2line shows Zephyr frames for some LRs and no symbol for an address in the SoftDevice/MPSL range....
Hi,
we are trying to get the psa attestation on the nrf54l15 to work. We have tried config options for hours but CONFIG_TFM_PARTITION_INITIAL_ATTESTATION always gets 'n...
In the NCS SDK, is it possible to implement periodic broadcasting of a certain number of data packets, for example, quickly broadcasting 3 data packets, then waiting for 10...
Hi everyone, I have a central firmware application connected to 2 peripheral devices: A and B.
I use the method bt_gatt_write_without_response_cb (from zephyr>subsys>bluetooth...