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...
Hi,
We have an issue with app_uart_fifo which occasionally locks up during data transfer from NRF51 to an other uC.
System description:
We're using first revision...
I am working with the nrf51822 eval kit and custom boards based on the Laird BL600 module. I am using SDK v5.2.
I am trying to connect to external Flash (Microchip SST25VF016B...
I need to have configuration tables(more than one) on my BLE device. As far as I know nRF51822 doesn't have built-in eeprom so my options are limited to external serial one...
We are currently looking at developing a new BLE Tag based on the nRF51822. From the technical datasheet we decided that to save power we would use the internal DC2DC converter...
in ble_app_ancs application,when config RTC0 before Running SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false) function.then run in this function will cause error...
Hello everyone,
I'm currently trying to change the connection parameters to be quick(100ms 0 slave latency) on a button press and after a timer timeout I go back to the...
Hi,
I have some problem. My code was working and everything was fine, but I decided to improve my program. I made some changes, and now TX_DS interrupt on PRX side doesn...
Hi.
It appears that the common gcc makefile in the current SDK does not work for S120, or S310. Please see the patch that fixes the problem.
Tested with S120 and blinky...
We are looking to add some device info into the advertising package, or scan response package depending on space. When looking for a way to do this in a standardised way I...
Hi.
I'use nrf51822 beacon kit and android nrf beacon app.
I'm modify nrf51822 beacon example source code,
I hope
1.I eliminated the button
2.After I turn on the...
I'm new to nRF51822 Evaluation Kit. I was able to build the hex from "ble_app_hrs" example with GCC and Eclipse. However, it won't allow me to flash it by drag and drop to...
Hello, I'm an developer using nrf51822.
I have the same problem with this.
devzone.nordicsemi.com/.../
But this problem has no more discussion...
Here is my problem...
First I load soft device through nRFgo.
Then I run debug with eclipse.
I then step through code in main.c ...
(I'm using QFAAG0 chip)
Stepping worked fine when I used...
Hi,
I use a system with BLE softcore running - and can generate highly precise pulses with the gpio pins using Timer1+2 with interrupt service routines. Jitter might be...
Hi,
I want to use nRF51822 to do some development in the eclipse.I follow the document(nAN-29 nRF51 Development with GCC and Eclipse Application Note v1.1) step by step,when...