Hello~
I am developing nrf52840 with zephyr ncs tool chain v2.7.0 and SDK v2.6.1.
What we need is to generate RSA key pairs and send public key to App to encrypt data...
I have managed to get, somehow, a central_uart talking to a peripheral_uart on a pair of 52840 DKs.
I've changed the UUIDs of what I'm trying to connect to, to be those...
I need to connect to other units according to heir MAC address. I'm assuming that this:
BT_SCAN_FILTER_TYPE_ADDR
Is the thing to use in this:
bt_scan_filter_add...
I got the following setup: nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001
nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001...
Hello!
I built the https sample app for the Sparkfun_I got run time errors.
my setup:
Updated Windows 11 Pro
SDK 2.6.1 and 2.8.0
How do I solve this?
"The Modem...
Hi.
I have a custom board with a NRF9161. The nrf91's LTE block connects to the sim holder through a NX3DV2567HR switch and an TPD3F303DQDR ESD protection.
I'm using...
Hello,
I'm trying to run the NVS example on the NRF9160DK rev 1.1.3 with the on-board MX25R6435F external flash memory.
The sample runs OK as nrf9160dk/nrf9160 but the...
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...