Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
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...
Hello,
I am working with the USB CDC ACM Sample Application from NCS V2.1.0 on nRF52840DK and have encountered an issue when attempting to replace the UART_INTERRUPT_DRIVEN...
Hello,
I am writing to seek clarification on the difference between AT%XRAI and AT%RAI. I was testing the RAI feature using the SLM application (SDK v2.7.0 and modem firmware...
trying to program an nRF51422 chip with Segger embedded studio with soft device
i get the error
"Checking project status Building ‘ble_app_uart_c_pca10028_s130’ from solution...
Hello,
I have a custom board running as a low power node, consuming around 17uA during sleep. When I have messages back and forth, the node goes back to sleep as usual....
Dear support team: Problem description: Use \v2.7.0\nrf\samples\bluetooth\mesh\light routines to download to nRF52840-DK board, after adding it with nRF Mesh app (Android...
Hello,
I have trouble again with TX Power control. This time using Softdevice Controller and NCS2.6.0.
Previous issue which was solved (this was using Zephyr Controller...
I'm working on a Proteus-III module which needs to communicate with the on board UART0. For reasons that I still don't understand, the `uart_configure` function with which...
I would like to test event related functions on nRF5340 DK. But west build failed with undefined reference to `z_impl_k_event_init'. The following are log messages of west...
Hi,
I am trying to connect 4 devices (2 nrf devices + 2 B24 custom modules). Each of them can get connected independently as single device, but as soon as I start connecting...
I'm reading the code of peripheral_hids_mouse project and I want to select some functions to fill my own code.
prj.conf has these two config:
CONFIG_BT_GATT_UUID16_POOL_SIZE...
Hi,
I followed SDK 2.7.0 Fast Pairing example and successfully downlowd to nRF52840 PCA10056 EV board, using VS Code nRF Connect Extension.
Fast Pairing Input Device example...
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...