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...
Hi,
I am trying to create a device two temperature measurements.
I have created two endpoints like this:
but when I try and compile, I get this error:
G:/ncs/v2...
Hello! I am trying to monitor mbedtls heap usage in the azure_iot_hub sample (v2.8.0), building for nrf7002dk/nrf5340/cpuapp/ns. I can see in modules/crypto/mbedtls/library...
I am trying to enable userspace for my project. I am getting this error on one of the last steps related to some debug info.
I can compile fine with all the same configs...
"I added an endpoint called Matter Extended Color Light to the matter_bulb example. After compiling and flashing the firmware, HomeKit only recognizes and creates two dimmable...
Hi,
I want to connect LDC2114 to nRF9160. I write the nrf9160dk_nrf9160_ns.overlay and the astri,ldc2114.yaml. I don't know how to set GPIOs in & i2c1 - ldc2114: ldc2114...
Hi all,
I am dealing with a similar problem to this post: https://devzone.nordicsemi.com/f/nordic-q-a/110715/creating-development-env-for-nzrzf5340-error-warning-nrfjprog...
Hello,
I am using the nRF54L15-DK and nRF Connect SDK v2.8.0, and when I try to compile the Zigbee Coordinator sample, I get an error saying that <zboss_api.h> cannot be...
I'm using NCS version 2.6.1 with a NRF9161DK
Recreating the issue:
Follow the instructions in the readme of the sample: Cellular: nRF Cloud multi-service
Build with...
Hi nRF experts.
We are RF module manufacturer, We are developing nRF54L15d module, When we develop production test software, we need to test power off current, Using the...
I'm trying to get a gas gauge and charger IC to work on the i2c bus. Both have different addresses. I'm able to read from the gas gauge address but not the IC. Are there specific...
Hi Nordic:
I use NRF54L15 for my product and hope to use ANT+AND BLE. Does NCS2.8 currently support it?
I couldn't find a example program for ANT+in NCS2.8. How can I...
Hello support team,
I am developing a mobile app to communicate on BLE coded phy (long range) with nrf5340DK. The nrf connect for mobile on android works fine, but not ios...
We have some devices that run the same firmware, but need different default BLE tx power settings.
There is a KConfig value to set the default, but in our case it is different...
Hello,
I am going through the intermediate DevAcademy tutorials right now because I specifically need to use the 52840 dev kit to interface with a SPI driven ili9340 device...