Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
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...
Hi,
I have a nRF51822 Development Kit and a nRF51822 Bluetooth Smart Beacon Kit. I want to run on the nRF51822 Smart Beacon Kit the nRF-Sniffer (v1.0.1) application. The...
how i used central send data to peripheral.
one broad use S120and other broad use S110.Now i see explame is nrf51822\Board\nrf6310\s120\experimental\ble_app_hrs_c..have another...
In ble events handler after connecting to peripheral device i handle BLE_GAP_EVT_CONNECTED event and try to identity connected device:
case BLE_GAP_EVT_CONNECTED:
{
...
Use "nrfjprog.exe --eraseall --programs s110_nrf51822_7.0.0_softdevice.hex --program app.hex bootloader.hex --verify --reset" to flash my device, return a error "write_and_verify_hex_file...
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...
As I've seen many others have done, I bought the nRF518822 Development Kit not seeing that I needed the $400 nRFgo motherboard.
Searching around reveals that shouldn't...
I am trying to get the Arduino DUE up and running with the Redbear v2 BLE shield, and SDK 0.9.3.
It was a pretty trivial operation with Arduino YUN, but I not so much for...
Hi Nordic-Team,
I've spent a while trying to figure this out but I couldn't. I need your help.
I want to load the S310 softdevice to the nRF51422 chip + the blinky example...
Hi,
I am using the ANCS experimental library and am experiencing a very strange bug.
I am requesting to attributes: APP ID and Title whenever I get a notification source...
Hello,
i have some trubble with my current power consumption. I have already read other user question and solutions but nothing works for me. To reduce the power consumption...
I have built and installed bluez 5.21 on ubuntu 14.04 witout problem (see for example this recipe ).
My nrf51822 EK dongle PC10000 is not recognized by hcitool:
hcitool...
What exactly is block size in pstorage?
Desired block size for persistent memory storage, for example, if a module has a table with 10 entries, each entry is size 64...
I'm looking into using the CMSIS RTOS on the nRF51822 with the S110 softdevice which I've used successfully with other Cortex M0 MCUs. I realize the S110 isn't well tested...
Hello,
I am new to BLE shield and arduino stuff. I am working on a project where I have to send the sensor data i.e. temperature sensor, humidity sensor and pressure sensor...