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...
I am trying to receive extended advertising from a device on nRF52832 .
I have made the following changes:
sdk_config
# define NRF_BLE_SCAN_BUFFER BLE_GAP_SCAN_BUFFER_EXTENDED_MIN...
Hello
Is there a possibility to build MCUBoot, SoftDevice, Firmware Loader and Application separately and then merge it manually? Or to build MCUboot + SoftDevice + Firmware...
Hello there,
I am working on a project which involves nRF52840 to scan and connect to specific BLE beacon.
So while scanning, nRF writes scanned data on UART. On same...
Hello,
I'm running SDK v.2.8.0 and developing using the nRF5340 Audio DK. I've successfully flashed using the buildprog.py script, and have set up my DK as an Auracast source...
Hi
1. At nRF5340 datasheet page 420, the PDM duty cycle is 40%~60%, any register can tune duty cycle? Or it's nRF5340 variation tolerance?
2. Since our DMIC IM69D128S...
Hi all,
I'm testing Skylo NTN on nRF9151 SMA DK with the latest pre-commercial/alpha NTN modem firmware (downloaded mid-December 2025).
Registration works fine, and uplink...
I am trying to get the nrf/sampoles/bluetooth/direct_test_mode working together with the code from zephyr/samples/subsys/usb/dfu-next.
I have the DTM mode running correctly...
Hello,
I think there is typo on page 541, in the PWM, Pulse Width Modulation, section of the nRF52840 Product Specification V1.11.
It states "pulse with modulation", but...
Hello,
I have a question concerning the neighbor cell measurement feature on my nRF9160.
After some tests, it seems to be sensitive to the operation mode. For example...
I am currently working with nRF52810 using nRF Connect SDK v3.2.1 , and I am trying to run the AES CCM PSA Crypto sample .
However, when running the unmodified sample, it...
hello i am new to the nrf trilateration and direction tracking using nrf52840, i need some help with the sdk and programming and working examples .
eg : I have 4 nrf52840...
Unable to connect JLink via USB. Installed different versions of JLink without success. Device Manager showns "J-Link driver" under Universal Serial Bus controllers and nrfutil...
I'm using a custom development board and I want to enable timer 0 through the external 32MHZ crystal oscillator. Here is my configuration:
prj.config: # Enable the UART...