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...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
I'm unable to get any output when writing to the UART while using the s110 softdevice. I'm refering to the hardware UART. I'm not using bluetooth for serial.
I'm using...
Hello,
I wrote a firmware for my project, based on the UART over BLE example, so using the softdevice, establishing connections, etc. It works.
I'd now like to use a...
Hi all,
I can program and debug my application just fine when the softdevice is not used (initialized). Problem is, when I do use the softdevice, I end up in Hard Fauld...
Hello,
In our prototype (Embedded System) we want to use nRTF24AP2 with Chip Antenna, as W3006, for example.
Our questions are: where and how needs to be placed the Chip...
Hi there,
I currently have an nRF51 DK set up transmitting six 20 byte packets per 7.5ms, there about, to an nRF51 Dongle set up as a central. When viewing with Master...
Hello,
I would like to move on from using nrf_delay_ms().
I thought this would give me some first results, but It don't. Whats wrong?
//a
static void test_timer_handler...
Should be noted that i'm using nRF51822 breakout board and i have a lot of problems with its programming. And i'd just begun to write own topic about my problems with connection...
Hi,
I am playing around with the BLE_proximity_template on the Redbearlab BLE shield and an Arduino Uno. I uploaded the sketch and paired my Android Lollipop device with...
I'm a beginner and have been using library provided by the nordic to communcate with nrf8001. I read nrf8001 data sheet but couldn't understand how to use the aci commands...
Hi,
I want to get this dongle to 'see' the data being transmitted to and from the nrf51 dk. I saw a note here adafruit saying
The sniffer firmware cannot be used...
Hi,
i wuold like to control one port of my home gate's centraline by Ble shield on Arduino.
I need to send an impulse for 1'', no more. Like a release button, not like a...
Got it working .. forgot (didn't know) I had to change the attribute length as well
I am currently trying to figure out where/how to attach my measurements so they can...
We've been using the nRF51822 sniffer to listen to packets. One of our developers used to be able to use it decrypting packets without a problem (He uses 32-bit system, firmware...
S110 v8.0.0 / ble_app_hrs_with_dfu
I want to enable whitelisting.
In the advertising_init() function I have:
ble_adv_modes_config_t options = {0};
options.ble_adv_whitelist_enabled...