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 microdrum - HELP
  • 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 18 replies
  • Subscribers 392 subscribers
  • Views 2028 views
  • Users 0 members are here
  • microdrum
  • arduino due
Related

Arduino microdrum - HELP

ashleymosey
ashleymosey over 8 years ago

okay so iv started a project were im going to build my own electronic drum kit from the ground up and iv been searching for ways to build a drum module as to buy 1 is expensive and if I can make one then why not

 

so i did some research and the one that got my attention was the MicroDrum http://microdrum.altervista.org/blog/?doing_wp_cron=1486083012.4330480098724365234375

 

The MicroDrum is a shield/addon that you attach to the Arduino that with some code on the Arduino converts triggers from a piezo transducer to Midi so it can be understood by software like GarageBand or Addictive Drums that then basically enables me to use an Arduino plus the micro drum with a PC to produce the drum sounds and give me a working electronic drum kit 

 

Now the Microdrum's PCB is sold on the website but I'm on a budget and its cheaper to make my own and the maker of the Microdrum supply schematics found here: http://microdrum.altervista.org/blog/downloads/?doing_wp_cron=1486083519.0516369342803955078125 along with picture of the PCB but the Schematics are in PDF format so cannon be opened in something like easyeda for example and i tried to copy the schematics over to easyeda but tbh I'm very confused and do not understand the spider web that is happening in the schematics microdrum supplies and when i get the parts in easyeda and place them they look completely different to what's in the original schematics but if i look at the data sheets for each part they match easyeda but not microdrums schematics so im having difficulty copying the data over my knowledge of electronics is enough to just get me by and i think this a little advance for me im hoping someone will be kind enough to help me out il put any usefull links below

 

Parts List: http://microdrum.altervista.org/wiki/index.php?title=Parts_List

Assembly Guide for if you buy the PCB (has useful images) http://microdrum.altervista.org/wiki/index.php?title=Building_with_the_PCBs

Micro Drum Wiki Main Page: http://microdrum.altervista.org/wiki/index.php?title=Main_Page

Micro Drum Schematics: http://microdrum.altervista.org/blog/schematics/?doing_wp_cron=1486084085.1847140789031982421875

 

 

Here is what iv managed to sort out so far but i have no idea if this is correct iv only included 3 Multiplexers because that give me enough ports to connect a standard drumkit and have a spare

image

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 8 years ago in reply to ashleymosey +3
    Piezo sensors can generate high voltages, so you probably need to protect the chips. I show a typical protection circuit in this blog about connecting a piezo disk to an arduino .
  • ashleymosey
    ashleymosey over 8 years ago +2
    https://easyeda.com/editor#id=63924b08d02d44fc9a50f9f875a0448c here is a compleated schematic that's finished from what knowledge iv attained the remaining open pin are all inputs 8 inputs per multiplexer…
  • clem57
    clem57 over 8 years ago +1
    If you want to skip the PCB, no problem. Just follow these http://microdrum.altervista.org/wiki/index.php?title=How_to_Build/Setup_a_microDrum which uses a breadboard instead of PCB. Not as pretty, but…
Parents
  • beacon_dave
    beacon_dave over 8 years ago

    Looks like you are missing a ground between the Arduino and the 74HC4851's and also missing the second 220ohm resistor on the MIDI out jack. You probably want to retain the 74LS04 gates as a buffer between the Arduino Tx and the MIDI out though.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • beacon_dave
    beacon_dave over 8 years ago

    Looks like you are missing a ground between the Arduino and the 74HC4851's and also missing the second 220ohm resistor on the MIDI out jack. You probably want to retain the 74LS04 gates as a buffer between the Arduino Tx and the MIDI out though.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • ashleymosey
    ashleymosey over 8 years ago in reply to beacon_dave

    what i posted was very much a work in progress I think I might be confusing people here what I'm going to do is finish putting together a schematic and post it here then see if you guys will think it works

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 8 years ago in reply to ashleymosey

    Perhaps take a look at https://circuits.io/lab where you can simulate your design online before building it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • ashleymosey
    ashleymosey over 8 years ago in reply to beacon_dave

    i tried this but unfortunately they don't have the multiplexer chips and the piezo's act as buzzers and down allow any input via tapping etc

    • 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