Re: Data loss during BTLE repeated write with CoreBluetooth on iOS
Re: Data loss during BTLE repeated write with CoreBluetooth on iOS
- Subject: Re: Data loss during BTLE repeated write with CoreBluetooth on iOS
- From: "Tom \"Tyris\" Graham" <email@hidden>
- Date: Tue, 29 Apr 2014 09:57:31 +1000
Hi Nick,
We use BLE to copy files and firmware updates to our peripheral, so we've struggled with getting the throughput up.
One of the very early problems we had was with the peripheral having no fifo on its receive buffer (I think it was the TI CC2540). This was causing it to drop data due to the buffer wrapping if we sent it too quickly.
We're now using a different chip (dual BLE and classic) that doesn't have this problem. From the iOS end we can call writeValue with WriteWithResponse as fast as we need to and we no longer get any data loss.
Regards,
Tom
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden