After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
Hello,
I am working on an application based on the "Motor control example". However instead of just setting two different values for the duty cycle I am trying to either...
Hello,
I have started to study your UART to/from BLE sample but after reading the following post ...
devzone.nordicsemi.com/.../
... I have a big doubts.
Due to...
Dear Nordic,
I am using a pretty much unmodified version of the BLE HID Keyboard example from the Nordic BLE SDK (straight of github).
I only modified pins, and disabled...
In Short: How to get status wether noticiations are enabled or not? Where is this stored?
Hello,
I would like my peripheral to start/stop a timer that does measurements...
I have a project which will send the temperature from the nRF51DK to host.
The value of the temperature is an integer. As example Value:0x00000A2B -> 2603 ->26.03°C
...
NRF24L01 has its own protocol, but I do not understand the protocol itself is how to handle the payload sent and appear in the header contains the same Bite, whether to adopt...
I'm implmenting my own radio porotcol and I'm a little confuse on how to handle the ACK packet. I send a packet from node 1 and disable the TX then I enable the RX to get...
I'm unable to pair my device with Windows 8.1.
Pairing with Android works just fine whereas when I try to do it on my computer it just tells me that the device is no longer...
Hi,
I don't know if it is the appropriate place to ask my question.
One of our J-link lite cortexM debuggers is broken. We want to buy a new one. But, we realized that the...
I'm using the 8.0 SDK and an iPad with iOS8.3. I'm experiencing the same issue described here:
pairing cancel cause reset
I've written my own service, however, I can...
Hello,
I noticed the various examples as well as the ble_advertising component all check for pending flash operations and will not start advertising until they are all...
Hi,
I am busy writing my own softdevice, this has nothing to do with bleutooth or anything like this.
In the past i didn't have to worry about the CLENR0 register because...