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 didnt see in the data sheet a specific window of time the chip needs to properly shutdown without interrupting a critical process that might cause corrupted memory. I am...
I'm adding DFU over Bluetooth support to an existing application based on nRF Connect v2.3.0 following these instructions . What the instructions lack (and possibly is a given...
Hi,
I have been trying to modify the LVGL example to work with an 480x320 SPI TFT screen (adafruit's 480x360 TFT featherwing specifically). I have gotten working with 240...
Hi,
I was using nRF products a while ago, and now coming back to the platform again. However, it looks like everything has been changed with the nRF connect.
Anyway, I...
Hello, Our board connects and remains connected to our server with only eDRX sleep periods. When a disconnect occurs we want to know if it's a connection issue to our server...
Hi All
Hi, I am using nrf51822 controller in my design for with SMD chip antenna for RF output.
Can anyone suggest me any reference design(Hardware and Layout files) to...
I am working with ESB between 2 nRF5340DK's (w/ no need to be cross compatible w/ other devices) and with NCS v2.5.0. I am using ESB to wirelessly transmit data every 2ms...
We wanted to share our feedback as we recently went through Zigbee 3.0.1 BDB/cluster certification using the ZBOSS with our end device product. While we were ultimately able...
Hi,
I have a Zephyr ZigBee project based on the Nordic Light Bulb example and a custom ZigBee2MQTT integration. However, I can not trigger an identification on ZigBee2MQTT...
Hi Support Team,
1. I have a problem with nrf52840 DK board, it was not detecting in nRF Connect SDK for DEsktop.
2. Previously it was working but now it is not working...
Hello,
I have a custom board which has an nrf5340 on it. We are using nRF Connect/Zephyr in this project. Currently the board has a pretty simple interface seen in my overlay...
Hello
I made a project based on this guy's example taking the same settings, but considering the specifics of nrf52. Since it's a relatively recent solution, I thought it...
Hello
I've been experimenting in increasing the number of targets that a mesh FOTA distribution server can support on nRF52840
The CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX has...
Hi!
I am testing the nRF54L15-DK with 2.9.0 SDK and have some questions:
1. MX25R64: - why is it used in 1-bit (spi) and not 4-bit (qspi) mode? - OTOH this setup saves...
Hi nRF experts.
Is there any way to output 32khz to gpio? We need to verify the frequency offset of 32khz.
I saw that there is a ppi_trace sample code that seems to solve...