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 all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello, I use the example ble_app_hrs_c_s130_pca10031 with the nrf51 dongle (#define ENABLE_DEBUG_LOG_SUPPORT) and a nrf51822 as a ble sniffer. In addition i use 2 Polar H7...
Hi,
I need a .bin file of the whole flash memory for production programming.
The procedure I have used until now (with s310v2) was the following:
Upload .hex file...
Hi.
I'm using the nRF51 DK (PCA10028) to mesure the curent consuption of my system.
I'm using an external DCDC witch is a part of my system, so I want to mesure the current...
Hi,
I was trying to send notification from nRF51822 to an android central when notification is enabled on the nordic uart rx characteristic and I discovered that if I enable...
I am building a WSN has several peripherals (custom nRF51822) and one central device (PCA10031 in serialisation connected to a PC and using the nrf51-ble-driver_win_0.4.0...
It seems to be a straightforward BLE app but I cannot make it work.
I start fresh from the “ble_app_template” in nRF51 SDK 8.0.0, and try to add two service data (battery...
I want to give my own custom characteristics fully unique UUIDs, but am unsure how to generate those.
Is there a procedure to generate a custom, vendor-specific base UUID...
Hello,
I'm developing on a nrf51822 with the S110 softdevice.
To save power, I use the sd_app_evt_wait() function to go into sleep mode.
To wake up, i want to use an...
Hi all,
I developed a program that works fine on the dongle. The dongle has a chip with product code: N51822 QFAAG0 1342AA. When I upload the program including the correct...
I'm using s110 softdevice 6.1 SDK. I do bonding in my application the same way as in the ble_app_hrs example (bond, no_mitm). I have a charactarestic set to SEC_MODE_SET_ENC_NO_MITM...
my chip is nrf51822,I used s110-sd-v7, it's work. I switched the software to s110-sd-v8, GPIO interrupt is high priority (APP_IRQ_PRIORITY_HIGH). I erase the flash (pstorage_raw_clear...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...