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’m using **VS Code + nRF Connect SDK v3.2.1** with a **Nordic Thingy:53** board.
I can build firmware successfully, and nRF Connect **Programmer (Desktop app)...
I setup the nrfx logging per the sample and it works within my main.c but when I get a log warning from nrfx_timer.c I do not get an output. Is the logging configurable across...
Hello,
I would like to use the official hci_uart sample to send Channel Sounding test-related HCI commands (specifically HCI_LE_CS_TEST and HCI_LE_CS_TEST_END ) to the...
"What is the function of FB2 in the reference schematic for the 54L15 CSP47 package? Can it be removed? Why is it not present in QFN48? According to the latest schematic,...
Hi! I am trying to find the optimal configuration of TFM for our project with the nrf9160. I am using NCS 2.6.1. I want to be able to use the internal trusted storage and...
Hi
i need and unrgent input:
I need a combined WIFI 6(with target wakeup time) and BLE chip and/or precertified module.
My colelague is pushing for a ESP32C6 from Ublox...
We are running a duration test with 10 reflectors and 10 initiators to evaluate the reliability of our system using the nRF54L15 and a project based on the Channel Sounding...
I'm using beacon mode to transmit a set of data which is stored as hex code. I've set the advertising data to iterate through the data set 10 times. When looking at the data...
Our application built for nRF54L05 draws approximately 70 µA on our custom board when entering system ON sleep (idle).
However, when MCUboot is enabled , the same firmware...
Hello,
I am trying to install the nRF Connect SDK v3.0.1 on Windows 11 (version 24H2 build 26100.4061). In the VSCode -> nRF Connect(the plugin) -> Manage SDKs
I can successfully...
I have rebuilt the sample app at_client using VS Code (Mac) nRF Connect SDK v2.6.0 and Toolchain v2.6.0 Board target: thingy91_nrf9151 Snippets: nrf91-modem-trace-uart
I...
Hello everyone,
I'm testing current consumption of nRF52 dev KIT (PCA10040). The test application is a BLE application. I tried with two methods for measuring current consumption...
I am using this SDK version 17.1.0 as I am using ESB in this project. So far I have gotten ESB, SPI, and UART communications working. SPI and UART are both using easy DMA...
Running on Fanstel BM15M module (nrf54L15) SDK v3.1.1, I seeing a huge timing error when trying to implement a simple timer function. In the code below, I believe I have followed...