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...
I am brand new to nRF51 DK and I am struggling to figure out where to start. My goal is to periodically sample analog inputs and write them to SD card.
Can someone point...
Greetings,
Is there any way to increase the pairing distance needed for the host and device to pair. The application I am developing needs static devices, if they loose...
Hi there,
I am little confused about how the BLE interrupts work, when they are executed, and how can I explore their results.
And, what is the difference between on_ble_event...
Hi,
I am trying to get a PWM output via GPIO. I have been following this link.
devzone.nordicsemi.com/.../
and used the GITUB project as it is github.com/.../nrf51...
Greetings,
My name is Maria, I’m working in an application with the nRF51822DK to communicate via Bluetooth to the USB dongle (PCA10000) and send data between them. In the...
Hi,
I'm seeing a lot of this issue with iPad mini (1 gen), iOS 8.1.3.
Many times I start the bluetooth app, the connection just drops while doing service discovery,...
Hi,
I am trying to run event based UART. here is my code snippet:
void uart_callback(app_uart_evt_t *p_app_uart_event)
{
uint8_t rxbyte;
switch(p_app_uart_event->evt_type...
I'm getting started trying to use the device firmware update (DFU) feature of an nRF51822. I'm using soft-device (bluetooth abstraction) version S110-SD-v7.1.0 , and SDK ...
When I try to update the application on the nRF51422 chip over DFU, I have trouble with the bootloader.
I use the nRF Toolbox app to do the firmware update. I can select...
Hi guys, this may be a lame newbie question, but I was unable to add a driver to my uVision project. For instance, I've opened the ble_app_template and now I want to include...
In the reference designs, the inductors in the antenna circuit are simply referred to as "High frequency chip inductors". Do you have any example manufacturers part numbers...
I'm testing my nRF51822 Bluetooth Smart Beacon Kit (pca20006). I've successfully uploaded ble_app_beacon_bcs code example to my beacon via Master Control Panel Android app...
hardware:pca1001
software:s120 v2.0.0
sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run,
an error occur.[APPL...
Hi All,
I tried to use the nRF51422 device UART RXTO events using nrf51 SDK v6.1.
I set the NRF_UART0->INTENSET in app_uart_init() as following:
// Enable UART interrupt...