Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[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: ...
How do I adjust the swd speed used by nrf connect RTT ? Currently it is 2000khz but more is needed. I need to transfer audio data to PC.
For some reason my current process...
I have my application running (NCS 2.6.4) on the bench with clock source set as internal RC and with the configurations such as -
But when I do multiple resets using nrfjprog...
I saw in nrf connect sdk 2.9.1 that there was nRF54L15 sample code for Channel Sounding and nRF52833 DK sample code for Direction finding.
But now I want to implement...
When I build my application for the nrf52833-DK board with the "Optimize for size (-Os)" option, I can see in the terminal that the FLASH Region Size is 237056 B of which...
Hello,
I am attempting to configure the following setup to support (with an nRF5340 + nRF7002-EK)...
1. nRF7002 on SPI w/ TLS, STA, and FW patches offloaded to QSPI...
Hello,
I am using PAwR (Pe riodic Adve rtsing with Response) in coded PHY (S8) with SDK 2.7.0, following the Nordic demo :
8562.PAwR_Demo.zip
Periodic Advertising with...
Dear Nordic company,
I am writting to you in order to discuse some trouble with TCP server that I am trying run on Serial LTE modem application.
I am able to create...
hello, I encountered a problem using SPIS to communicate on nrf54l15
Environment: NRF54L15, NCS2.8.0
When using SPIS for SPI communication, you must first write empty...
Hi all,
I'm working on a BLE peripheral using Zephyr and have run into an issue when enabling both dynamic device naming and long advertising intervals.
I enabled dynamic...
Is there a way to test that the RXD and TXD pins are sending and receiving data on the nrf5340? I am trying to connect these pins to the u-blox ANT-B10-00C using male to female...
Sorry for the inconvenience!
I have downloaded V2.8.0 nRF SDK, and I use this command to build light bulb project:
west build -p always --build-dir nrf/samples/matter...
Hi guys,
we are using the nRF52833 and have a running application. Now I want to introduce unit tests and stumbled upon ztest . The idea is to add a folder where all the...
I'm using nrf52832 developing my application.
In the past I used sd_ble_opt_set() to set a static pairing code for pairing.
But now a new requirement has emerged, I need...
I am trying to develop Zigbee plug using the demo provided by Nordic. Working on my Intel Macbook Pro 13.7.3
The toolchain and SDK are installed, ver 2.9.1. The program...
Hi,
I'm trying to play some sounds on a piezo with the help of the pwm. I tried to set the period with pwm_set_dt but only the first call is successful and every subsequent...