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 Raspberry pi project
  • 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
  • State Suggested Answer
  • Replies 7 replies
  • Answers 5 answers
  • Subscribers 666 subscribers
  • Views 733 views
  • Users 0 members are here
Related

Raspberry pi project

vasi_t
vasi_t over 7 years ago

Hi guys, I have a problem and I hope someone is willing to help me. I want to do a fun project with my raspberry pi zero. I want to do a portable mini ''console''. I have almost everything I need except the case (because I dont have a 3D Printer) and I want to ad to this ''console'' my own Controller. It's pretty easy. 4 buttons, 2 triggers, 1 Dpad and a Joystick. But I have 0 experience with diy Controller and that kind of stuff and I would need help. Is there a board that can signals from buttons and transform it into a USB signal  or can I put tha signals direct in the Raspberry pi (sorry if its not grammatical correct what I wrote). I would really apreciate every help I can get.

  • Sign in to reply
  • Cancel
Parents
  • beacon_dave
    0 beacon_dave over 7 years ago

    You may be interested in this U-HID board: 

    Uhid :

     

    However the likes of the Arduino Leonardo is often used for this purpose as per the PIK3A project mentioned previously.

     

    The ATmega32U4 microcontrollers have built in USB support so Arduinos using them offer this sort of functionality e.g.

    https://store.arduino.cc/usa/arduino-leonardo-with-headers

    https://store.arduino.cc/usa/arduino-micro

     

    Keyboard functions

    https://www.arduino.cc/reference/en/language/functions/usb/keyboard/

    Mouse functions

    https://www.arduino.cc/reference/en/language/functions/usb/mouse/

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • vasi_t
    0 vasi_t over 7 years ago in reply to beacon_dave

    Thank you so much.

     

    Only one Question. are both Arduino boards the same only the size is different? Because I need a small one so I would chose the second.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • vasi_t
    0 vasi_t over 7 years ago in reply to beacon_dave

    Thank you so much.

     

    Only one Question. are both Arduino boards the same only the size is different? Because I need a small one so I would chose the second.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • mconners
    0 mconners over 7 years ago in reply to vasi_t

    They are different sizes. I used one of these

     

     

    https://www.amazon.com/gp/product/B012FOV17O/ref=oh_aui_search_detailpage?ie=UTF8&psc=1

     

    Which is quite small.

     

    Mike

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 7 years ago in reply to vasi_t

    Either should work fine for your needs.

    You might also want to look at something like the TeensyLC. It should do keyboard emulation as well. Depending on where you are based it might work out a little cheaper too.

    https://www.pjrc.com/teensy/teensyLC.html

     

    There is a guide to connecting the device together with some sample code:

    https://www.pjrc.com/teensy/td_keyboard.html 

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 7 years ago in reply to vasi_t

    There are some minor differences apart from size, however I don't think there is anything that will cause you problems.

     

    Leonardo schematic:

    https://www.arduino.cc/en/uploads/Main/arduino-leonardo-schematic_3b.pdf

    Micro schematic:

    https://www.arduino.cc/en/uploads/Main/arduino-micro-schematic.pdf

     

    Adafruit do some small ATmega32u4 based boards as well e.g.:

    https://learn.adafruit.com/atmega32u4-breakout/intro

    however if you are just starting out, then the Arduino Micro may be a safer bet.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • 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