Re: BLE4.0 VSP transmission speed
Re: BLE4.0 VSP transmission speed
- Subject: Re: BLE4.0 VSP transmission speed
- From: William Henderson <email@hidden>
- Date: Tue, 06 Aug 2013 22:22:50 -0700
Tips from the CoreBluetooth side:
- write asynchronously (CBCharacteristicWriteWithoutResponse)
- make sure your peripheral supports asynchronous writes
- give your central manager object its own dispatch queue
CBPeripherals are limited to a 20 byte MTU, and I have no trouble writing over 15kb that way (takes a few seconds).
On Monday, August 5, 2013 at 6:21 PM, Chen, Baimen wrote:
I develop an app with BLE4.0 to control our device. We use VSP for data transmission, but I find VSP can't transfer much data, such as more than 256 bytes, always lost packet and updatedCharacteristic method be invoked frequently, some time only receive one
byte.
The lost packet may be caused by our BLE4.0 supplier.Their MAX RF packet is only 20 bytes,The UART and VSP buffer are both 256 bytes. Who can give me some suggestion? If you want transfer much data, such as much than 1000 byte, how do you do that? Thanks!
Yours sincerely,
Kevin Chen
_______________________________________________
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