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...
Hello,
I am working on an application that involves sampling audio data ~8KHz. I have a few questions
The real time clock module has a maximum interrupt frequency...
Hi everyone,
I bought two NRF24L01+ off ebay a couple of week ago and started to work on them this week. I seem to have problem with establishing a reliable communication...
Hi,
I use : An nRF51822 mbed kit + Kiel 5
So I updated the firmware like this : mbed.org/.../ and I dropped s110_nRF51822_v6.000 into MBED(H:)
I successfully use...
Hi,
i read about a new Chip revision of nrf51822. So i have to buy new Development Kit. How can i find out what it is the actual DK and where to buy it. I don't want to...
Hello All,
I was looking at the flash writewrite_example and the starting address is defines as:
addr = (uint32_t *)(pg_size * pg_num);
Later in the code, the example...
Is there any updated install procedure for the nRF51822 tools?
I'm trying to follow procedure in: nRF51822 Development Kit User Guide v1.4
I have the nRFgo Starter Kit...
Hi all,
In my keyboard application, I found sometimes it return the INVALID_STATE error code , when called keys_send() , once this error code appeared, no others return...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
I've looked over all the previous posts but none of them seem to work but the most useful one I can find is this one:
devzone.nordicsemi.com/.../
The code compiles fine...
Hi,
I'm trying to build the ble_app_beacon project for the nRF51822 (pca10001 board). Using default installation folders, latest SDK (v6.0.0) and Keil V5.1.0.0. I used...
Hi
I've made a small application on a NRF51422 device. It's is loaded with the newest version of S320 and the newest API from you homepage.
In my application i need...
I noticed that flash error logging was taken away since pstorage was added (sdk v5.0.0 and softdev v6.0.0.1-beta). Will it ever be added back?
If you say that it'll never...
I'm using the nrf51822. and then I tested the samples to receive the ANCS and send to iPhone information of temperature sensor.
I would like to merge the two above-mentioned...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...