Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hello Team,
Please help in guiding to enable L4 security & detailed guide to enable L4 in latest nRF Connect SDK having nRF54L15 chipset on nRF connect SDK 2.7.0
Thank...
Are there any serial commands that I can use to control some the functionalities of the board. My task is to use the dk with a windows app (UWP, C#), I want to start stop...
Hi all, I want to program a nRF5340 microcontroller to become a peripheral BLE device. I use the Zephyr with nRF Connect SDK 2.7.0 and VSCode as IDE. I have a custom electronic...
Hi,
i am using SDK 2.1.1 with nrf5340.
I would like to add the linker option --wrap.
What are the possibilities to add this option in Visual Studio Code ?
Could it...
Hello Support-Team! We are designing a system, where we need to maintain some settings using shell commands (we plan to develop our own set of customised commands). Our platform...
I am an experienced user of the Nordic Distance Measurement Library and I am encountering an issue where the device that is assuming the role of the DM_ROLE_INITIATOR can...
I tested it on the lzma example (ncs\v2.8.0\nrf\tests\subsys\nrf_compress\decompression\lzma),on the Cmakelist.txt code
generate_inc_file_for_target(
app
${ZEPHYR_NRFXLIB_MODULE_DIR...
Hello,
I am testing on nRF7002DK board using nrf/samples/wifi/ble_coex sample.
The sample is working fine and I am measuring current consumption of nRF5340 and nRF7002...
Hello,
I am working on a custom Agora board that includes a BT40 module with an nRF5340 MCU. I am trying to enable the MCUboot bootloader by setting CONFIG_BOOTLOADER_MCUBOOT...
I'm trying to get the settings api working with multiple partitions using little FS. Some of the implementation is specific to Nordic and was hoping to get an example of how...
Hello,
I am using the following device and development kit:
Device: NORA-B106-00B (nRF5340)
nRF Connect SDK: 2.0.2
Currently, I am trying to use GPIOTE PORT...
We have a production system running a modified asset_tracker_v2. Things are basically running fine but there is question with downlink and FOTA operations. We publish a JSON...
I am trying to get mcuboot working on a custom board. on version 2.7.0 sdk, But the board is not found.
I have simplified it to a minimal version like so (my folder can...
I am evaluating external flash on nRF5340DK. When I'm doing appcore DFU from external flash so that mcuboot_secondary and settings_storage are located on external flash, everything...