Re: data transmission rate...to slow...
The secret sauce in BLE low energy is restricting the packet size. Think about this way. Yelling across a football field the pledge of allegiance takes a lot of effort. Yelling across a football field "Hike!" is a lot easier and can be done repeatedly without wasting energy. If you are looking for speed and larger packet sizes. I suggest Bluetooth 2.1 or even 3.0. MFi supports this. -Chris On Apr 11, 2013, at 12:00 PM, bluetooth-dev-request@lists.apple.com wrote:
Send Bluetooth-dev mailing list submissions to bluetooth-dev@lists.apple.com
To subscribe or unsubscribe via the World Wide Web, visit https://lists.apple.com/mailman/listinfo/bluetooth-dev or, via email, send a message with subject or body 'help' to bluetooth-dev-request@lists.apple.com
You can reach the person managing the list at bluetooth-dev-owner@lists.apple.com
When replying, please edit your Subject line so it is more specific than "Re: Contents of Bluetooth-dev digest..."
Today's Topics:
1. data transmission rate...to slow... (Frederic Visticot) 2. Re: data transmission rate...to slow... (Etan Kissling) 3. Re: A2DP with AAC codec: non-existent document reference in the "Bluetooth Accessory Design Guidelines for Apple Products" (John Westing)
----------------------------------------------------------------------
Message: 1 Date: Thu, 11 Apr 2013 14:54:49 +0200 From: Frederic Visticot <fvisticot@gmail.com> To: "bluetooth-dev@lists.apple.com" <bluetooth-dev@lists.apple.com> Subject: data transmission rate...to slow... Message-ID: <CAEvxfZmb5S_p7xiMe1OGR_wFTpt5cUfbZVVUZxoLjXCWkzk-gQ@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
I have made some tests to exchange data between 2 iDevices (iOS6 iPad3/iPhone5) using CBPeripheralManagerConnectionLatencyLow settings.
The maximum rate I have is 1135 bytes / s (1.1KB/s)
- Is it possible to get better speed ? - What is the maximum I can have with iOS stack ?
From some documents: BLE: 200kbits/s -> 25KB/s NFC: 424kbits/s
Why is the difference so huge (20x slower) ?
Fred
participants (1)
-
Chris Herbert