SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
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...
I'm attempting to cause the watchdog timer to timeout and activate for a verification test. I'm using Segger Ozone as my debugger. My OS platform is Windows10. I cannot seem...
I wonder what external load (if any) can be connected to the VDD pin of the nRF52805. Reading the data sheet gives the impression it is for internal loads only, but I assume...
Hi,
Today I realized something interesting for our devices: The Update from an older Software Version build with SDK 1.6.X was on it and I updated via AWS FOTA to new version...
Hi,
I am working on the v1.7.0 and I am trying to connect two peripheral with the same services to a central. The first works without any problems:
When I unplug / disconnect...
Hi
I have been experimenting with ncs recently, just trying different things out.
I'm making an application based on the following example (Which is basically code from...
I would like to add dynamically notify callbacks on a given characteristic.
Currently I can only register one callback on the creation of the characteristic:
How can...
Hello,
I notice that there is a memory region table shown when the program is compiled.
Memory region Used Size Region Size %age Used FLASH: 106392 B 960 KB 10.82% SRAM...
I have a firmware which uses FDS to store configuration, and I want to set some defaults at manufacture. The data might be hundreds of bytes. I could write the data as a binary...
Recently, Nordic released ncs1.7.0, I wonder if it supports the following features:
1. What is the maximum length of broadcast data for extended advertisement? It cannot...
Hey ,
I am currently working on nordic Thingy 9160 .
I was testing this UE and just wanted to know whether we can check the neighbour cell information somehow or not on...
Hi,
In peripheral Advertisement Service. I am trying to add two more parameters(Characteristics Value) under the Battery Service.
Some how it is not creating new characteristics...
I am running the BLE Mesh Light Switch Server Demo
On the mesh stack init phase I encounter following error:
app_error_weak.c, 108, Mesh assert at 0x0002F6E2 (:0)
Debug...
Using nrfConnect 4.5.3 on Android - with a .zip package generated using nrfutil ~3.5.1 I am seeing an error reported at the end of a DFU session. When the update reaches 100...