Re: data transmission rate...to slow...
Frederic, there is only one packet of up to ~20 bytes transmitted every two connection events if you use reliable data transfer. If you want to increase that to ~ four packets every connection event, you have to use unreliable data transfer (WriteWithoutResponse / Notification) and have to add reliability in your app layer. Note that WiFi interferes with BLE, disabling it should net you a small boost in throughput. These are the throughputs I could achieve with iPhone as central and dedicated peripheral: http://www.scriptreactor.com/conn_interval-throughput.pdf Etan _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Etan Kissling