Junos76
Posts: 9
Joined: Thu Sep 03, 2015 6:36 pm

Pi2 WiFi with USB Powered Hub

Sun Sep 13, 2015 2:10 pm

Hi,

I have Raspberry Pi2 with the EDUP 300Mb WiFi adaptor: http://www.amazon.co.uk/gp/product/B00S ... ge_o02_s00

I've read that using a seperate USB powered hub can increase the throughput of the adaptor. Does anyone have any real world examples of how this has improved their WiFi performance?

Also, could anyone recommend a good USB powered hub that I can use to correctly power the Pi2 and also to power the WiFi dongle to increase its throughput? Ideally something small with a few ports would be all that's needed.

I'm currently using a recommended power supply, but if I can improve WiFi performance I'd ditch that for a powered hub.

Thanks :)

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

Re: Pi2 WiFi with USB Powered Hub

Sun Sep 13, 2015 6:21 pm

Junos76 wrote:Hi,

I have Raspberry Pi2 with the EDUP 300Mb WiFi adaptor: http://www.amazon.co.uk/gp/product/B00S ... ge_o02_s00

I've read that using a seperate USB powered hub can increase the throughput of the adaptor. Does anyone have any real world examples of how this has improved their WiFi performance?

Also, could anyone recommend a good USB powered hub that I can use to correctly power the Pi2 and also to power the WiFi dongle to increase its throughput? Ideally something small with a few ports would be all that's needed.

I'm currently using a recommended power supply, but if I can improve WiFi performance I'd ditch that for a powered hub.

Thanks :)
Many WiFi Dongles can require quite a lot of power therefore just increase the USB Bus from 600ma to 1200ma, add following to config.txt:

Code: Select all

max_usb_current=1
https://projects.drogon.net/testing-set ... berry-pi-b

The RPi2B like all RPi's has only one USB Bus, therefore adding a Hub will do nowt for I/O.


This is a good comparision of Ethernet vs Wireless N speeds

http://www.midwesternmac.com/blogs/jeff ... networking
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Junos76
Posts: 9
Joined: Thu Sep 03, 2015 6:36 pm

Re: Pi2 WiFi with USB Powered Hub

Sun Sep 13, 2015 9:05 pm

I added that to the config.txt file and it looks like it has damaged my power supply as it's no longer working.

The power supply I'm using is the following, which was recommended on Amazon:

http://www.amazon.co.uk/gp/product/B00M ... ge_o03_s00

Is there a better or more suitable power supply that you could recommend that would be able to cope with this?

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

Re: Pi2 WiFi with USB Powered Hub

Sun Sep 13, 2015 10:00 pm

Junos76 wrote:I added that to the config.txt file and it looks like it has damaged my power supply as it's no longer working.

The power supply I'm using is the following, which was recommended on Amazon:

http://www.amazon.co.uk/gp/product/B00M ... ge_o03_s00

Is there a better or more suitable power supply that you could recommend that would be able to cope with this?
The RPF Official PSU

https://www.raspberrypi.org/products/un ... wer-supply

Increasing the ma with a decent quality 5V2A PSU should not cause issues ;)
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Junos76
Posts: 9
Joined: Thu Sep 03, 2015 6:36 pm

Re: Pi2 WiFi with USB Powered Hub

Mon Sep 14, 2015 7:03 pm

fruitoftheloom wrote:
Junos76 wrote:I added that to the config.txt file and it looks like it has damaged my power supply as it's no longer working.

The power supply I'm using is the following, which was recommended on Amazon:

http://www.amazon.co.uk/gp/product/B00M ... ge_o03_s00

Is there a better or more suitable power supply that you could recommend that would be able to cope with this?
The RPF Official PSU

https://www.raspberrypi.org/products/un ... wer-supply

Increasing the ma with a decent quality 5V2A PSU should not cause issues ;)
Good stuff. I'll order that power supply asap.

Thanks for all your help.

Return to “General discussion”