Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
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...
I have some question about nRF52832 Bluetooth Firmware upgrade problem:
1. I have a device with nRF52832 in my hand. If I don't use the JTag interface, how can I confirm...
Hi,
We are using Nrf51 with SDK nRF5_SDK_12.3.0_d7731ad
We based a UART bridge on the BLE_APP_UART example
The UART connectivity is Rx/ x only (RX_PIN_NUMBER 0; TX_PIN_NUMBER...
Hi,
we've noticed that after performing an OTA DFU, the Bluetooth Address of the device changes as follows: new_address = old_address - 1
Example: Address before OTA DFU...
Hi there,
I am a beginner to the nRF series and I had the following question.
For a battery powered system, is it better to run the nRF52840 at a lower voltage such...
Hello,
i'm trying to program on 51422. The BLE signal,which runs well on 51DK, doesn't trigger any signal on my own PCB. i've successfully light the LED on my PCB. i think...
Hi,
I'm using nRF52832 and I'm trying to switch from SDK15.0 to SDK 15.2. While I've been able to install micro-ecc library in SDK15.0 and use OTA DFU, somehow I'm stuck...
Hello.
I want to integrate UART and SPI ,I am using SDK15.2. The problem here is i am not able to add app_uart.h to main.c(spi).
My question here is how to add it to main...
My working platform is nRF52-DK, and I want to execute DFU firmware upgrade
1. How to create a Bootloader Image? Which Source-Code of SDK_15_2 is used to build the bootloader...
The RTC documentation states that the LFCLK source needs to be explicitly started by the software.
Is this step necessary when using the SoftDevice? As far as I know, the...
I'm not sure about how does the ble_app_att_mtu_throuthput example works exactly, i supose the throughput test runs as follows:
1 tester defines a service 'populated' with...
Dear all ,
Working with nRF52832 (currently without SoftDevice), and there some issues regarding the project current consumption that we need to understand:
1) In the...
Hi,
I am having a trouble trying to make a custom service from SDK 15.0 ble peripheral template example. I have followed the tutorial from : https://devzone.nordicsemi.com...
Hi i'm a newbie, Got Thingy:52 (Keil and J-link) and want to develop HOGP keyboard application. Where can I find Tutorial or example ?
Is there a step by step guide on how...
Hello everyone, I'm using nRF52 kit which has got only one UART module, i'm also using the log driver(which uses UART, typing stuff into a virtual terminal using NRF_LOG_INFO...