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...
Dear Nordic,
Could you please guide us how to set HCI_LE_Transmitter_Test / HCI_LE_Receiver_Test command?
Do we have to use Test mode command too?
Thanks.
When using the official Au Term.exe tool to perform SMP firmware updates on the nRF54L15 (NCS v3.1.0), if the tool is closed during an ongoing transfer and then reopened,...
Hello,
I previously completed a project using the nRF24LE1 chip and the nRF24LE1_24_SDK library. It was a simple 2.4 GHz two-way communication system using the basic predefined...
Hello
I am currently working with the nRF9151-DK hardware to perform tests related to PSM functionality on an NB-IoT network.
The main issue is that, although the device...
HI,
We are using the IM69D120 PDM mic for our audio application. I am able to interface the MIC and record audio with the NRF5340.
I have read the PDM data and stored...
Dear Nordic Team, Could you please help me to find the exact product which I can use to connect my two wire 0.37Wh 100mAh 3.7V 351525 Li-Po battery to the nPM1300-EK for battery...
I'm trying to combine two projects, C:\ncs\v3.1.1\zephyr\samples\subsys\nvs and BleFundamentalsL5E2 (Implement bonding and a Filter Accept List). They work fine independently...
We're developing an application using the NRF54L15. SWD will be connected to an external device that can update the firmware on the MCU if there are any issues, but we don...
I would like to evaluate the use of NB-IoT in the UK which Wireless Logic SIM included with nrf9151DK provides. Using the following sequence of AT commands I can send data...
Hello. Please excuse these potentially silly questions, but I've been given the task of monitoring battery charge while also achieving maximum energy savings.
A wearable...
I just got a NRF9151 dev kit and I want to build the image as non-secure, using: nrf9151dk/nrf9151/ns. The build is failing with error: C:/ncs/v3.1.0/nrf/modules/trusted-firmware...
Hi,I made a 52840 board ,it's p0.18 hanging, without connecting a 10k pull-up resistor and a 100nf capacitor to ground. I connected 3v3, GND, SWDIO, and SWDCLK from the 52DK...
NRF54L15 NCS 3.02
I have to change my BLE advertising from Legacy to Extended. Looking at the Zephyr example "advertiser" which compiles & runs fine, but I notice that behaviour...
Hi,
I am currently trying to connect a nrf52811 as an companion to an ESP32 user UART.
I am using the interrupt driven UART implementation as kind of the last resort....