I'm testing the SPI-slave functionality based on the routine ncs/v3.3.0/zephyr/tests/drivers/spi/spi_controller_peripheral .
The original code uses the pins of SPIS21 ,...
Hello Nordic Team,
I am working on an application using the nRF52833 with the following requirements:
Device operates as both BLE Central + Peripheral
Stores bonding...
Dear Nordic Team,
We are seeking assistance in resolving a significant power consumption gap observed in our nRF9151-based asset tracker. While our lab testing suggests...
Hello Nordic Team,
I am working on a project based on the following requirements, where I have added multiple configurations and peripherals in my firmware, and I need to...
Hi,
After installing nrf sdk v2.9.3 trying to build application under Windows fails with the following message:
Trying to run any command inside the NCS shell/terminal...
I am designing an ultra-low-power BLE Audio TWS board based on the nRF5340 and have followed the recommended hardware design guidelines throughout the project. This is my...
Hello! We are in the middle of an upgrade to 3.2.1, and we encounter the following issue using SB_CONFIG_MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH, SB_CONFIG_MCUBOOT_MODE_SWAP_USING_MOVE...
Hello.
****************************** 1 ******************************
In the picture above, it's the original circuit for 9151 in our schematic, for this block of pins...
I followed Lesson 1, exercises 1 and 2 of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/ and successfully built and flashed the blinky sample on a nRF54L15...
Hi,
I'm porting a working SPI camera demo from nRF52840 to nRF54L15 and I'm stuck with an issue where the SPIS RX amount is correct, but the received buffer is all zeros...
I have worked a bit with ESB and see that there are functions to get/set a channel, as well as check the RSSI value in the "struct esb_payload" for a packet. Are there already...
Hi, I am using NCS v2.9.0.
I am using sysbuild to build MCUboot and application images. Following are relevant Kconfig options:
mcuboot.conf
CONFIG_MAIN_STACK_SIZE...
Hi, having a little of an issue and would appreciate your support:
When bringing up a board which has the nRF9131 and the nPM6000 I'm getting the following error when doing...
Hello,
Currently working with NCS v3.10 and using SMP service with external flash to store image in a custom board. I'm capable of upload zipped application using DFU button...
I am using the nRF9151 DK, using the Serial LTE Modem firmware from the nRF Connect quick start.
I am planning to use nRF9151 as a serial modem, and connect it to my Host...
Hello
I was attempting to update a pre-production project where we have 2 servers connected to one gateway where the servers send the audio data back to the gateway with...
Hey guys, I want to store sensor data as circular buffer in non volatile memory. I saw https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_file_system_storage...
If a heartbeat or other chunk reliant on symbol file data is ingested when there is no symbol file associated with the Software Version / buildID it seems like the chunk is...
Hello,
I am currently trying to make an application that can do FOTA and store the secondary firmware image on an external flash using sQSPI. The project I started is based...