I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
Is it possible to add custom regions for a project to be used by the Partition Manager? I see how and where regions are defined, as shown here , but I'd like to use multiple...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
Hello,
I am using the nRF52833 - DK and running the USB CDC ACM example. I can transmit and receive data with the example. I noticed that when receiving data I am only able...
I am using Zephyr 3.7.0 with the Nordic-provided low level link layer (LLL) code on an nRF52840-DK. I'd like to set a breakpoint on rp_comm_rx_decode() ( https://github.com...
I want to connect two nRF54L15 development boards using I2C protocol. Is there any sample in nordic SDK v2.0.8 or v2.0.9 that I will help me to set up nRF54L15 DK as a master...
Hello,
To preface:
HW: nRF9151DK
SDK/Toolchain: nRF Connect SDK v2.9.0
I am new to Zephyr (first project)
When using a nRF91 modem, it seems that CONFIG_POSIX_API...
Hi there,
I would like to get information regarding the possibility of implementing 5.1 isochronous audio streams on the nRF5340 Audio DK development kit. According to this...
I've been using the function nrf_ble_scan_filter_set for several years with developmental hardware based on the ble_uart_c example, so I've reviewed that example thoroughly...
Hello,
I'm not able to sniff BLE using your tool
I tried to configure nrf sniffer with nrfutil.
OS: MacOS 15.1.1 (arm)
Wireshark: 4.0.17 (it seems the actual version...
Hello
Is is possible to enable MCUBoot image compression on nRF52832 ?
I tried to enable it following this blog post but I got a compilation error :
Compiler insulted...
Planning on using the npm2100 PMIC as our PMIC for an upcoming asset tracking solution. We will have an accelerometer that will determine when the main MCU (nrf54) wakes up...
I am using peripheral_uart as my base project. Right now MTU value is 23 I believe as I can receive only 20 bytes of data at a time. How I can increase the MTU size with configurations...
Hello,
in use is the nrf connect sdk v2.6.2 toolchain v2.6.2 on my nrf5340DK
I struggle transmitting ADC data from my nrf5340DK via USB to my windows PC. On my PC there...
I've added some debug information to the build of my application. The added stack usage has caused some threads (USB, BLE) to overflow the stack and cause random crashes....