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...
Hi,
I want to use the nRF BLE Sniffer to detect wether a connection (between my fitness tracker and smart phone) is present or not.
I am able to get the advertisement...
hi,
I am struggling to create custom service to send the simple message to the client device where both devices are nRF52832 (Server and client). when I receive the message...
I have 2 of the nRF51 Dev. kits and have been ble to run Blinky, BLE_UART and set up the 2 dev kits so that I can send data from one DK to the other and to an external board...
Hi,
I tried to flash the mbed FOTA bootloader on my nrf51 DK. I copied the bin file to the bootloader device. It said the storage on the device is to small. Now it won...
1- I am looking for Bluetooth Chip to control a DC Motor.
2- This Chip need to be small since it will be fitted on a small narrow PCB (10mm width x 110mm long PCB).
3- Chip...
Hi guys,
I want to ask if it is possible for a nrf51822 to connect to a Central ( my cell phone) without advertising. Let assume that my cell phone has nrf51822's MAC address...
Hi,
I am using st-link debugger with NRF51822 module.
I was trying to connect it openocd, but it failed. st-link is working with STM32 processor and able to flash through...
Hi,
I found a suspicious line of code.
SDK: nRF5 SDK 13.1.0 (7ca7556)
File: peer_data_storage.c
Function: pds_peer_data_read
At line number: 415
if ((*p_buf_len...
Hi,
I made a custom board with nrf51822 and custom antenna which works fine for examples which use SDK10 + SD110.
For my application it was recommended to use SDK12.3...
Hello,
i am working on a rotation counter, i am using adc and LPCOM with nrf52832 DK board.
but LPCOM code is not working.
static void lpcomp_event_handler(nrf_lpcomp_event_t...
Hello every one,
I'm using nrf51822, for some calculation, I have to use logarithm.
is there a possibility to directly use this function by nrf51822?
I already applied...
Hello,
I recently finished up the NRF51822 pcb board that I plan on getting printed. I used the reference design file provided by Nordic (NRF51x22_qfax) but added the following...
I want to run the HID Mouse and Keyboard examples on nRF51 Dongle. How I can configure it first, to connect with my PC via Bluetooth and second, to configure the GPIOs act...