Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hello, I am using nRF Connect SDK version 2.9.0, and I want to know how to perform the software interrupt.
Where can I find the driver of the software interrupt to know...
startup_config.h is included in the file 'arm_startup_nrf51.s' but it does not exist in the nrf5 SDK. Where is it located?
I note there is a comment about the nrf5...
I have the same application that runs on both nrf51 and nrf52 MCUs. The Bluetooth in the application uses SoftDevice and not the SDK primarily because I started with the pc...
While evaluating low power mode on SBC I notice something strange:
- PPK II measuring 76mA
- LAB power supply measuring 67mA of supply current
- Digital multi meter...
I have nRF Connect SDK v2.9.0 and an nRF54L15 DK.
Is it possible to build the Zigbee NCP Sample for this board?
The source files under the Zigbee NCP Sample directory...
Hello everyone,
I have zepyhr running on the Cyclone V according to the following instructions: https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/boards/arm/cyclonev_socdk...
Hi,
I am using the SAADC (AIN2) to get temperature values from a Pt1000, and I am experiencing sometimes strange behaviour after the offset calibration is done.I have quite...
I am working with the NRF5340 to develop a BLE audio streaming application using a PDM MEMs microphone.
I have played around with the NRF5340 Audio DK and got PDM audio...
Hi
So the central multilink example uses init_scan . connect_if_match = true ; Mine is false, because I want to manage the connection myself.
I'm filtering out 5 seconds...
I am trying to debug an application in VS Code for the nRF52840 DK in the nRF Connect SDK.
After starting debugging, I immediately get this error: "Exception has occurred...
Hi everybody,
I'm writing because I'd like to check if I understand the functionality of the AT command AT%XBANDLOCK correctly.
The first part of the question should...
Hello sir/Madam,
i want to change the code that prints values(the values are from nrf_dm sample) to the serial terminal in nrf52840 dk using nrf connect in visual studio...
It is not possible to connect to the Peripherial using identity address steps to reproduce 1. connect to peripherial using random mac address 2. bond using random address...
I'm currently working with a BL5340PA module with the external antenna connector. we were wondering what was the RF switch isolation between the two antenna outputs. In other...
Hello,
I am currently working on a project using a custom board with nRF52840 + nRF21540 . I am trying to measure wireless performance using Direct Test Mode (DTM) , but...