cc3300 on speed #772
Replies: 10 comments
-
Posted at 2015-07-12 by Frida I got 47,909 packet before I was hanging with a "HCI_CMND_SELECT", but now I get past "Unable to locate host", I still continue, but now it takes an hour to 1 and a half hour, before the error appears. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-12 by Frida
This is my testscript for the moment. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-13 by @gfwilliams So what did you change? I know WiFi performance can be improved by increasing the CC3000 (and http) buffer size, but it's a statically allocated buffer that I was trying to get small. When |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-13 by Frida I have got 65.533 packets in 3 hours and 38 minutes, which corresponds to 5.00 packets / second.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-16 by Frida A little progress, I have now survived 6 "Unable to locate host" in 7 and a half hour with 0.8384 packets/sec., without "CC3000 WiFi is not responding. Power cycling ...".. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-18 by Frida Yesterday I got 47.700 packets on 5 hours, before I got: "Connect failed (err -1)" and "Not connected to the internet" I have now made changes to 7 files: libs/network/socketserver.c libs/network/cc3000/board_spi.c And still testing |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-19 by Frida
This morning seems good, I have now survived 3 x "Server timeout" and 7 x "Unable to locate host" in 8 and a 1/2 hour, and still running. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-19 by Frida Has now passed 12 hours and it is still running. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-20 by @gfwilliams Sounds good... I still don't really understand what you've changed though? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-22 by Frida
Now it takes about 7 hours, before I get a fault. And a little later I got this
I will continue to find the error. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-11 by Frida
I am using cc3000 with service pack 1.24, as I got with my kickstarter espruino long time ago.
Well, now I can get 17,900 packets on an hour, with a average throughput on 4.99 packets per second, until I get an "Unable to locate host" message.
I took my cc3000 and connected it to my propeller, and wrote a spin driver to study the behavior of cc3000. When I could transmit 25.000 packets I began to study the c code on espruino and have now changed a bit.
To be continued.
update:
37,707 packets in 9209 second, which is 4.09 packets/second.
I had to stop, because it is sleeping time.
Beta Was this translation helpful? Give feedback.
All reactions