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...
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...
Hello,
I previously used DECT NR+ modem firmware mfw-nr+_nrf91x1_1.0.2 on nRF9151 DK Development kit and moved on using the new modem firmware mfw-nr+_nrf91x1_1.1.0.
But...
Hello.
This may be a basic question, but please let me know. I am using nRF54L15-DK and nRF Connect SDK v3.0.2.
Is the 32MHz crystal running when the nRF54L15 program...
Hello,
I have created an application that collects data from sensors and GPS in two separate threads and publishes via MQTT. The two thread priorities are set to 10 and...
MIN and MAX macros are commonly defined in many code bases. These macros are also defined in nordic_common.h. To avoid conflicts with other libraries, it would be great if...
Hi, I have two pins, one handles a system wake-up event and the other reacts to an external uvlo event. The wake-up event is the only PIN that can interrupt and it configures...
Hello,
when I send notifications or indications to central device without bonding it works perfect. But after bonding they are not sent. I receive following logs when cetnral...
I am using nRF52840 dongle and nRF SDK version nRF5_SDK_17.0.0_9d13099.
When I am trying to debug the application it gives an error.
using your example project on nRF52840...
I can't go into too many details, but the scenario we have is:
We have an NRF52840 device connected to a PC through serial (for both power and communication) The NRF device...
I am trying to create a minimum working Keil uVision 5 S132 project with PCA100400. When I compare the examples with mine, I notice that during startup, when the code of flashed...
Hi
I heard in the "nRF Connect SDK" presentation from May 2020, that the nrfSDK only support BT 5.0.
Is this still correct that the features of BT5.1 and BT5.2 are not...
Hello,
I want to use RAM to keep some data after a soft reset, so that I can find problems after reset. And I also found some implementation methods, such as using .non_init...
Hi so I ran this example:
https://devzone.nordicsemi.com/f/nordic-q-a/40476/unable-to-convert-to-long-range-after-looking-at-umpteen-examples--/157426#157426
When I went...
I need BLE sniffer and I puchase this device because in this manual of "nRF Sniffer" say that "nRF52840 Development Kit (PCA10056) " is compatible.
https://infocenter...
Hi,
Looking at the footprint you supply for the aQFN73 package (I have looked at the one supplied for nRF52840), I see that the pad have a size = 0.275mm. If IPC-7351 is...
Hello,
We have a product that sends out an ESB message approximately ever second, it does this using the RTC timer with the following setting:
It sends the message...
We want to add the nRF52805 to an existing product but also want to have the option to perform a firmware update.
The current DFU implementation doesn't allow the softdevice...