Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
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...
Hello,
I'm testing current time service client example on SDK 8.0.0 with iOS 8.2.
while the device can be search by android and pair,the IOS 8.3 has see nothing.
how...
Hi.
I'm working with nrf Temp, in the file TemperatureDataParser.java, and I want to send out a note when the measured temperature has passed the chosen SETTING(distinguishing...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
I am trying to make the experimental_ble_app_uart for s110 work using SDK 7.2. It works fine without any modifications, but when i turn off Hardware Flow Control in the UART_init...