It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I am hoping to send/receive binary data (a protocol) on the same UART that has logging/shell enabled. Is there a way to access the UART RX traffic that the shell gets...
Hi all!
I've been working on a project using the nRF Connect extension for VS Code and I've been trying to figure out which HEX file in my build/zephyr folder for my application...
Hi,
I am sending a SCAN_REQ packet from my code after receiving an Advertising packet from the NRF5340 DUT. Sometimes I receive the SCAN_RSP packet, but other times I encounter...
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...