[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
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...