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'm a wireless novice, but have electronics experience.
I'm looking to add bluetooth low energy communication from a battery powered MIDI controller to a Macbook Air (or...
Ole,
I am trying to update the serial number value in an already initialized standard Device ID profile.
[i]dis_init.serial_num_str.length = (uint16_t)strlen(newserial);...
Hi,
We are trying to reuse the RF frontend design provided in reference design of PCA10000-nRF51822 Development Dongle 2_0. But because we have different board thickness...
I'm trying to add another timer to the BLE proximity app sample code in a new source file which is a driver for a GSM modem. My timer handler function is never called.
...
Hello,
How can I synchronize the wireless nodes (one nRF24LE1 on it) in a real-time wireless sensor network? I use nRF24LE1 as the transceiver and receiver.
Thanks.
Easy task, and long way..
I need to counting/measuring time how long time 220V line was on-line (assumed all time after install).
I've tried to find ready-work chip FR-transmit...
hello I'm Mehdi. i work on two NRF24lL01 wireless modules. I have a doubt that this modules can be damaged or not work correctly. because the module don't give external interrupt...
Hi!
I am trying to make basic temperature nodes with nRF2402.
The receiver is nRF24L01 transceiver.
My question for nRF2402; is it possible to send config bits via...
Hello,
Recently I've begun updating to the new SoftDevice and SDK for the nRF51822. When I began debugging my migrated code with the development dongle and Master Control...
I'm looking for a little guidance in figuring out why I get this error now when I call SOFTDEVICE_HANDLER_INIT. It appears that I get the error above at the end of softdevice_handler_init...
Dear nordic guys,I'm developing with nrf51822.
I have one simple question.
I want trying to connection request at the BLE server side to BLE client with previous connected...
I noticed that m_sec_params passed to sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const * const p_sec_params) has been declared as a static variable...
Hello
I was trying to make an example program for a Client. And when I was searching for the sd_ble_gap_scan_start function I didn't find it. Altough in the documentation...
I am getting an NRF_ERROR_INVALID_PARAM when calling sd_ble_gatts_characteristic_add. This is the 12th characteristic added and follows the same general style of numerous...