Dear Devzone, Dear Devzone, I got the v0.8.1 nRF54L15-PDK. To verify the power consumption of system off, I used the Board configurator to set the development board voltage...
Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
Trying to set up UART/UART0 for async. I cannot get the uart interrupt config to shut off.
CONFIG_UART_INTERRUPT_DRIVEN =n is set in the prj.conf
In config output...
I’m working with the Audio Application (from the Nordic sample program) on an nRF5340 Audio DK as a gateway, and a custom board with an nRF5340 as a headset. The custom headset...
I am doing some development where I use the external flash for storage external to my application. When I enable MCUboot, I can no longer access the external flash. This is...
Hello,
I’m using VS Code with the nRF Connect extension. When I try to build the “bme68x_iaq” application to upload it later to the Nordic Thingy:53 and read its data, I...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hi all,
Because of my customer special requirement ,I need two or three USB in my project .
But 52840 has one USB.Can I extend 52840 USB interface with a USB HUB?
With SDK V14.2, I was able to specify internal flash address argument into nrf_bootloader_app_start(uint32_t start_addr) and was able to boot into the address. With SDK V15...
Hello, I have a problem when trying to compile the light server exemple for the mesh.
I use Segger Embbeded Studio 4.16 (even though i tried the 4.15), mesh sdk 3.0 and...
Hello,
I'm using NRF52840 module to make a customer device. I'm using nRF5 SDK for Thread and Zigbee v3.0.0.
I have a Thread mesh with some routers devices and one child...
I saw this BLE security issue and was wondering how Nordic deals with it. When the other side uses the example LTK from the BLE spec, can the softdevice automatically reject...
Hi,
Here's I want to do: Use static passkey to connect with central and peripheral. I'm useing peer_manager to doing this. 1. I've setup passkey in peripheral with function...
Hi,
while I tried the Power Profiler in the nRF Connect Desktop on OS/X, I got some error messages in the log (something like PPK Command Error). So I've installed the newest...
I run blue_app_hids_keyboard_pca10056_s140 sample on nRF52840-DK. I try to connect with Windows 10 PC, but PC does not discover Nordic_Keyboard.
I found advertising is sent...
We have a PCA10090 board and I followed all the steps of the nRF Connect SDK to install everything, including the files from repository, SES, etc. All is ok but I can't find...
Hello, I am working on a project that uses nrf52832 and I need to put that device and in the system on mode. For that, I want to measure the current in the system on and system...
The PWM (Pulse Width Modulation) peripheral coupled with EasyDMA makes an excellent waveform generator. However it has one drawback which I would like to request be added...
Hi, i use the saadc example(triggered by ppi+timer) with uart to get voltage signal and transmit to central device( another custom nrf52832 board), and the central prints...
hi .eveyone. i use 51822 sdk12.3.0 , i want to dfu app code with uart, but not use bootloader_secure and experimental_ble_app_buttonless_dfu. i do not know how to develop...