Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
How to integrate Opus coding on NRF52840DK, is there any example reference for integration or documentation for porting? Hope you guys can help me, thanks!
Hello. Is there anyway to get the source code or a flag added to the PPK2 to not reset itself when communication is over?
We are using a 3rd part Python API to configure...
Hello DevZone,
My team is developing a wearable that has time constraints which, we believe, are not being respected by Zephyr.
The setup is a nRF52840 based board...
Hello all,
out of the blue I cannot compile a project originally written in SDK 2.5.0. Last time I worked on this project was a few weeks ago and nothing has changed, not...
Hello,
If I try to repeatedly connect and then disconnect from the LTE-M network with an nRF9160 (I'm using the Actinius Icarus v2 board), I observe that the first 30 (approx...
HI ,Nordic
Currently I am trying to get voice data via DMIC on NRF52840DK and send it out via BLE after OPUS encoding, but I am having trouble: nrfx_pdm_start keeps triggering...
When using two 52833 boards for distance measurement, when testing at 60cm, the distance value obtained sometimes wobbles between 0.6-1.2m, but sometimes stabilised around...
Hi,
I am using nrf SDK v2.3.0 with nrf Connect extension of VS Code on MacOS
The nrf Connect Extension was automatically upgraded to v2023.9.169 last week.
I noticed...
Problem Statement:
I am working on a project where I want to stream audio from a customized Android app to the nRF5340 Audio DK over Bluetooth Low Energy (BLE) . The nRF5340...
I am using ncs version 2.5.0.rc-1, I want to initialize the icm-42670 using nrf52832 zephyr ready made driver for invensense. But i continuously seeing sensor: Device not...
Hi,
We are profiling our custom battery to get the battery model. using the nRF fuel gauge connected to the nPM1300-EK board as we intend to use the nPM1300 nrf_fuel_gauge...
Hello!
We. are now developing on nrf82840 , using zephyr SDK 2.6.1 with toolchain v2.7.0
when our program runs, psa_import_key always return error code : -134
After...
ICM42670P and nrf52832 were tested in examples such as spi and spis to configure them as SPIs, but data could not be received. Can someone help me? configured with sdk 17...
I am using nrf52840 dev kit to connect to nrf connect app on my android phone. I using ble_app_uart example to fetch Mobile mac ID when event BLE_GAP_EVT_CONNECTED is triggered...