Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write 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...