Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
I using github code.
SDK is 7.0.1
SD : S110 7.1.0
Channel : 4 ch
Period : 20ms
Width : 1-2ms ( RC )
Sometimes the width operates at 18-19ms.
ex : PWM2 was...
I'm working with the ble_app_hrs_s110_with_dfu_pca10028 (nRF51 PCA10028) example and am wondering what will happen if I attempt to send more than one sample at a time. Will...
It looks like APP_TIMER_INIT changed in v8 of the SDK. I do NOT want to run the code for timer callbacks in the IRQ, I want to run in the background loop. How should I properly...
Hello,
Our application board uses two NRF24L01P and two microcontrollers, so we have total four quartz generators on board. To simplify things we would like to use a single...
I have a project which measures temperature and humidity. After measurement the data should be send trough BLE.
I have one service for the sensor and two characteristics...
Hello,
what do I need to pay attention to calculate the consumption of nrf51822 in low power mode (sleep).
I make this simple program :
=========================...
whether one s110 device can connect to multiple s120 devices simultaneously...?
if not what is the special feature mentioned in Bluetooth 4.1 specification..?
is it limitation...
I'm testing ble_app_ancs experimental sample.
It seems working first connection. But after rebooting iOS Device, or Turn Off/On bluetooth function on iOS Device, ANCS does...
I'm developing an UART with SD110. I've updated the SDK to the newest 7.1 and I'm using MDK Pack-Installer.
I found a problem in app_uart.c and retarget.c .
retarget...
I have a nRF24L01+ connecting to an Arduino board using the RF24 library code. It is a print of the registers:
On the nRF51822 I have the following code:
int main...
Hi, I was looking on Digikey and there is a device with the following code: NRF51422-QFAA-R7 V2
Does anyone know what the R7 V2 means? I think R=reel? Thanks
Hello everyone,
I have two nRF51822 (PCA10024) which I want to communicate, one is a peripheral s110 and working properly with a batery service and a custom service, and...
I am new to BT certification so my following question may be incorrectly stated.
We are creating a new OEM BLE module using the nRF51882-CFAC. We intend to sell this module...
Devzone,
I've been working on a central device based on the project 'ble_app_multilink_central' and have encountered an error originating from within the softdevice of...