I am using the MESH distributor sample from the nRF Connect SDK (v2.8.0) on an nRF52840 development board. My aim is to use the RC oscillator (RC source) instead of the low...
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...
I have customed a board based on nrf54l15.
Then I built the matter light_buld demo with target 'nrf54l15pdk_nrf54l15_cpuapp' and burned the file "merged.hex" into my custom...
Hello,
I'm using "Bluetooth Mesh Light switch" code which i have modified to act as a gateway. Where it periodically collects data from lights. After receiving data from...
Can the VDD PIN of 4L15 be used to detect the ADC voltage? VDD is powered by a dry battery (3.2V~1.8V), LED+ is powered by 3.3V, LED- will be connected to the I/O of the 54L15...
Hi,
I would like to add MCU boot hardware downgrade prevention in my project.
So i had the following config in prj.conf
Then, when i flash my board i get this error...
I am trying to configure himax camera and stream to app but unable to get image, rather when I am using nrf app to see data i am getting data something like this:
'40-13...
I saw a few questions related to this but nothing I found quite answered my question. We are experimenting with the nRF9161 DK, and we need to securely identify which device...
We are considering to implement ”ASCS/BAP/CAP/CSIP/PACS” as the BLE profile.
Do you have any QDID for this profile certified in SDK 2.3.0? If yes, please provide each of...
Hi there, right now I'm working with an application that allows me to collect data via UART from several sensors (two), and I also I have a SIM module that allows me to communicate...
Hi,
I'm trying to build the " tx_rx_non_blocking " sample (ncs2.70, nRF52840dk) but get the following error message -
C:/devtools/nordic/ncs/v2.7.0/modules/hal/nordic...
The CPU runs the main thread every 3 seconds, and for the remaining time, it enters the idle thread. However, after entering the idle thread, it doesn’t save power.
But...
Hi guys,
we are planing to use the nRF52820 as BLE proxy to UART/SPI. It shall receive data from a host controller via UART/SPI and forward it via BLE to a smart phone....
I recently purchased an nRF52840 DK (v3.0.0) to use with my custom nRF9160 boards for firmware loading, debugging, and loading certificates for nRF Cloud. While I can successfully...
For connecting an external TCXO reference, we need to know the specification for the slew rate and levels (Vhigh/Vlow). In the product specs, the clock accuracy is defined...
Hello. I'm newbie with the NCS environment so tell me if I'm saying nosense. I use the nrf connect extension in vs code ide. (SDK: v2.7.0 toolchain: v2.7.0)
I want to...