to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...