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...
I sent a 242-byte data packet, and using the NRF sniffer to capture the packets, I found that this packet was split into (27-byte per packet) for transmission. This caused...
I’ve been setting up an OpenThread network with multiple OT Sleepy End Devices (SEDs) that periodically transmit sensor data to an IPv4-only CoAP server. To enable communication...
Hi everyone, I’m working on a low-power BLE smart tag using nRF54L15 and nPM1300 PMIC. My requirement is:
When no charger is connected → the system should run from the 3...
Hello, I'm trying to bring up Bluetooth on the nRF54L15 DK using Zephyr. However, Bluetooth initialization fails during startup with the following error messages:
...
Hi,
I am using a custom nRF5340 board and referring to the Zephyr sample application located at:
ncs\v2.6.0\nrf\applications\nrf5340_audio
My setup and testing environment...
I'm experimenting with Bluetooth Channel Sounding using the nRF Toolbox Android app and the nRF54L15-DK. I'm curious about why CONFIG_BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS needs...
Hi, I put a PCB antenna on my nRF52832 board, designed in KiCad as closely to the reference spec as I could, and manufactured on 4 layer by JLCPCB.
With the prototype in...
I have an adc connection I want to sample quickly after an event. The connection has some capacitance which is limiting how fast my value can update, so I want to drain the...
Hi,
I'm really sorry but I can't figure out how to do this. I've added FOTA to my ZigBee project (using the light switch example) but I can't find anything on how to generate...
Hi Nordic Dev,
I just saw the video about Bare Metal (BM), and was wondering about some of the differences between Zephyr based and BM NCS.
Power consumption is mentioned...
Hello Nordic Team,
We are working with the nRF54L05-QFAA-R (QFN 48-pin package) and need clarification on which physical pins can be used for UART, I2C, SPI, and I2S interfaces...
I am trying to do power on/off the below GPIO pin through UART test commands or through normal power on/off operation. i am not able to see the pin getting ON/OFF, nothing...
I'm using the nRF54L15-DK with nRF Connect SDK 3.0.2 , and trying to advertise using Coded PHY (Long Range) .
My goal is to make the advertising signal continuously visible...
https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/nrf/applications/nrf5340_audio/doc/building.html#programming_the_application
The examples are given for the default CIS...
Hi there,
I am trying to implement some power saving features of my device, and am having trouble with stopping advertising in SDK v3.1.0
I would like to advertise for...