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...
Hello,
I am using nRF5340 with nrf v2.7.99-cs2.
We have interfaced External flash MX25R over nRF5340's QSPI channel. We are using XiP as well and some part of code lies...
I'm developing a Bluetooth mesh lighting controller on a custom board using nRF Connect SDK v2.6.1. I'm trying to add a Sensor Server model to report energy usage, but I'm...
Environment : nRF52833, NCS v3.1.1
Hi. I evaluate PAwR project in my Solution.
PAwR is Fine. But get/set Tx Power is issue.
before add PAwR, My solution used common...
Hello,
I am developing a custom IoT device based on the nRF9151 SiP with a Qorvo QM13345 SP4T antenna switch controlled via RFFE 2.1 interface. All RFFE AT commands fail...
Hi,
I am working on nrf52832 and using SDK 16.
I try to debug the ble_app_buttonless_dfu example, which give error on line 853 in main.c. err_code = ble_dfu_buttonless_async_svci_init...
We are in the process of developing a product using the Thingy91:X as reference.
We need to modify the hello-nrfcloud firmware to suit our application.
Could you suggest...
I am currently working with the Matter sample project and have encountered a question regarding the diagnostic log function. I would like to inquire about how to enable the...
I'm using nrf52840, v3.0.2, scanning BIG/BIS and printing out the BASE.
I first scan the extended broadcast with the label broadcast_id, and then establish synchronization...
I wish to install this program as stated in nRF Connect for Desktop. The install hangs at Downloading files... I am on Windows 11. I tried a few times with the same result...
I am puzzled by what I have observed using retained ram on NRF54L15. I have this overlay (see below). Essentially created 16 KB SRAM at address 0x2002C000. I have a struct...
We are trying to add ble mesh functionality to our current product, but encountering an error.
We are copying code from the ..\v3.0.1\zephyr\samples\bluetooth\mesh_demo...
To generate build configuration and build the app, you first need to: touch ncs/v3.1.x/bootloader/mcuboot/boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf
or copy it from...
I am currently working on the Matter certification for the light_bulb sample project , where I have integrated the Diagnostic Logs snippet during compilation. However, during...
Hi Nordic Team,
We are working on an OpenThread+BLE with BLE DFU based application in NRF 5340. With that BLE and OpenThread Application are running successfully on the...