I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello,
I need your help about the BLE stack in zephyr with the NRF5340 chip. For my project I need to use extended advertising in LE Coded PHY mode. I use the advertising...
Hello team, We are searching for the guidance on how to connect nRF7000 to nRF9160. We are interested in the device tree example and .config file.
Thanks.
Hello,
When I use the sample mutiple_adv_sets in NCS v2.5.0,
I am wondering if there is a way to print the index of each AD after it has been started, so as to distinguish...
Hi,
We are currently using "nordicplayground/nrfconnect-sdk:v1.9-branch" docker images for our gitlab CI and it works great.
Unfortunately with more recent images( supporting...
Hi there,
i have previously used the NRF52 series in which i read UICR customer values at runtime using the NRF_UICR->CUSTOMER pointer. This was on the old sdk (15.3)...
Hi DevZone,
I am having trouble programming samples to my nRF5340DK. I decided to try validating my issue by using the Quick Start application in nRF Connect for Desktop...
Hi,
We are trying to enable Multi-Image DFU on the nRF5340 so we may update the network core on its own (no app core update). We realized that to be able to update just...
I am developing a product using SDK_17.1.0 and nRF52805. The basic function development has been completed.
I need the DTM firmware for RF test of the nRF52805 board, so...
Still working on nRF5340 with external QSPI NOR Flash model EN25QH64 (building environment: NCS 2.6.1, Zephyr 3.5.99). I use it for slot-1 partition during DFU. At build time...
Hi,
Is there a way to use the nPM Fuel Gauge board for battery capacity testing? I would like to evaluate/confirm the actual capacity of the batteries I buy. The Power...
Hello,
We are using the nRF9160-DK (ARM platform) and are running the llext examples. However, we encounter a NULL return when calling llext_find_sym() . Could you please...
Hello,
I am developing a custom board using nRF52832 (QFAA) and flashed (no debug) it with sample beacon app (NCS) to check the transmission. When I power custom board using...
Hi,
I want to develop a Bootloader for the firmware update, I followed the dev academy course to do firmware update using mcumgr command line tool via uart.
Now I want...
Hello,
I want to integrate a bootloader with BLE DFU functionality on the nRF52811 microcontroller. I have several questions regarding this:
Memory Management : Since...
Hello: In my project, I have the following requirements: I need to conditional compile the device tree, i.e., it needs to include a header file via #ifdef, but it can't conditional...