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 used nRF52840 board with SDK 17_1_0 ,
I want to used WS2812B in my project so any one can give me reference code for this or
can suggest me how can i implement its driver...
Hi,
I am using nrf52840 and SDK-16.0. Initially I was using SPI1 and SPI2. now along with this I am using SPI3.
we have added new feature which consumes 316*9*26 bytes...
I am trying to cancel a pending connection as a workaround for .
However when I run:
```
LOG_DBG ( "Peripheral connection timeout cancelling and trying later" ) ;...
Hello . I saw this issue raised previously but with no resolution so here it is again
I built the smp-svr sample in VSCode with Zephyr SDK 2.6.1 which produced a DFU package...
Hi all,
The question is about 125kbits and 500kbits long range modulation in proprietary protocol. I'v seen a post saying that is technically possible ( ).
But is...
Hello,
I have a project in progress with an NRF52840 chip. I was able to buy an aircard with the same chip www.kickstarter.com/.../aircard-find-your-wallet-always With this...
I receive the following error message when trying to install the toolchain manager (V 1.5.0) from nrf connect for desktop (V5.0.0):
Error: Failed with exit code 1. Failed...
Hi everyone, I am trying to send data over USB port for the nrf7002 dk Could anyone have any guide, tutorial, resources, or suggestion on how I should do that project config...
We have a device that does not support bonding, however the services changed and so we want to notify devices that may have cached the previous attribute table. To do this...
Hi,
Good afternoon. I try to implement littlefs file system in my external Nor Memory. I want to store a file and then want to access the file. I am using nrf52832 board...
I am new to nRF MCU's and nRF connect SDK, I want to interface my INMP441 (I2S MIC) with my nRF52840 MCU to print the mic data on serial monitor , can anyone please link me...
Hello, I am working on a project for nRF9160 that is supposed to provide FOTA/DFU functionality for main application, modem and nRF52832 co-processor acting as SPI HCI slave...
Hi Nordic Team,
I am currently working on developing applications for custom boards using the nRF Connect SDK v2.6.0, specifically focusing on the nRF52840 microcontroller...
I have build a simple program to Interface my PDM (ICS 41351) Mic with my nRF52840 DK usnig nRF SDK on VS Code, although the program in build and flashed successfully I cant...