Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
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?
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...