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...
I am working on a project where my hardware includes an array of LEDs. I want to run an LED pattern on the array during the DFU process. I have tried to find a solution for...
Hi, I have been working with I2S Mic sph0645lm4h-b and nRF5340 audio DK. I configured mic and while I'm reading the data it throughs an error code of -5. I'm Sharing the code...
I am a beginner and I want to switch from SDK 17 to nRF connect SDK v2.6.0, but I found that many configurations are different, such as gap initialization, gatt initialization...
Hi,
In my wearable application, I would like to have reset functionality by pressing two buttons, which I also would like to use as application interrupts. I read that the...
I'm working on implementing asynchronous UART on a nRF52840dk but uart_callback_set() is returning -88 (ENOSYS), which according to the tutorial here means it's not supported...
Hello!
I am using a nRF52840 board for some really simple development. First I just tried to run the blinky example and connected with another BT device. It worked well...
I attempted to use https://github.com/Protocentral/protocentral_max30001_zephyr_driver to build my project. However, I am still encountering some issues.
1.In the overlay...
Was following steps here to set up the sidewalk sdk from a blank nRF Connect SDK for VS Code application template using sdk v2.7.0. I noticed immediately that the directory...
Description : I am experiencing a build issue after porting my project from nRF SDK 2.4.2 to nRF SDK 2.7.0. The project involves using the nRF5340 and was building successfully...
Hi,
I'm trying to implement an application that acquires data from two channels of the SAADC in "parallel". I'm currently using the nRF52 DK and nRF5 SDK v17.1.0. After...
when I change from compatible = "nordic,nrf-spi" ; to compatible = "nordic,nrf-spim" ;
the SPI transceive failed
my overlay file
my yaml file
main code
nrf52840 and nrf5340
NCS 2.4.1
I have a project based on the Thread coap_client with mcubbot added, and we are migrating it from the 52840 to the 5340. We need to maintain...
I am developing an MQTT client application with NRF9160, trying to connect to a Mosquitto broker using TLS with three certificates. However, I am encountering an SSL version...
Hi,
I encountered some problems when using UARTE.
In terms of hardware, I have connected the 52840DK LOOPBACK_PIN_1A and LOOPBACK_PIN_1B.
Software code is the original...
Hello,
I see that kiss_fft is used in the libLC3 library. I would like to use it for another part of my product in addition to the pre-compiled LC3 lib, but don't want to...