Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
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...
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...
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...