Hi,
As the subject, when i connect to the Windows with the cable connected with VDD side, it will not show up Jlink in Windows.
What should I do to reset the Nrf5340 ...
Greetings,
when trying to compile simple GPIO configuration for NRF5340, the compile fails with:
In file included from C:/Apps/NordicSemiconductor/SDKs/v2.7.0/zephyr/include...
Im trying to get SAADC to continuously sample using internal timer but im getting couple of samples and then it stops, tried everything but I'm obviously forgetting something...
I am planning to perform encryption using the CC312 accelerator on the nRF5340. I would like to evaluate the power consumption when using the accelerator.
My approach is...
Hello,
I am using two nrf52840 DKs to test ble transmission and i2s output. The nRF Connect SDK I use is v2.6.0.
Both of them are ble connected. One sends data to the...
As shown in the figure above, if I need to modify the time interval of OpenThread's Link request or parent request, how can I do it? Thank you
NCS 2.6.0
NRF52840
Hi
We use the nRF52840 (aQFN73) with a 4-layer 1.6 mm PCB for our current project. The top and bottom layers are for signals, the two internal layers are ground and power...
Hello,
I am experiencing an issue with my nRF5340. When I try to configure my nRF5340 using the Quick Start in nRF Connect to load an application, I encounter a problem...
Hi,
I still try to configure Nordic-Zepyr build for a nrf5340, with a BLE stack and MCUBoot as the bootloader. The application will receive image updates over MQTT and store...
In the recent update for the VS Code extension, I'm wondering how to remove the added feature, as copied below from the changelog:
Added one-line messages about the SDK...
Hello everyone,
I'm trying to understand the code from this example, but one thing that i can't seem to process is how or where does the following structure get hte keys...
We are now facing a difficulty making a continuous connection between the Rohde & Schwarz CMW500 equipment and devices with the Nordic nrf9160 module(including one Development...
Hello,
I have a custom board with nRF5340 and I am unable to change the BT_DEVICE_NAME on the NET core. I have tried both rpc_host and ipc_radio (RPC) images. they both...
Hi
I'm using the nRF Connect SDK v2.7.0 in central/client role to write data into a characteristic on a peer device.
I've seen that the function bt_gatt_write() automatically...
Hello team,
I am looking this API "zb_secur_ke_whitelist_add" in the nRF5 SDK v16.0.0., nrf5_sdk_for_thread_and_zigbee_v4.2.0_af27f76.zip but not able to find in the library...
I need to develop the code for RTC configuration without using nrf_drv_rtc_* , hence I started using zephyr device tree approach . Below is my code .
#include <stdio.h...
Hello,
I recently purchased a Nordic Thingy 91 device, and I have been working on it for a few weeks. I am currently experiencing two major issues with the kit that are...
Hi,
I have a board which is nrf9151 with nrf52840 as BLE controller connected via hci_lpuart. This works fine so far, I am able to do simple AT commands as well as doing...
when I try to add a build config, i can only see a blank page for build configs.
but if i click on another project's build config which is already created, i can see the...
Hi,
I'm troubling using the retention module of Zephyr with NCS 2.6.1 on an NRF52840. I've read the Retention System Documentation of Zephyr but it is not working for me...
Folks,
Am running VSC 1.95.1 on Mageia Linux.
I have a 52833 board that I have working in that I can write to and read from custom BLE characteristics and send data out...