Hi,
I would like an nRFX example on how to set up DPPI using single in (1 Event) and multiple out (2 Tasks). I have previously done this using the fork functionality in...
Hey all,
Every time I flash, I get the following error message:
Error: One or more batch tasks failed: - [Probe] Device error: Memory access error at 0x00000000. Probably...
Hello everyone,
I would like to learn how to create unit tests using the ZTest framework for a Nordic sample project, in order to better understand how it works.
I am...
The VSCode nRF Kconfig extension has very high cpu usage (2 cores at 100%)
When disabling the extension, the cpu usage drops back to normal.
I see the following in the...
Hello,
Yesterday, I received a new Power Profiler Kit 2 device directly out of the box, and unfortunately, it is not detected by any PC.
Symptoms: - The green LED blinks...
We are using the nRF5340 and our use case makes full use of all 4 shared peripherals for SPI and TWI as well as SPIM4. We want to add UART over USB and I was able to port...
Hello together, Which configurations or setup on the side of the Nordic nrf9161 DK has to be done to use the DEBUG IN connector for SWD? The board is powered by the 5VIN pin...
I am trouble with adding DFU function to BLE_UART on nRF52832. I have just followed those step in this link Adding DFU to your App . But when i compile and fash to my device...
Hi all, My company is doing a proyect with BLE. We use nRF51822 with the softdevice s130. I am preparing the FCC and CE certification. Our tester asked us to prepare 2 samples...
hi, nordic team:
Now I am using the nRF5 AirFuel SDK version 2.2.0 to develop the PTU and successfully use the serial to do the dfu function.
I used nrfutil for DFU, but...
Hello, I trying to debug with GDB server Because of this .
I open the GDB server like this
go to build directory and write client cmds below
output is $4 = {<error...
SDK12.30 supports S132 V3.0. Is there any other version SDK supporting S132 v3.1?
Any problem for firmware built with S132 V3.0 and running on module with S132 v3.1?
Hello,
I've disabled the buttons in light_switch example for the client DK. I'm using GPIOs for input and I want to enable BSP_BUTTON_3 to reset mesh network configurations...
After switching to SDK 15 from SDK 14, stopped working correctly transmission of HID Report Descriptor over USB, what in case leads to incorrect device enumeration.
Now...
I'm developing a database with FDS that stores application-level data that must be able to be matched to bond data. After looking at the files for Peer Manager, ID Manager...
Hi All,
What is the recommended way to choose FIFO and buffer sizes for the nrf_serial module? I mean the optimal values for the following constants:
SERIAL_FIFO_TX_SIZE...
Hi,
the pull-up resistance Rpu of GPIO pins as stated in Product Specification v3.1 in Table 62 is supposed to be 13 kOhm (typ). Since we measured a different value on pin...
I started development with the S132 (SDK 15.0.0) peripheral example "blinky". After some modification, it handles all necessary communication with my phone flawlessly. Now...
I'm attempting to use the USB MSC example (from nRF5 SDK v15.0.0) with external flash chip replaced with Winbond W25Q128FV and I see the following logs:
[00:00:00.000,000...
Hi,
I have designed a customized for nrf52832 with a trace antenna. I haven't used any low pass filter and made the changes inside sdkconfig.h file to use RC and that board...
Hi,
I'm using nrf51822 module purchased from www.waveshare.com/core51822.htm . I'm running uart over ble application example. I commented uart_init() function in main(...
Hi,
I have the following setting. I have a dongle with with a nrf52 which sensd all data received from the NUS service to the host via a uart and a FTDI. The FTDI is capable...