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 re-uzip NCS1.5.0 ,using SEGGER Embedded studio or using bash.exe to creat a sample project ,and can not creat .the problem is
CMake Error at D:/v1.5.0/zephyr/cmake/zephyr_module...
Hi Nordic,
Aquick question with respect to the Thingy91. As part of our development, I am looking to the Thingy91 as a reference. In the Thingy91 design, it appears that...
Hi, I'm new to C language. I copied and pasted nordic example TWI codes to my self-defined SDP31.c file. And declared some of the functions in SDP31.h.
After clean and rebuild...
Hi
In other toolchain with GCC it is possibility to move some variable to a non initialiseed section
__attribute__((section(".non_init"))) int buffer[1000U];
When I...
Hello,
I cannot receive the email about SUPL client library download link.
The email is the same as my devzone account.
I have checked everything in my email subscription...
Hi
i would like to how to properly set an authorization on write, i am using sdk 17. please explain all proper value of "ble_gatts_rw_authorize_reply_params_t " for write...
use ncs1.5.0 and sample peripheral_uart ,a board with nrf5340 . load app core hex and net core hex in nrf5340, i use a andriod app can connect nrf5340 through ble.
but below...
Hello
I am trying to install CMSIS on nrf Connect SDK.
I followed the instructions to modify the .xml file and point to the folder location of the .jar file in "Tools...
Can the pairing code be extracted from memory via JLink during production in order to print a pair code decal for a product without a display?
I know it shows up on the...
Hello devs,
I found this thread: https://devzone.nordicsemi.com/f/nordic-q-a/48928/radio_test-example-code-run-on-nrf52811 where exist it for the sdk 15.3
Is there something...
Because of my forced downgrade from Win7 to Win10, I can no longer build an older project under VS, so I am porting it to SES, the "approved solution" development environment...
Hello. Using SDK16 on my NRF52840 board I'm stuck here on my product development - trying to make my device have longer "sleep" battery life. when I call a simple function...
I'm trying to implement OTA update via BLE on my nrf52dk using Zephyr. I'm following this configuration guide to implement the FOTA in my project. However, when connecting...
With the NRF53 DK Board I have written a Firmware to use the CP_NETWORK for Bluetooth and this is working properly.
In our Company Dev Boards with NRF53 i had to enable...
Hi
I am using nRF-SDK-Connect.
I downloaded SDK v1.5.1 through Toolchain in nRF Connect, and nRF5_SDK_17.0.2 (not through Toolchain).
What is the difference between...