What is the insertion impedance when using the PPK2 to monitor power consumption? My project uses a CR2450 battery and runs fine directly from that power source. It also runs...
Hi,
i am under Windows 11 using the latest VS code extension (2025.4.106).
How should i use https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/reference/settings...
hello everyone,
I built an application based on the peripheral_uart sample running on the EV-BM833 board. The application includes the Nordic UART service.
Using the nRF...
Custom PCB with nrf5340/nrf7002. Currently was using NCS2.9.0, with WPA2-PSK connection to the wifi.
While trying to enable use of WPA2-Enterprise, I updated to NCS3.0.0...
When using the shell_module project of SDK v3.0.1, I changed uart20 to pins p2.0 and p2.2, and the serial port printed garbled text.
Below is my overlay file:
Strangely...
Hi everyone,
I'm using UART service and I have a problem when the central device connect to the peripheral.
The central device notify connected to the peripheral, but...
I received nRF52840-DK from Mouser :
Sales Order No: Web Order No: Order Date:
242789421 14270760 29-May-18
I started to use it and some problems exist...
Hi support team,
I was using SDK15.0 and PDK with nrf52840. I planned to implement a serial bootloader with SPI interface. I started with the example of "examples\dfu\secure_bootloader...
Hi,
I got a problem that when I try to use BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM for characteristic.
As I follow the tutorial to create the custom service, when I changed...
I am getting a no memory error (NRF_ERROR_NO_MEM) after using sd_ble_gatts_hvx several times in a loop. I think the error is indeed 0x04 and not BLE_ERROR_NO_TX_PACKETS 0x3004...
Hello
I'm trying to implement whitelist in my code and i found a post which has the following code for the ble_stack_init function:
The ble_app_hids_keyboard example has...
In https://media.digikey.com/pdf/Data%20Sheets/Arduino%20PDFs/A000135_Web.pdf, it says the nRF Beacon app is compatible with nRF51822.
Any reason why it wouldn't work with...
Hi, When I test the SPI with extern flash W25Q64. I found that receive data from W25Q64 is all Zero.
The "blue line" is MISO. The "yellow line" is CLOCK.
According to...
Hello. We evaluate DFU using nRF 52840. After writing sd_s140_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds.hex to nRF 52840-DK, we updated using...
Hello,
I'm playing with nRF52840 on a custom board, trying to connect to the chip via SWD. Segger Flasher is being used, on MacOS. Typically I was able to connect to the...
Hi,
I am having issues to program a NINA B112 using the debug out port on the PCA10040 development board connected with a tag connect 10 pin cable, but when trying to program...
The project is cobbled together, but starts from TWIsensor in the SDK 14 examples. The project is compiled with the gcc toolchain which has not given me any trouble. The project...
I am trying to use UART with interrupts and fifo, by using nRF52 SDK 12.2.0 example. It works until the first overflow, after which I cannot any more receive characacters...
Hi!
I'm using an NRF52 with app_uart. As expected at 115200 baud rate, I occasionally get overflow errors which I can see in my event handler.
However, after these errors...