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...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Same question as devzone.nordicsemi.com/.../
What needs to change for a gcc setup in the compile flags.
If that helps, some of the flags I have now include:
-mfloat...
Hi,
I'm using s130 and my mcu is both central/peripheral. In the centrol role, when I try to connect and pair with an peripheral, I get all the way through SMP pairing...
I have been developing an application using PCA10028 board which needs to use timer. From the SDK8.0.0 pack, I found an example "timer_pca10028". It works fine when the SD...
Hi,
I'm trying to get a simple single packet transmit-receive working with the nRF51822. I have the following code shared between my transmitter and receiver:
#include...
Hello,
I am wondering how the Softdevice works internally with state changes because that's important for error handling. Here's an example:
Let's say the Softdevice...
Hi, I am trying runtime debugging using eclipse. Following are details of my set up:
Eclipse Mars 1.0 running on ubuntu 15.04 (64 bit).
Nordic nrf51822_xxaa...
Hi,
I'm trying to connect a nRF52-PREVIEW-DK to a Raspberry Pi 2 model B using 6LoWPAN. The nRF52 is running an HRM example, with LED1 blinking ready to connect. The Raspberry...
Hi. Is it possible to enable the encryption of data which corresponds to the particular characteristics?
I'm looking for a way or an e.g showing how to use the encryption...
I download the hex file in nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_s132_pca10040.hex directly into the nrf52-DK. But the...
Hi,
By using the PWM exampl in SDK 0.9.2, I can generate a 1MHz PWM signal without problem.
However, it seems that the function provided by SDK can just set upto 1MHz...
just when I send command to nrf51 to stop advertising by calling sd_ble_gap_adv_stop I got error NRF_ERROR_INVALID_STATE . what's the source of this error ?
static void...
In the past nRFGo Studio worked fine. Then I reinstalled windows due to an unrelated problem (and changed from 32 bit to 64 bit), and now it reliable freezes.
Most often...
To have a reference receiver to evaluate a new antenna design i would like to use the nRF52 development kit.
Therefore i am looking for a example application that can be...