Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
I'm following the Lesson 9, Exercise 2: DFU over USB - Adding External Flash from the Nordic Academy: Tutorial Link
SoC: nrf54l15
SDK version: 3.0.2
Toolchain version...
Hi,
I’m using a custom nRF5340 board , and I recently migrated my project from nRF Connect SDK v2.9.0 to v3.1.1 .
The same project compiled and worked fine on v2.9.0,...
Hello,
I'm interested in nRF54L10 SoC, in Mouser and DigiKey I see that I can buy it in this package: QFN48 (QFAA). However in the datasheet it shows this package QFN40...
Hi,
I’m currently working with the nRF54L15 DK using the Channel Sounding Initiator with Ranging Requestor sample from the latest nRF Connect SDK. The setup runs successfully...
Dear nRF experts.
I am using the radio_test sample with SDK3.10
We used radio_test to add UART commands to control the on/off of all GPIOs for pin verification. We found...
I'm currently looking for a high-speed data transmission and reception solution that requires wifi (NRF7002) throughput, but I don't want to transmit data via wifi. It should...
I'm using nRF Connect for Visual Studio Code, working on a project that has worked great in the past, but I'm getting error messages now when attempting to flash any board...
Hi,
We are using the PMIC in our smart ring where we have limitations of number of components used and specially the height of the components used. Here, the inductor...
Dear Nordic Support Team,
Hope this email finds you well. I am currently developing a Matter-enabled device using the Nordic nRF Connect SDK, and I’ve encountered a question...
Hi,
I just got a power profiler kit II and I want to use it in an battery based application, where there is also the possibility that current will flow in the opposite direction...
I am using the nRF54L10 chip with NSC-V3.0.0, and I encounter an issue when using uart21 (p2.07–p2.08). If RTT is connected, UART transmission and reception both work normally...
Why doesn't the scan_evt_handler get called in the ble_app_uart_c sample under nRF5_SDK_17.0.2_d674dde conditions? I've tried various things, but neither scan_evt_handler...
Hi,
We are testing a custom board based on the nRF5340 that drives an RGB LED strip using the TI TLC5947 LED driver.
The TLC5947 has an OE (Blank) pin that disables/enables...
Hello,
I am using an nRF52833 in a project where and i want to be able to update it via another mcu (STM32H7) over uart. The STM32 has received and saved the new hex file...
Hi, I have a custom NRF52840 board that I need to send EMG data via BLE with. Only has SWD, no usb-c data link unfortunately.
I am using version 1.6.1 of Adafruit NRF52...