element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum USB joystick only works through unpowered hub?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 10 replies
  • Subscribers 665 subscribers
  • Views 1928 views
  • Users 0 members are here
  • usb
  • retropie
Related

USB joystick only works through unpowered hub?

andywest
andywest over 7 years ago

I'm nearly finished building a handheld game system running RetroPie. However, there's one thing I can't get working.

 

I'm using a USB joystick encoder (https://www.amazon.com/Reyann-Arcade-Encoder-Joystick-Fighting/dp/B00UUROWWK/). I've hand-wired a USB cable to the test pads of a Raspberry Pi 1 Model A+ with 512MB RAM. The cable is terminated with an A-type female connector. The encoder has a hand-wired cable with an A-type male connector.

 

When the encoder is connected directly to the Pi, the power light illuminates for less than a second and then goes out. RetroPie does not detect it. However, if I plug the encoder into a USB 2 hub (https://www.adafruit.com/product/2998 ) then it works. It's important to note that I am NOT supplying external power to the hub.

 

The fact that it works with the hub suggests that it's not a problem with incorrect wiring or lack of power. Just in case, I built a separate test extender cable with the data wires swapped. As expected, it didn't work. I also tested the encoder on a Windows 10 PC (without swapping the wires) and it works fine.

 

Can anyone think of why this might be failing or know a way to fix it? Thanks!

  • Sign in to reply
  • Cancel
Parents
  • shabaz
    shabaz over 7 years ago

    Hi Andy,

     

    It might be worth a few experiments, e.g. test it without any additional connectors to buttons etc., just to eliminate it down to the board It shouldn't draw a lot of current, but who knows : ( Also, the USB cable doesn't look very high quality in the photo on Amazon, I'm wondering if it is making a good connection to the connector on the Pi, or if the cable length is causing an issue. Some of these things could be marginal enough that it works with the hub but not directly.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • andywest
    andywest over 7 years ago in reply to shabaz

    I'm not using the USB connector on the Pi or cable for the the encoder board. I soldered a short cable to the Pi's test pads, and another short cable to the joystick encoder. In fact, I stripped all the connectors off the board and soldered everything directly to save space. I've tested all the connections and they seem good, and the cables are only a few inches long.

     

    I'll test the current draw again when I get the chance just to make extra, triple sure.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 7 years ago in reply to andywest

    Oh I see... so the USB connection is with point-to-point wiring, and no connector?

    If so, the two data wires should be loosely twisted together (perhaps a couple of twists per inch), and both of the wires be approximately the same length. It shouldn't matter with such a short distance of a few inches, but it could have an impact.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • andywest
    andywest over 7 years ago in reply to shabaz

    Sorry, I misread your reply and I wasn't clear in my explanation. The cables are exactly as described in my original post:

     

    I've soldered one end of a cable to the test pads of the Pi, and the other end has an A-type female USB connector. Then I soldered a cable to the joystick board, and the other end has A-type male USB connector.

     

    So the Pi and the joystick board are joined by USB connectors in the middle. This makes it easy to disconnect and put a hub in there.

     

    By the way, I just tested current and voltage draw from the joystick board with a USB power meter, both with and without the hub. With the hub it's showing 0.00A, ~4.9V. Without the hub is 0.00A, ~5.2V. While it seems somewhat unlikely that it would be drawing less than 10mA, I also tested a flash drive and it was registering around 50mA which seems correct. So maybe it is just a very low power device.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • andywest
    andywest over 7 years ago in reply to shabaz

    Sorry, I misread your reply and I wasn't clear in my explanation. The cables are exactly as described in my original post:

     

    I've soldered one end of a cable to the test pads of the Pi, and the other end has an A-type female USB connector. Then I soldered a cable to the joystick board, and the other end has A-type male USB connector.

     

    So the Pi and the joystick board are joined by USB connectors in the middle. This makes it easy to disconnect and put a hub in there.

     

    By the way, I just tested current and voltage draw from the joystick board with a USB power meter, both with and without the hub. With the hub it's showing 0.00A, ~4.9V. Without the hub is 0.00A, ~5.2V. While it seems somewhat unlikely that it would be drawing less than 10mA, I also tested a flash drive and it was registering around 50mA which seems correct. So maybe it is just a very low power device.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Children
  • shabaz
    shabaz over 7 years ago in reply to andywest

    I see.. it could be worth comparing with a newer Pi 3, I vaguely remember when the Pi's were first released, they had a lot of USB issues, which should have been resolved in later Linux images.

    I do recall some issues to do with certain USB hubs operating in a different manner to other USB hubs for example.

    Here is a thread detailing some of the USB issues, but this should be all historical and resolved, but I wouldn't know for sure.

    https://www.element14.com/community/message/57988/l/usb-discussions-getting-a-bit-heated#57988

    Have you typed 'lsusb' on the command line, to see if the device is still seen by Linux, even though the light turned off?

    Another option (not great I know) is to try a different manufacturer joystick encoder, if no-one else has confirmed that one works directly with the Pi A+. I can't think what else to suggest, definitely an odd problem if

    other USB devices (like USB memory sticks etc) work fine when you connect them to the same connector : (

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube