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 Wave Shield
  • 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
  • State Suggested Answer
  • Replies 14 replies
  • Answers 7 answers
  • Subscribers 391 subscribers
  • Views 1972 views
  • Users 0 members are here
  • ardunio
  • motion detection
Related

Arduino Wave Shield

beagles
beagles over 7 years ago

Hi All,

 

I have an idea for a project and it would be great to get some advice and tips.

 

The idea started out as a project for my newly purchased Raspberry Pi zero but the more the idea developed the more I found myself going back to my very basic knowledge of the arduino.

 

I want to make a movement activated, pre recorded voice.

 

I have purchased the ardunio wave shield for the sound bit and I have a very basic motion sensor and a speaker.

 

I also bought a mic but discussing with a friend they suggested to pre-record my message using my laptop microphone and then transfer it over to the shield.

 

What do people think?

Have I gone down the right path for the project I want to build?

Is this project a bit too complex for a novice?

 

If you have any links to youtube videos etc please comment below!

 

The first mission of mine is to learn how to solder as the wave shield isn't pre made.

 

Thanks

Kaylee :-)

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 7 years ago +2 suggested
    I recently connected a $2 mp3 player module to a PSoC microcontroller to play recorded audio when a button is pushed. An arduino would work just as well - the micro doesn't have much work to do. It might…
  • genebren
    genebren over 7 years ago +1 suggested
    Hi Kaylee, This sounds like a great learning project. The motion detector should most likely have a high/low level output detecting motion. Use this change to trigger the playing of the wave file. I like…
  • DAB
    DAB over 7 years ago +1 suggested
    Hi Kaylee, If you have some basic Arduino experience, you should be able to accomplish your goal. Check with the RPi website, there are a number of similar projects to yours, so you can read about how…
  • genebren
    0 genebren over 7 years ago

    Hi Kaylee,

     

    This sounds like a great learning project.  The motion detector should most likely have a high/low level output detecting motion.  Use this change to trigger the playing of the wave file. I like the idea of transferring the wave file from your computer as this will simplify your initial project (you can always add features later).  Learning to solder will be yet another useful skill as you take on more projects later.

     

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • beagles
    0 beagles over 7 years ago in reply to genebren

    Thanks for the support genebren. Will let you know how I get on! :-)

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

    Hi Kaylee,

     

    If you have some basic Arduino experience, you should be able to accomplish your goal.

    Check with the RPi website, there are a number of similar projects to yours, so you can read about how others have solved most of your problems.

     

    There are many sources and video's to show you how to solder.  First rule, heat the parts first, not the solder.  The solder should flow onto the part and you should using it sparingly.  A little bit is better in most cases to a big blob.

     

    You can do your software using Python, which is easy to learn and use.

     

    Why don't you start a blog here on element 14 and that way we can watch what you are doing and provide you with tips as you go along.

     

    Feel free to post questions.

     

    Good luck,

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • BigG
    0 BigG over 7 years ago

    If recording from computer, make sure when you save your audio file that it matches the criteria: 22KHz 16bit mono Wave (.wav) file and check that the saveAs name of the audio file is compatible. Also check that your SD card is correctly formatted.

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

    Which Arduino wav shield did you purchase ? the Adafruit one ? If so, have you taken a look at the Adafruit site for the documentation on how to solder and use it ?

    https://learn.adafruit.com/adafruit-wave-shield-audio-shield-for-arduino?view=all

     

    There is also a more advanced Adafruit product which has microphone support and which may be of interest for a future project:

    https://learn.adafruit.com/adafruit-vs1053-mp3-aac-ogg-midi-wav-play-and-record-codec-tutorial?view=all

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 7 years ago

    I recently connected a $2 mp3 player module to a PSoC microcontroller to play recorded audio when a button is pushed.

    An arduino would work just as well - the micro doesn't have much work to do. It might even be possible to connect your sensor directly to the mp3 player with no micro involved - depending on exactly what you want for functionality.

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

    Thanks Dab, ill check out the Rpi website.

    Thanks for the soldering advice.

    Is there any soldering iron/ equipment you would recommend? I just picked one up in a hardware store and a friend of mine didn't think it was the best. The end is like a flat screw driver and he suggested that I may struggle as the tip is so big :-/ oops.

     

    Yes I like the idea of the blog. To be honest Im still getting to grips with the format of this website and the blogs/posts.

     

    Thanks

    Kaylee

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beagles
    0 beagles over 7 years ago in reply to BigG

    OK thanks for that. I'll bare that in mind :-)

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

    Hi Dave,

    Yes that's correct, I bought the adafruit shield. Thanks for links- they will be very useful!

     

    Thanks

    Kaylee

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beagles
    0 beagles over 7 years ago in reply to dougw

    Hi Doug,

    Wow that's cool.

    Do you have the project documented in a blog at all?

    Thanks

    Kaylee

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify 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