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...
Hello. I have a question about the development environment when developing using nrf.
When you build a new board and make firmware without using dk or ek, do you usually...
Hello everybody! There is a problem and help is needed. With the help of hardware timers, I need to generate a signal with a given accuracy. The frequency is 998 Hz. I'm using...
We are working on developing wearable device (like band) with cellular-IoT network connectivity. Considering available features and size, nRF91 series seems to be a good choice...
Hello
I am developing an application in which I am using a timer expiry function to submit an event periodically. My application is using the Application Event Manager...
Hello, when testing the BLE sniffer with an nRF52840 dongle (utilizing the most recent official sniffer firmware), I configured Wireshark to capture the coded PHY. After initiating...
Hi there,
I have recently moved to nRF5340 for my audio recording application. I have successfully implemented I2S master on nRF5340 using SPH0465 mems microphone as a...
I have some code that used to compile using version 2.5.2
I'm trying to move to 2.7.0 and have my own manager for TWIM that needs to intercept the TWIM interrupt.
In earlier...
I'm trying to use littlefs in Zephyr with SDK 2.7.0
My code is based on the example project "littlefs" and it compiles without problem using SDK 2.7.0
I'm using nRF Connect...
I am experiencing an issue with my board, where I have interfaced an nRF52840 with an LSM6DSV16 via SPI.
The nRF52840 chip, once started, can decide whether or not to...
I am trying to get an LED attached to GPIO to turn on. I have tried all documented methods I could find but with no success. I have no issue controlling the onboard LEDS but...
Having trouble creating the zephyr DTS DTSI files for i2c0 for the nrf54L15. need to get the initial definition correct,
actually using dtsi
& i2c0 {
compatible =...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
I am working on a custom nRF552832 board. I need to use the reset pin (p0.21) as GPIO input.
I am using the NRFConnect plugin on VSCode to develop and program the board...
Hello,
We are using the nRF52840_CKAA_R7 package of the nRF52840 on our custom board. The USB pin connections are designed based on the nRF9160-DK's nRF52840 reference....