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...
In our application we want to connect to our server using LWM2M to exchange some data. To make a connection secure PSK key and indentity needs to be set to lwm2m objects:...
Hi,
I want to run my calibration code only once and this data store in flash (using FDS library) and not again even after restart. Is there any example of this kind of usage...
nRF52832, SD 132, RTOS, SDK13
Can anyone let me know how CPU will do when waiting for a message like below?
evt = osMessageGet(main_msgBox, osWaitForever); //wait...
Hi, I've got nRF Connect 3.6.1 installed on Windows 10. I just launched it, saw "Update" for all its individual apps and did so. Now most of them show an exclamation point...
application : examples\ble_peripheral\ble_app_hrs_freertos
I am using nRF52832 with sdk 17.0.2,+ freertos.
I need to implement low power with LOG_ENABLED,but the Power...
Hello all,
I am currently working in a project that uses the nRF5340 SoC, nRF Connect SDK and Zephyr. The system has multiple sensors to measure various quantities such...
How is it possible to run a DTM Test on a custom board using the nRF Connect Tool?
I am able to run it successfully with 2 DK boards, but I need to run it on my custom PCB...
1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding...
Hello DevZoners, I hope you are all doing great!
I'm struggling to understand how this works.
I've been following the NCS Tutorial part 2 to implement the PWM peripheral...
Hi,
I am working on nrf5340. I would like to change the TX and RX default pin of uart0 to <33> and <32>, I modified the file "nrf5340_cpuapp_common.dts" as below.
The...
I've been develop the other MCU;s DFU driver for the nrf52832 recently, and I ran into several problems.
The first I show you my DFU step in the RTL8720( Be the central...
Hi there!
I'm using the nRF Connect SDK with the VScode extension for developing an application for the nRF9160DK. I've taken the lwm2m_client sample as base and rewrote...
I'm struggling to get buttonless DFU to work with FreeRTOS. I've gotten buttonless DFU sample to run on the hardware. I also have FreeRTOS running on the hardware. However...