0512.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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="Ouya,Controller,Windows,Bluetooth,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="06/16/2022 03:27:11 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Connecting Ouya Controller to Windows 10 in 2021</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What You&#39;ll Need</h2>
  26. <ul>
  27. <li>An Ouya controller (obviously)</li>
  28. <li>A Windows 10 PC with bluetooth</li>
  29. </ul>
  30. <h2>Pairing the Controller</h2>
  31. <ol>
  32. <li>Press and hold the Ouya logo button on the controller for about 5 seconds, until the two center LEDs are flashing</li>
  33. <li>On the PC, right click the start button &gt; Run</li>
  34. <li>Type devicepairingwizard &gt; Press Enter</li>
  35. <li>The Ouya controller should show in the listing (may display as &quot;Input device&quot;)</li>
  36. <li>Select it from the listing &gt; Click Next</li>
  37. <li>Leave the passcode blank &gt; Click Next</li>
  38. <li>After a few seconds, the controller should successfully pair with Windows</li>
  39. <li>Game</li>
  40. </ol>
  41. </div>
  42. </div>
  43. </body>
  44. </html>