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 am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello,
I'm working with FDS and I have declared a variable like this:
__ALIGN(4) static uint32_t data;
My code compiles and works correctly but Eclipse complains...
I am using an nRF51422 for BLE and other code applciations. The data is transmitted via BLE and the module goes to sleep. But I am unable to wake it up without using a Reset...
Hello,
I'm getting an error in Eclipse that makes it unable to find standard libraries and definitions, therefore showing literally thousands of errors with things like...
We have problem that after deleting bonding info on the NRF51822 the iOS APP doesn't know its bonding info have been removed and try-s to connect whitout asking for pairing...
Several different copies of the dev kit, and a couple of different hosts. I often get "Failed to secure connection. Disconnecting.". I can find where it's generated in the...
Hi Team
For security reasons, I would like the provisioner to stop further provisioning after the network is set up. SERVER_COUNT is usually not reached, since the number...
I am confused by the channel bits in register 0x05.
why is there a '1' in bit 1. I guess it can't be used and so the range is
00000010 - 2400MHz
00000011 - 2401MHz ...
Dear,
I am trying to test nRF52840 Preview DK.
Is there any method to test bluetooth 5.0 feature or spec?
Especially on speed and distance.
Thank you in advance!
Dear Madam/Sir,
I'm working with SDK14.2, softdevice5.0.0-2alpha, s140, and nRF52840 through the DevKit.
I'm recurring to the fstorage API to read/write/erase flash while...
Does enabling POFCON on nRF51822 lead to any increase in power consumption?
If yes then what is the value?
I struggle to find any information in Reference Manual or Product...
Hi
i am new with nr24L01 module , i am currently trying to configure them but , i am not able to read the RF_CH register just after write into it ? so i don't know if the...
Hello. I am using ble_app_uart from sdk14.2. I use pca100401, softdevice s132.
Advertising is generated using timer RTC. Board advertises and stops advertising without errors...
Here is our requirement.
We want to have four transmitters based on nRF2460 and more than 100 receivers. It means there will be four broadcasts.
Each receiver should...