board : nRF5340
sdk-nrf : v2.7.99-cs2
Zephyr version: 3.6.99
I am following https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image...
Hello Team,
We are working on custom board using nrf54l15 platform.
If we flash only application code, it works, LED is blinking & BLE advertises. But after adding DFU...
Hello!
I'm currently working with the nRF7002 Wi-Fi chip on a custom board. The MCU used is STM32H573ZIT6, and the software is Zephyr 4.0, specifically using the Wi-Fi shell...
i have PMIC(I2C based )Max20360 that is developed using twi sensor , to this when i am intergrating a SAADC part throws error error # 134 :expected a field name . 1)why am...
Hi, when I am trying to set up channel sounding, I am looking for the best parameters for CS configuration. The main problem I have is that even with slow movement (1 km/h...
Dear sir,
I'm using the sample application "channel_sounding_ras_initiator" to performing the evaluation. Here are my test environment: - Developement kit: nRF45L151 - Tool...
I've read the document, 51822 Product Specification 3.1
But I can't find which pins are assigned for SPIS.
I'm using QFN type.
Directly speaking, can I achieve SPIS...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
in our final device, I want to give the user the opportunity, to close an opened BLE connection between our device and another smart device. This should be done...
I have 2 boards. The first board, I run the demo project code for ESB PTX. And it works fine. However, I load the same code on a second board, and "nrf_esb_enable()" never...
I intend to use ESB to transmit data every a few hours. Since I want to use a beacon board, I assume the ESB app needs to sit on the S110 softdevice.
I added S110 to the...
Hello.
I use nRF51-DK and need to avoid appearing of the virtual drive during connection to PC (it's confusing my customers). So, I want a behavior as an old PCA10001:...
I am designing with the nRF51822 and I have a choice of either a 32Khz or 16MHz crystal. Can you tell me the advantages and disadvantages of both?
If the 32KHz crystal...
Hi,
I've got a question about the startup-process and power consumption using BLE&Advertising (sample code: nrf51-ble-tutorial-advertising )
I've got the "new" nrf51...
I would like to see app_trace_log messages on a terminal window on my PC.
I did the following things:
Added the define ENABLE_DEBUG_LOG_SUPPORT to my project in the...
Hello,
When I set min to 7.5 ms and max to 200 ms. Witch one is used at beginning (it looks like if it was max) ? Do transitions are done automatically depending on numbers...
The V3 S310 documentation appears to show that it can operate in a Central Role.
The BLE_GAP_SVCS enum has been modified to now include the following additional values
...
Hello,
I'll explain my project.
I developed a device that take a magnetism sample (with a sensor) each hour, but the device should be available all the time, because...
Hi,
I want to have a bootloader without softdevice on SDK 8.1.0
I do not want to change the SDK and it seems to me the SDK only works with softdevice.
Do you have such...