Use speed_test App do test Throughput always appear "Connection down"

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi Sir :

I want do a Max Throughput test , I use speed_test App as peripheral and

puart_control App as Central ,

I use Terminal  send command to peripheral for enable notification

Step1 (Connect peripheral) :

     Terminal : C3 07 00 XX XX XX XX XX XX  (Six Byte of Peripheral addr)

Step2 (enable notification) :

     Terminal :  CB 06 41 00 2C 00 01 00

     2c is handle for configuration "speed_test.data_client_configuration" to 1

Step3 (start notification timer)

  

      Terminal :  CB 06 41 00 2E 00 01 00

      2e is handle for enable notification Timer


Now the peripheral will send notification to Central.


But after few number of seconds , the peripheral auto "connection down"


speed_test_debug.jpg


Why auto connection down ?

Is problems occur at central(puart_control App) or peripheral(speed_test App) ?




  -- Thanks YOU --




0 Likes
1 Solution

yaocing_shih

You must do a reboot after downloading so as to enable the tracing.

View solution in original post

0 Likes
4 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

May I suggest that you use "SpeedTest.exe" that is packaged in one of the "speed_test" sub-folders?

0 Likes
Anonymous
Not applicable

Hi boont , Thanks for your suggest ,

I found a strange phenomenon about My problem !

Whenever I redownload puart_control App to 2073X , in this time ,

The First Serial Port not display any about ROM Library message,

and Central can continue long time(1 hour 2 hour ...N hour) to receive notification from peripheral.

After re-power 2073x board , The First Serial Port can display ROM message , but it can't receive notification long time from peripheral.

I do not understand is why when the first serial port is no way to print information ,

The Central Can receive notification long time from Peripheral.

0 Likes
Anonymous
Not applicable


I add this code in puart_control :

bleapp_trace_enable = 0;

the first serial port will close , and peripheral notification can run long time to central after re-power 2073X board.

but I still don't know why close first port , Can slove my problem?

0 Likes

yaocing_shih

You must do a reboot after downloading so as to enable the tracing.

0 Likes