Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
HI Nordic support team,
i want to ask about: interface multi to multi with proprietary_rf example?
At this time we only have 2 nrf52840 DK board. We cannot check multi...
Hi Team,
how to implement DFU OTA using nRF Connect SDK. NCS is different from nRF5 SDK, For nRF5 SDK lot of references available. please give any reference or examples...
I have a custom board with the nrf5340 and LSM6DSO accelerometer connected over SPI and I have an issue with the compiler not finding the lsm6dso file even after including...
Hello,
I have been testing the WIFI on the nRF7002-DK board and have found that it drops out if not used. The WIFI sta example running on the nRF7002-DK connects to a router...
As Pevious ticket: Using NRF24L01+ with pure assembler programing becomes very long, I open a new one as Torbjørn suggested
This is a description about what I have doing...
Hey,
So I was trying to flash the audio application on my nRF5340 audio dk. I built the program successfully using the buildprog tool provided.
The problem here is, I...
Hello I want to make an application that will be sending data from 3 peripheral BLE devices to the central device which wil be connected to PC and transmitting data (from...
Hi,
as soon as I include CONFIG_REQUIRES_FULL_LIBCPP=y in my prj.conf I get an error "undefined reference to `_impure_ptr'" when building:
This happens when I try...
When I developing application with nrf SDK,I can set device name by sd_ble_gap_device_name_set().
But when I turn to NCS,I should set device name such as CONFIG_BT_DEVICE_NAME...
Hello everyone I am using Nrf5340 Zephyr sdk v2.4.2 to broadcast BLE as a peripheral connecting 2 devices with Esp32 as central and phone at the same time, the following error...
Hello,
Does anybody know why I can not discover the service uuid as shown in the picture below?
I want to connect a sensor with this chip nRF52832, it's service UUID is...
Hello,
I'm using nrf52840 USB Audio headset application on nRF52840 DK. The nRF connect SDK version is v2.6.0.
I want to change the output to i2s out. The following are...
Hello, I have a few questions about sending code via J-Link. We are doing our project on vscode with 2.6 sdk. When working with nrf5340dk, flash via vscode was enough. However...
Dear lovely people from Nordic Seminconductor,
I have the nRF52840 dongle.
I installed the software ""nRF Connect for Desktop" on my Ubuntu 24.04
For that I ensured...