Other Parts Discussed in Thread: CC2650
Hi all,
I have some problem with data length extension on cc2650 (both master and slave are cc2650).
I can only reach a 60 kbps data rate with max MTU size=247 (set by Btool), connection interval = 7.5ms.
And I have done all the procedure in data sheet "5.6 LE Data Length Extension"
(uncomment "-DBLE_V42_FEATURES=EXT_DATA_LEN_CFG"
and add the function HCI_LE_WriteSuggestedDefaultDataLenCmd in initial funciton)
I suppose the problem is connection interval.
Simple_link example docs(which is the screen shot below) show that data rate can achieve 200 kbps.
With connection interval increase, the data rate increase.
However, the data sheet has a opposite description about connection interval.
Is there any difference between these "connection interval"?
Thanks.