Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi,
I am using a nRF9161-dk with the nRF7002-ek shield WiFi tracking.
Using the nRF Connect Quick-Start, I downloaded the nRF Cloud Multi-service application and went...
I'm new to Nordic technologies and ML MCUs!
Does the ARM Cortex-M33 core, nRF5340 audio DK devkit, without any other board od periferic, support edge impulse ML? If so...
We tried connecting a deeply discharged lithium-ion battery to the nPM1300-EK to see how it would charge, but we weren't allowed to enable charging as we got the following...
NCS 2.7.0 nrf52840
I noticed in i2c_nrfx_twim.c there are some calls to pm_device_runtime_get, while in another thread ( thread ) it was mentioned that Nordic is no longer...
Hi,
we have nRF54H20DK (rev. 0.9.1), SDK: v2.9.0-nRF54H20-rc2 and the same Toolchain, IDE: VSCode + nRF Connect plugin
build for CPURAD
PC: Windows 11 Pro
I'm trying...
NCS 2.9.0
nRF52840-DK
Using the OpenThread CLI example.
After turning on the TCAT function, when using MeshCoP Commissioning, the joiner will experience a system failure...
Hi, we have a NPM1300 chip connected as I2C slave to a nrf5340, acting as I2C master. Everything works fine, but there is a small detail in the NPM user manual that I would...
Hello, We have created a new product with the nRF52805 "Raytac" Module under nrf5 SDK v17.0.2. We are planning to do the CE certification soon. would like to verify a few...
Please help me!
I have installed nrfutil from the official website, and configured the environment variables, and put the.exe file in the corresponding location, but there...
Has anyone got an idea on how to avoid resetting the device, as soon as USB-C is connected to it? I want to avoid losing state when charging the Thingy:53. Also, has anyone...
Hi,
I have a question about the System Monitor section of the nPM1300 documentation:
https://docs.nordicsemi.com/bundle/ps_npm1300/page/chapters/core_components/saadc...
Hello,
I'm implementing a device based on the NRF52840 Dongle and the hids keyboard example. The basic functionality work, so that I can send pressed keys to a connected...
Hi,
I am trying to implement a ble module in a fall detection application. I added a ble_service based on the BLE fundamentals course lesson 3, which works just fine alone...
Description:
Hello,
I want to measure the distance between two BLE devices with high accuracy . I have already tried using nRF52840 modules , but the results are not very...
Hello,
I'm trying to detect a UART_ERROR_BREAK on an USB ACM CDC interface of the nRF5340 using NCS2.7.
The returned error code is always 0xffffffa8. How do I clear...