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 trying to use the s120\multilink_central example, using SDK v6.1 and S120 v2.0. The probleme is that I get a hardfault handler. I think that the probleme is...
Hi, I am using a nrf51822 with sdk 7.2.0 and s11o v7.1.0
I also have a imu ( mpu 6050 ) that gets accelerometer and gyroscope data.
How do I do continuous transmission...
Hi,
I am using the nRF51 Dongle and every time I send a command the pipeline goes into "Stall" condition. Using USBlyzer I can see that the command is sent but straight...
Hello,
I would like to build a device that looks for other beacons (not using a phone)... This device would simply look for other beacons near this device.
My questions...
I just tested putting the same firmware on two different nRF51822 s and inspected them with this test app .
They show two different UUID's.
I can find no macro...
Hello guys!
I'm experiencing some troubles trying to compile the blinky_rtx example for my new nrf51DK. The source is taken from the SDK7.2.0.
I'm under Linux and I...
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...