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...
keil uvision
Hello. I don't know how to get away from the warning "last line of file ends without a newline".
I added new line, but nothing change. It happened with my own...
Dear Sir,
Here I would like to disable the Adversting idle power down dynamically but in some situation it will fail.
The APP_ADV_TIMEOUT_IN_SECONDS is 180 seconds as...
I implemented a custom Bluetooth service on the nrf52_sdk similar the BLE LED project in the mbed site however when I copy the hex file and look at the debug output at the...
I am trying to setup a couple systems to use the Nordic rf sniffer. I have a pca10000, a pca10001 ver 2.0, a pca10001 ver 2.1 and a pca10031.
I loaded all with the rf sniffer...
Hello,
I am sending below setup packet to nRF8001, and i don't get any response form nRF8001. ACI as such works fine, i tried sending diff commands and able to receive...
Hello,
I am using Lenovo (late 2015 release) with android 4.4.4.
Got my nRF51822 Bluetoot Smart Beacon kit and downloaded the applications that are available on Playstore...
I have some very basic code that does not appear to be executing correctly.
There are two versions of code that I would think should have the same result. They do not,...
I am having trouble with setting priority of ADC_IRQn.
void ADC_init(void)
{
nrf_adc_config_t nrf_adc_config;
nrf_adc_config.reference = NRF_ADC_CONFIG_REF_VBG;
nrf_adc_config...
I'm using the nRF52-DK (SDK11.0.0+s132) and added in some example code from the RTC example (the RTC2 tick interrupt with prescaler=0 to toggle a GPIO) to the ble_hrs example...
Hi there!
I don't know much about FCC, UL, CE certification and want to learn. I am using the blend micro module which uses nrf8001 chip in my project. How do I get my...
Hi, i've just started to use the nRF8001, so forgive me if this is an obvious problem.
i'm using the nRF8001 with a microchip PIC processor.
i'm using the ace_tl_demo...
Hi,
I have read ANT Message protocol and Usage and tried to implement shared channel according to section 8.2. I am using nrf51422 and S210 and SDK 10.0.0
My master...
I'm trying to use TDD for my development of a BLE peripheral application, but I'm running into some problems. I'm using Ceedling, CMock, and Unity for my TDD environment,...