Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
We tested several hundred connection and disconnection cycles with the nRF52840 BLE dongle. The first hundred cycles operated without any issues. However, at a later cycle...
Hello, I am trying to use twister + ztest to run some basic tests on my device custom project and nrf5340 Here are the contents. Current Directory Structure
Contents of...
Hello there,
I'm developing a project with NTN using a Vivo chip, a Brazil operator chip, but I'm having trouble with an nRF9151 and I'm trying to put it in NTN mode, but...
Hi
I took over a nordic project and was asked about the bluetooth version used in that project.
How Do I figure this out?
I am using a nrf52833. The firmware is developed...
Hi all
While connecting to a peripheral that has ble buttonless dfu characteristic i need to enable indicate.
Undortunately i get back err: 0x11(17) from sd_ble_gat...
I'm struggling with the nrf sdk v2.9.2 zigbee light_switch example. I copy the example, add this to proj.conf
CONFIG_ZIGBEE_CHANNEL=25 CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_SINGLE...
Hi.
I have a question.
When sending packets from a ZIGBEE product (with TI CC2538 built in) and receiving them with an nRF52840 Dongle (Sniffer FW) and Wireshark, is it...
Hello Everyone, I was wondering if there is any easy "ready configuration" way to directly set BLE advertising and connection interval with adding some config to the prj.conf...
Hello! Using NCS 3.2.1 I am implementing DFU over SPI (the NRF54L15 is SPI slave) using the "DFU Target" library. It works very well, as long as I am connected with JLink...
Hello,
I want to read a status register in my SPI peripheral. Once I send my read request, the peripheral will send the status byte over and over, and I want to watch for...
I have been testing this for some time and I cannot figure out why lorawan_send() on zephyr does not work when called from a thread, while calling it from main() works perfectly...
Hello Nordic team,
I'm working with the nRF54L15 DK and using the latest NCS version that supports Bluetooth Channel Sounding. Here the sample is channel_sounding_ras_initiator...
Hello,
I am trying to run nRF sample of cellular LWM2M client on nRF9151 development kit that communicates with a custom Leshan server over the LTE-M. Security modes of...
Hello.
I'm working on a very minimalistic (function and size) board with only SWD, BLE, I2C and several GPIOs used. Since we ran into memory shortage on NRF52805, we are...
Hi everyone,
I am evaluating the nRF54L15DK. Currently I'm trying to get SPI to work. For testing, I got an OLED Module with 4-wire SPI and an SSD1351 driver.
I wrote...