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
Arduino
  • Products
  • More
Arduino
Arduino Forum arduino gamepad
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 11 replies
  • Subscribers 394 subscribers
  • Views 1815 views
  • Users 0 members are here
Related

arduino gamepad

Former Member
Former Member over 9 years ago

hey guys im still new on this hobby. i already use arduino for 1 year now. i really want to make my own gamepad for ios using arduino. can someone help me

  • Sign in to reply
  • Cancel

Top Replies

  • balearicdynamics
    balearicdynamics over 9 years ago in reply to gihu +1
    Hi gihu, I am not updated to the last changes of Apple on the most recent iOS versions but AFAIK, iOS BLE has some GATT layer (that seems obvious to be available to developers) that are locked and can…
  • balearicdynamics
    balearicdynamics over 9 years ago in reply to gihu +1
    hi Gihu, thank you for this detail. I have not though that gamepads (not analog ones) are nothing more than a replacement of some keys. I was thinking to something strongest In past I have developed for…
  • balearicdynamics
    balearicdynamics over 9 years ago

    Hello amir,

     

    you are welcome. Please can you give us more details on how do you have in mind to manage this project and what are the components you already have or plan to acquire to develop this idea?

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago

    Hi,

     

    If you want to build a hardware to be physically plugged to an ios device, you need to enroll the apple MFi, image...To avoid this, you can try to make your gamepad BLE.

    In my opinion a good kit to start in this project coukd be the CY8CKIT-049 from cypress.

     

    Hope that helps.

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 9 years ago in reply to gihu

    Hi gihu, I am not updated to the last changes of Apple on the most recent iOS versions but AFAIK, iOS BLE has some GATT layer (that seems obvious to be available to developers) that are locked and can't be used in the applications as a reserver for their internal usage. Most of these "locked" features depends on the limitations of the iOS that should only be used to those things Apple wants. This is a detail to be considered before any design.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago in reply to balearicdynamics

    Hi Enrico, it is completely certain for traditional bluetooth device, even I think an authentification IC was needed in your hardware to connect to an ios device, but I think this is not needed in BLE.

    I will check it in more detail, but my first impression is that if there are ble ios compatible keyboards, then HID gatt can be accesible, and gamepads use HID gatt.

    So, you are right, time to research info image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago in reply to gihu

    It exist:

    http://www.adafruit.com/products/1535

    Supposed to be ios compatible.

    And:

    http://3dprint.com/45206/3d-printed-gamepad-bluefruit/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 9 years ago in reply to gihu

    hi Gihu,

     

    thank you for this detail. I have not though that gamepads (not analog ones) are nothing more than a replacement of some keys. I was thinking to something strongest image In past I have developed for both Android and iOS the BLE interface for a small device controlling a couple of motors via PWM as a feedback of the use on the smartphone touch, with some GATT profiles for battery status, motor temperature and global inside device temperature and other stuff. While in Android it was possible without difficult to manage these custom profiles, in iOS (was version 6) the BLE was not permitting to get for example some parts of the battery status protocol and temperature as it is locked and reserved for the Apple friends who develop expansive hardware for fitness and other stuff, using these protocol. And this is also something there is a long time discussion on the Bluetooth.org SIG just because in theory this is not so politically correct than the open protocol BLE will expect to be.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago

    im sorry guys im lost here, so it is possible to make itimage and if i use the adfruit ez-key can it be connected to a joystick.image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago in reply to Former Member

    If you use the ez-key, you will connect it as a keyboard.

    You can use other platform to try as a gamepad, just for if as Enrico says any features are blocked, obviously the app should be also compatible with gamepad (not just the iOS).

    I have tryed to connect BLE with HID gamepad descriptor to an iOS, pairing and connection works, but I have not tried anything else (lack of time image), as soon as I have the chance I will try how to send information about joystick and buttons. Which app do you want to play with the gamepad?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 9 years ago in reply to gihu

    One of the things I am fascinated by years (I have done great projects on this game during '90s) is Doom ... Just to be honest. The second of importance (I have played days, not onlyhours) is the retro Terminal Velocity.

    But Doom was incredibly fascinating ...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago

    i have bluetooth keyboard that can connect to ios devices and i have try to play games using it but it wont work. the main reason why i want to make this game controller to play FIFA16.

    • Cancel
    • Vote Up 0 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