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 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...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
I have implemented a boot loader for DFU based on the sdk v6.1 DFU project.
After a when an upgrade is triggered within the application soft reset by the application:
...
Any idea how I can control the TX power within the Timeslot API in SDK v6 SD110 v7?
Are there something similar to "sd_ble_gap_tx_power_set(tx_power)" in the Timeslot API...
Hi All,
We are running some data throughput test on Samsung S3, Note2 & S4 with 51822 and have seen some interesting phenomena as describe below:
1> On both phones,...
Hi,
I couldn't able to program my custom board using both nrfgo Studio and keil. Actually i have two laptops with different versions of j-link driver installed, but suddenly...
Currently I am searching for s130 example code. I know it's in alpha stage, but I think it should be possible to start to experiment with it, isn't it?
In the past I've...
Hi,
I tried following code to close the ANT+ channel on channel not connected to the other ANT+ device:
#define CBSC_TX_ANT_CHANNEL 0
void ant_adv_timeout_handler(void...
We have a DFU which uses a different set of of services than the main app.
Both of them share bonding information which is create by our main app.
Once we switch to DFU...
I am trying to build a system with a single PRX and up to 5 PTX devices.
Initial development work was done with a single PTX with it's address on Pipe0 in the PRX. I have...
I have a CC2540 and CC2541 chip with me. I did figure out that both of them are working, but now I am stuck up at how to practically test if the proximity profile is working...
Hi,all
I want to simulate HFP(Hands-Free Profile) on S110, and i know HFP is one profile of Classic Bluetooth.
If i implement HFP on nrf51822, it can work will?
How would you go about extending Gazelle ?
For example I have a host with four devices. I want to connect this host to another host with its own set of devices.
Hi,
I'm planning to use a nRF8002 to transmit via BT the state of a pushbutton to a RFduino. I've my RFduino ready to receive data (and this works when paired to my iPhone...
Hi,
I'm trying to detect the nrf8001 by my Mac. My android device detects it, but when I search for it in mac, it's not detected.
I'm using this library: github.com...