gruso
thunderbox
Enjoying these posts immensely.
DroneB Dev said:EvilDragon said:Current speed Michael gets while downloading off the net:
200 - 300 KB/s on NORMAL image!
Not the minimal WiFi image
That's 2.4MBps
thats more than enough for my neighborhood, ahh, those old days that we only had 802.11 a
im more worried about range (tx/rx) performance, i do really hate chips so low TX power that even sitting under the router still have some issues.
So 200-300 K(ilo)B(ytes) / s is a respectable but not fantastic 0.2-0.3 M(ega)B(ytes) / s, or 1.6-2.4 M(ega)b(its) / s.EvilDragon said:Current speed Michael gets while downloading off the net:
200 - 300 KB/s on NORMAL image!
Not the minimal WiFi image
That's2.4MBps1.6 - 2.4 Mbps
TrashyMG said:DroneB Dev said:EvilDragon said:Current speed Michael gets while downloading off the net:
200 - 300 KB/s on NORMAL image!
Not the minimal WiFi image
That's 2.4MBps
thats more than enough for my neighborhood, ahh, those old days that we only had 802.11 a
im more worried about range (tx/rx) performance, i do really hate chips so low TX power that even sitting under the router still have some issues.
That's typically the Download speed I get when downloading from websites and I'm connected directly to the router by gigabit Ethernet. This isn't really a true test of the Wifi IMO.. like others stated a large file downloaded from a Samba or Web server on a local LAN would be a truer test to see how fast it would go.
Python makes it easy.MWeston said:P.S. Yes, transferring a file from my PC would be smarter but I have to figure out how to do that still. I normally turn anything like that off for security reasons. I don't think I've done file sharing since the headache-y days of Win98!
$ cd /home/somedir
$ python -m SimpleHTTPServer
Great to hear.Pickle said:In my scp tests ive avg between 400-500 KB/s
WPA2 works
Pickle said:In my scp tests ive avg between 400-500 KB/s
WPA2 works
This interests me too. I live in a concrete apartment building. I could walk the floors and stairwells with no interruption to my internet radio. I went for a walk and got four houses down the block before it wasn't able to keep the buffer loaded enough to play the stream.DroneB Dev said:im more worried about range (tx/rx) performance, i do really hate chips so low TX power that even sitting under the router still have some issues.
The resistor was the series resistance in the oscillator driver. I did change it once on a previous revision but since there were no complaints back in the day, I kept it larger for lower current consumption. The wifi clock requires a very strict clock profile so I had to decrease this resistance to drive the crystal harder (larger voltage swing), increase the bandwidth and put the crystal into a tighter range around resonance. It probably means an extra mA or two of constant current drain so not a big issue in that respect.amf66 said:Awesome! It still amazes me that one tiny resistor can make such a huge difference. Tells you a lot about how much clock speeds matter.
So I take it you're already including the whole of Qt in the standard image?EvilDragon said:I just installed Arora on the Pandora.
Pretty nice, fast browser, no rendering errors, no crashes
Maybe we should replace Midori with it, at least for first release, as Midori loves to crash (even on my desktop PC...)
Same here, it pisses me off way too often.EvilDragon said:I just installed Arora on the Pandora.
Pretty nice, fast browser, no rendering errors, no crashes
Maybe we should replace Midori with it, at least for first release, as Midori loves to crash (even on my desktop PC...)
Consider the last word in the quote above. It starts with a 'c'macke said:I dont understand why we cant get som reliable iperf numbers instead of downloading files from internet or via scp or something.
iperf is a simple commandline tool for measuring tcp throughput. It exists on multiple platforms, and should be easy enough to compile.
iperf doesn't give reliable results with this chip. For example, if doing simple wget shows ~300kB/s, doing iperf says it's < 1Mbit/s. It seems starting the transfer is slightly delayed what confuses iperf.macke said:I dont understand why we cant get som reliable iperf numbers instead of downloading files from internet or via scp or something.
iperf is a simple commandline tool for measuring tcp throughput. It exists on multiple platforms, and should be easy enough to compile.
On server:
> iperf -s
On client:
> iperf -c hostcomputer
It is easier to optimize something when you got reliable numbers to optimize with.