Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hello.
I started using a custom board with the nRF5340. After flashing the program, it seems that protection was enabled, and operations such as erase, read, and write became...
Hi ,Nordic team
I applied QSPI driver QSPILCD and encountered the following problems: question 1, use nrf_drv_qspi_write write data: header and tail will be a few more bytes...
I'm trying to migrate my project from the child/parent build system to the new sysbuild system in Zephyr, and I'm finding it a bit unclear. I came across a helpful post that...
I used to use ncs2.8.0, but now I have updated it to 2.9.1. I upgraded the SDK and toolchain to version 2.9.1 in VSCode, but encountered this prompt when selecting version...
Hi,
I am trying to integrate Sensirion SHT40 sensor with nRF52840. I am using the sensor sample app from 2.9.0 SDK. I am building with 2.6.1 SDK with toolchain 2.6.1. The...
Hello Nordic,
Based on the nRF52805 chip, when enabling scanning and sending the scanned data via UART, the system occasionally fails to enter the sleep mode properly after...
Hi
Two questions as below
1. About nPM1300 & nRF54L15 I2C connection, at nRF54L15 side, I put SCL/SDA at P1.x group, so INT also need at P1.x group? Or I can put at P0...
hi support team,
customer had one problem about 9151 with esim: the iccid can't be readout, it should be 19 bytes string, but we only get 6
may i ask what could be the...
Hi.
I am developing with NCS 2.7.0 using 5340 and have configured it to use 5 generic switches. These work fine. However, the order of the switches displayed in "Home" on...
Hi,
I test my nrf54l15 module(disconnect every gpio with outside),the sleep current was 3uA,seens can't not achieve 0.6uA as the datasheet said.
The nrf54L15's markcode...
Hello,
I’m working with an nRF5340-based device (NORA-B106-00B) and nRF Connect SDK 2.0.2. At low temperatures (around -20°C), some boards fail to advertise BLE (the advertisements...
Is there a way to test that the RXD and TXD pins are sending and receiving data on the nrf5340? I am trying to connect these pins to the u-blox ANT-B10-00C using male to female...
I have connected a Digital MIC to the nRF52833 and aim to transmit the voice data captured by the MIC via USB 2.0 Audio Class (UAC).
Upon consulting with the agency, they...
hi
I am using version ncs 2.9.0 and I use mcuboot for DFU. How can I modify the name of the final generated `merged.hex` file? I tried adding this to the `.overlay` file...