Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
In the examples such as the hrs, if bonding is enabled by:
#define SEC_PARAM_BOND 1
does the SD automatically save the bonding info the first time it bonds, and then restore...
I would like to program an external flash using SPI during production and I was wondering if there is a tool available already or if Nordic can put this feature into nRFgo...
Hello, I am a android developer.
I have developed one android application scan BLE device. It's working fine to scan BLE device.
Now I want read advertisement package of...
Hi,
we are producing a BLE beacon using nRF51822 and at first we are interested only in CE qualification.
Our design uses nRF51822-QFAA, build G0 (or GC or FA), with ST...
Hi,
I understand the the Android Counter part will disconnect from the my NRDF board if for debugging purposes I stop at break point in the code. (I'm using Keil uVision...
Hi Guys,
I need to implement real time streaming of accelerometer and gyro values from the nrf51 DK to either a desktop or android system. Could someone please help me...
Hi,
I recently completed a project that acquired data from an ANT+ sensor via the ANTUSB-m device. In order to develop the application further I purchased the nRF51 Dongle...
A general question, not really related to Nordic, but...
I have seen several references to BT 4.0 headphones. I was under the impression that BT 4.0 didn't have a profile...
I am trying to disable rx after starting data transmission, is there any way to do this for ble projects, and is there any advantages in terms of lower power consumption?
txidle.png
In the attachment there is a method to reduce delay while transmissiom. Do you think this can help lower the power consumption? If so how can we do this using...
Hi,
In pstorage.c, function uint32_t pstorage_init(void), there a call to sd_flash_page_erase (line 846):
// Erase swap region in case it is dirty.
retval = sd_flash_page_erase...
Hello,
I'm curious about how to deploy my application to multiple nRF51 Dongles at the same time while I am developing. I have the same application / hex file running on...
Hi,
I'm trying to connect my nRF51822 PCA100001 development board to a ARM M3 processor via the SPI. In this case the ARM M3 is the SPI master and the nRF51822 is the SPI...