Imperial March on an Arduino

Arduino


This is a really simple project that would fun for anyone getting started with an Arduino. Check out the ‘more info’ section for a link to the source code. There aren’t any schematics, but the code is well documented.

More about the Imperial March on an Arduino

In the Maker Shed:
Makershedsmall
Arduino Family
Make: Arduino

4 thoughts on “Imperial March on an Arduino

  1. Alex V says:

    The video looks like the LED is in the path to the speaker. Won’t this have the effect of cutting out half the sound wave?

    1. Marc de Vinck says:

      @Alex,

      It does, but it isn’t. It’s a shame there aren’t any schematics, but ask anyone familiar with electronics and they can help. Here is the code:

      int ledPin = 13;
      //led for visualization (use 13 for built-in led)

      int speakerPin = 11;
      //speaker connected to one of the PWM ports

      Each component has it’s own pin.
      Send me an email if you need any additional help getting started. I would be happy to help.

Comments are closed.

Discuss this article with the rest of the community on our Discord server!

ADVERTISEMENT

Maker Faire Bay Area 2023 - Mare Island, CA

Escape to an island of imagination + innovation as Maker Faire Bay Area returns for its 15th iteration!

Buy Tickets today! SAVE 15% and lock-in your preferred date(s).

FEEDBACK