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...
Hello,
Starting the ncs 3.1.1 UART ASYNC examples on nrf52840dk and nrf9151dk, works fine.
Then I add SHELL on nrf9151 side, it crashes when getting incoming bytes ...
Hello everyone, some days ago I bought a nPM1304 EK kit. My intention was to profile this battery https://www.eemb.com/product-147 for my projects. I installed nPM PowerUp...
Hello,
I want to build a wireless mouse with the highest possible refresh rate. I'm considering using an nRF52840 dongle. How often can packets be sent from one nRF52840...
Hi, I’m currently experimenting with ESB using the standard esv_ptx/esb_prx examples on two nRF54L15 DK. My goal is to reduce the radio latency as much as possible. I'm still...
Issue: There seem to be plenty of ways to securely store TLS credentials (generated off the device), or any sort of string data, in persistent storage on an nRF91x device...
I am trying to read/write/erase in a partition of flash in NRF9151. I am building a non-secure image to have access to the LTE library. The code is resulting in a hard fault...
My task is to implement inbuilt RTC for nordic MCU nrf54l15 series. When i use the below API nrfx_grtc_init, it is throwing a error and returning a error code which is saying...
Hello Nordic Support Team,
I’m working with an nRF5340 using nRF Connect SDK 3.0.2.
I am trying to use the NFC pins (P0.02 and P0.03) as an I2C slave interface. However...
Hi,
I would like to generate a PWM signal specifically on the P0.03 pin of the nRF54L15 using GPIOTE + DPPI + TIMERS.
As far as I’m concerned, Port 0 in nRF54L15 does...
Hello all,
I am trying to run bap_unicast_server example with nrf5340_dk. I used no sysbuild configuration. Then I manually added hci_ipc as it shown at ss
I flashed succesfully...
Hi,
I'm currently working on a project using the nRF5340, and I've successfully configured the I2C0 interface as a static Master in my .overlay file using the following...
Hi all,
I am trying to execute an application in XIP mode from an external QSPI flash on an nRF device (nRF5340, Zephyr + MCUBOOT). The setup is:
Partition file:pm_static...
Hello,
I am using edge impulse library to achieve on-device classification. I now want to put the edge impulse related code to the external flash and use XIP function there...
Dear All, I am facing a rather strange issue with the nrf/samples/wifi/shutdown example. I am working with nRF Connect SDK v3.1.1 and a nRF7002DK board. I am observing the...