I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
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...