JC_2016
Posts: 16
Joined: Sun Aug 21, 2016 5:26 am

Raspberry Pi 3, WiFi is too slow

Thu Aug 25, 2016 5:09 am

I updated and upgraded it to the latest version.
run the speedtest-cli:

Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Hosted by GorillaServers (Los Angeles, CA) [12.06 km]: 328.56 ms
Testing download speed........................................
Download: 7.63 Mbit/s
Testing upload speed..................................................
Upload: 10.18 Mbit/s

added a line "post-up iwconfig wlan0 power off" at the bottom of /etc/network/interfaces file
Reboot the RaspPi3 box and run the test again.

Retrieving speedtest.net configuration...
Retrieving speedtest.net server list..
Hosted by Time Warner Cable (Los Angeles, CA) [12.06 km]: 318.474 ms
Testing download speed........................................
Download: 10.54 Mbit/s
Testing upload speed..................................................
Upload: 4.03 Mbit/s

Please help, anyway to increase the speed?
Last edited by JC_2016 on Thu Aug 25, 2016 2:15 pm, edited 1 time in total.
JC

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: Raspberry Pi 3, WiFi is too slow

Thu Aug 25, 2016 9:27 am

1. Do you realise that your speed test includes your internet connection to your ISP? Unless your wired internet connection speeds are higher than the numbers you are showing, those numbers are not measurements of the RPi3 Wi-Fi.

2. Wi-Fi speed depends on the distance, walls etc in the path. Wi-Fi is a shared medium so any other traffic on your W-Fi network will affect your measurement. Other nearby Wi-Fi networks using the same frequencies can also affect your measurement.

mikerr
Posts: 2825
Joined: Thu Jan 12, 2012 12:46 pm
Location: UK
Contact: Website

Re: Raspberry Pi 3, WiFi is too slow

Thu Aug 25, 2016 10:48 am

Wifi is by its nature variable speed, due to any radio interference, other wifi, walls etc

iwconfig or cat /proc/net/wireless should tell you what speed the wifi has currently connected at.
Android app - Raspi Card Imager - download and image SD cards - No PC required !

JC_2016
Posts: 16
Joined: Sun Aug 21, 2016 5:26 am

Re: Raspberry Pi 3, WiFi is too slow

Fri Aug 26, 2016 5:30 am

Here is the result from iwconfig.

Bit Rate=5.5 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=54/70 Signal level=-56 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:356 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
eth0 no wireless extensions.
JC

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry Pi 3, WiFi is too slow

Fri Aug 26, 2016 6:35 am

That's a weak signal, with a slow connection.

This is what I get on a Pi in my garage at the other end of my garden (at least two walls in the way and lots of other wifi in the area to interfere)
Bit Rate:65 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=64/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

The format of the output is slightly different as that Pi is still running Wheezy (and has been for a few years). One day I might upgrade it, if I feel it is necessary.

User avatar
bensimmo
Posts: 4623
Joined: Sun Dec 28, 2014 3:02 pm
Location: East Yorkshire

Re: Raspberry Pi 3, WiFi is too slow

Fri Aug 26, 2016 8:55 am

Bit Rate=57.7 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=54/70 Signal level=-56 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:3 Invalid misc:0 Missed beacon:0

Mine, same room as the AP, probably about 4 Meters from it.
Current Jessie up to date.

Rpdom, This is the Pi3 internal by the way. Not an add-on wi-fi.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry Pi 3, WiFi is too slow

Fri Aug 26, 2016 9:49 am

Using a PiZero with an un-powered USB Hub and Ralink RT5372 Wireless Adapter about 10 feet from Router:

Mode:Managed Frequency:2.452 GHz Access Point: 98:E7:F5:5F:8F:90
Bit Rate=130 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=-39 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:16 Missed beacon:0
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

JC_2016
Posts: 16
Joined: Sun Aug 21, 2016 5:26 am

Re: Raspberry Pi 3, WiFi is too slow

Fri Aug 26, 2016 3:32 pm

no wall, the distance between raspberry box and WiFi router is about 16ft (less than 5m). My cell phone and laptop can connect to it with excellent signal and speed.
JC

Return to “Beginners”