0512.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Connecting Ouya Controller to Windows 10 in 2021</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Ouya,Controller,Windows,Bluetooth">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Connecting Ouya Controller to Windows 10 in 2021">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Connecting Ouya Controller to Windows 10 in 2021</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>What You&#39;ll Need</h2>
  25. <ul>
  26. <li>An Ouya controller (obviously)</li>
  27. <li>A Windows 10 PC with bluetooth</li>
  28. </ul>
  29. <h2>Pairing the Controller</h2>
  30. <ol>
  31. <li>Press and hold the Ouya logo button on the controller for about 5 seconds, until the two center LEDs are flashing</li>
  32. <li>On the PC, right click the start button &gt; Run</li>
  33. <li>Type devicepairingwizard &gt; Press Enter</li>
  34. <li>The Ouya controller should show in the listing (may display as &quot;Input device&quot;)</li>
  35. <li>Select it from the listing &gt; Click Next</li>
  36. <li>Leave the passcode blank &gt; Click Next</li>
  37. <li>After a few seconds, the controller should successfully pair with Windows</li>
  38. <li>Game</li>
  39. </ol>
  40. </div>
  41. </div>
  42. </body>
  43. </html>