The docu page for the nRF9151
https://docs.nordicsemi.com/bundle/ps_nrf9151/page/ip/radio_lte/doc/frontpage.html
contains a link to
docs.nordicsemi.com/.../intro_nrf9160...
Hello,
I want to utilize two units of nRF7002-DK I have, to evaluate LE bluetooth link between the nRF5340 SoCs. I need access to define CIG and CIS between the two SoCs...
Hello. I'm trying to run a sample with sending data via Lora. I'm using llcc68 but as I read in previous threads, the code for sx1262 should work on my chip.
Here is my...
I am using download_client library in C++ project. I have to include coap.h but when I compile I get this error:
C:/ncs/v2.7.0/zephyr/include/zephyr/net/coap.h:744:16: error...
I’ve been working on creating a C++ application based on the NUS example, but I’m encountering an error. I’ve attached my application below. All I did was enable CONFIG_CPLUSPLUS...
I been trying to figure this out but to no avail. I get these errors on build.
:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi...
I'm running SDK 2.8 and 2.8 Toolchain. I created the sysbuild.conf setting:
SB_CONFIG_BOOTLOADER_MCUBOOT=y
and put it in the application folder (per this support request...
I am currently using SDK 17.1.0 to implement dual UART mode on the nRF52833. UART0 is used for logging, and it directly utilizes the SDK library without any modifications...
Hi! I am developing project based on nrf9160 as a main processor and nrf52840 as a hci controller. I am using nrf connect sdk 2.6.1. I came across a potential issue in nrf...
I use SDK v.2.6.1. To avoid other possible factors affecting the results, I only keep the simplest function in the code which is reading the potential of gpio every second...
Hello,
I'm trying to reduce the range of transmission of the nRF5340 SoC for an Auracast Broadcast. I would like it to be detectable only from a distance of 1 or 2 meters...
In the pairing process among 1 Central and 2 Peripherals
Sometimes the Pairing processing rarely does not work correctly and the following log output:
<err> cis_gateway...
Using Visual Studio Code as IDE with installed nrf SDK v2.9.0 on MacOS Sequoia 15.2
Terminal reads -
* Executing task: nRF Connect: Build: blinky/blinky (active) ...
Hello,
We would like to inquire about a technical issue regarding the nRF7002 + nrf5340 with sdk v2.7.0. We have a nrf7002 module connected with nrf5340 through qspi interface...
Hello,
I'm using 'nRF Connect for Desktop v4.2.0' and 'nRF Connect SDK v2.3.0' on windows 11.
I was using vs code well for developing nrf52840 board.
But, I found...
Hi Nordic Team I am working on a BLE application using the nRF5 SDK 17.1.0 with Peer Manager configured for Security Mode 1 Level 4 . I am encountering an issue related to...
Hi Support Team
I want to install ZAP tool for NCS V2.8.0 that for Matter development. The command I use to install is pip3 install -r E:/ncs/v2.8.0/modules/lib/matter/scripts...
In my project, nrf52832 used as a communication module.
In order to let user's phone reconnect automatically,I add HID service,appearance and uuid into advertising packet...
I'm trying to test my nRF7002DK with aws_iot sample to see how it works. I'm following this guide however it fails during build configuration & never builds whatsoever. I...
Hello :
1.
There is VAMP_IN_XO_LOW in the link, is there VAMP_IN_XO_High (Introduction of relevant information)?
That is, what is the voltage peak-peak requirement...
Hi I am using nRF5 SDK 17.1.0.
Hi I am trying to integrate ANCS in ble_app_uart example. In this example, I am not using bsp library as it is for my custom board.
I am...