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...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
I'm studying with PCA10059,trying to build a gateway between BLE peripherals & PC.
For PCA10059 has build-in USB socket,and I will plug them into PC's USB ports at last...
Hi all,
I want to use UART periodically, but because I need to communicate with other standard UART, I cannot use LPUART
I saw that Zephyr's demos all use CONF_SERIAL...
I am following all the steps given here: nRF Sniffer for 802.15.4 but my zigbee sniffer did not show up. When i did the steps given there for ble sniffer it showed up. steps...
Hello,
I am new to developing with Nordic products and I have a question regarding the components in the antenna matching network. I am designing around the QIAA QFN-73...
Hi,
I am trying to use the nRF915-DK with a GNSS Tracker application. Everything works fine, but, I am not able to set the nRF9151-DK properly for utilizing the board...
Hello
I'm preparing the certification RF testing software on our product 4MOD9192 using nRF7001 for wifi function.
During the certification test process, we need to...
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...