[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...
Continue.
PCA100059,S140,custermize periphral Blinky.
I have changed the value transfered between peripheral & center with
uint8_t* data;
uint16_t dataLen;
The max...
Hi,
I'm trying to use device_credentials_installer.py with an FTDI USB-UART cable, but the script returns "No device found." I've tested other scripts and confirmed communication...
Hello everyone,
I'm pretty new with BLE configurations. I'm currently implementing a BLE NUS service, and noticed that on the example code the max length supported is...
Hi Nordic Team and Other,
We are evaluating an audio product using a NRF5340 Audio Dk (Custom Board) and using nrf5340 DK for flashing the custom board using the setup as...
Hi,
We have a pcap file of a MQTTS connection to AWS, provided by the Soracom SIM console. I will print the first lines of the Wireshark trace so you can see what I am working...
Hi, We are evaluating whether nr54L15 supports LE Audio function? According to the specification, it supports bluetooth 6.0 and should support LE Audio (Isochronous channel...
Hi,
currently I am struggeling to get my SD card connected to the 54H20 DK. Each time I try to mount the SD Card I get the following error:
The Error is raised after the...
We are using a custom board design. I created a custom board configuration when using the v2.5 SDK. In this configuration, we have the UART0 pins configured such that RXD...
Hello,
I am using the nRF54L15-DK development kit. The peripheral-uart example works well to stream data from the kit to a smartphone using the nRF-tools App. However...
Hi
I want to use the timer in counter mode (gpio event shortcut to count task). Do you have any number of current consumption? The plan is to have a 64Hz signal but it could...
Hi, after uploading a Zephyr project (like the "Hello World" example), I couldn't see the device in the serial monitor. i add the below commend in overlay file also but still...
Hello,
I am in the process of following a series of tutorial videos on driving an LED with pwm, but I don't understand how to properly configure my .overlay file and my...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hello,
I'm using 'nRF Connect for Desktop v4.2.0' and 'nRF Connect SDK v2.3.0' on windows 11.
I was using vs code well for developing nrf52840 board.
But, I found...