Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
Greeting Nordic Expert !
I would like to override the following hook in MCUboot:
int boot_perform_update_hook(int img_index, struct image_header *img_head, const struct...
Hello,
In the nRF52840 Product Specification PDF v1.11, on page 836, the second paragraph down states:
" The PSEL.RXD, PSEL.CTS, PSEL.RTS, and PSEL.TXD registers and...
Hello Nordic team,
I’m using the nPM1300 development board to charge a 950 mAh Li-ion battery , and I’ve configured the charger as follows:
Charge current: 800 mA...
Hi,
I'm unable to get the PPKII kit to "connect" to my PC. After selecting the device it just says "Connecting..." forever. Some notes: - When first connecting the kit...
Hello,
I am trying to write a python script that performs a DFU on a nRF52840 so I can change its firmware without pressing any button. I think I have to use the pyusb...
Hello everyone,
I’m currently planning to develop an application that involves multiple Bluetooth devices operating within a certain range outdoors. Since there’s no option...
I’m developing an ESB-TX program using NCS v3.1.1 . Previously, I had developed an ESB-RX program using nRF SDK 17.0.2 . Now, when I use the TX code from the NCS SDK to communicate...
Hi,
I'm new to embedded development but have experience in desktop C/C++ development mostly with Visual Studio.
I'm struggling to get my head around how I would create...
Hello,
I am trying to define a pm_static.yml file which will use the 512K ram on the nrf7002dk_nrf5340 for the TFM ram section.
I cannot compile the non-secure nrf7002dk...
Hi, I got my nrf54L15 DK, but i can't start RTT logging. I set this configs:
CONFIG_PRINTK =y
CONFIG_CONSOLE =y
CONFIG_RTT_CONSOLE =y
CONFIG_UART_CONSOLE =n
CONFIG_USE_SEGGER_RTT...
Hi,
Is there any ongoing development for a PPK3 ? If so, what is the timeline for its release ?
Some features requested in previous posts:
- Voltage measurement
-...
Hi,
Could you please clarify why there is an override of the checking rules in https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.1/drivers/timer/Kconfig.nrf_rtc#L6C8...
We are developing a custom board with an ADC device that supports QSPI. Our application requires throughput speeds only available using QSPI.
All the available driver examples...
Hi,
I would like to use existing development setup (for STM32) :Visual Studio 20XX (not VS code) with VisualGDB plugin to work with the nRF9151 Development Kit.
However...