Download Print this page

Advertisement

Quick Links

Grove - Speaker
Release date:
Version:
Wiki:
http://www.seeedstudio.com/wiki/Grove_-_Speaker
Bazaar:
http://www.seeedstudio.com/depot/Grove-Speaker-p-1445.html
9/20/2015
1.0
1

Advertisement

loading
Need help?

Need help?

Do you have a question about the Grove-Speaker and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Seeed Grove-Speaker

  • Page 1 Grove - Speaker Release date: 9/20/2015 Version: Wiki: http://www.seeedstudio.com/wiki/Grove_-_Speaker Bazaar: http://www.seeedstudio.com/depot/Grove-Speaker-p-1445.html...
  • Page 2 Document Revision History Revision Date Author Description Sep 21, 2015 Victor.He Create file...
  • Page 3: Table Of Contents

    Contents Document Revision History · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2 1.
  • Page 4 Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification. The content of this manual is subject to change without notice.
  • Page 5: Introduction

    1. Introduction The Grove- Speaker is a module which consists of power amplification and voice outputs. The loudness can be adjusted by the on-board potentiometer. With different input frequency, the loud-speaker generated different tones. Coding the music into Arduino, DIY your own music box!
  • Page 6: Features

    2. Features  Volume Adjustable  Grove Interface...
  • Page 7: Specifications

    3. Specifications Item Typical Unit Working Voltage Voltage Gain Band Width...
  • Page 8: Usage

    4. Usage The speaker can emit a variety of sounds like a car horn, doorbell and ignition. The different sounds are based on the frequency of the input signal. You can supply different frequency signal to this module with Arduino. Arduino generates these signal via PWM or even digital write and delay.
  • Page 9 void pinInit() pinMode(SPEAKER,OUTPUT); digitalWrite(SPEAKER,LOW); void sound(uint8_t note_index) for(int i=0;i<100;i++) digitalWrite(SPEAKER,HIGH); delayMicroseconds(BassTab[note_index]); digitalWrite(SPEAKER,LOW); delayMicroseconds(BassTab[note_index]); Note: Due to the influence of the capacitance, the module can only output the bass signal, and the treble is unable to emit.
  • Page 10: Resource

    5. Resource Grove - Speaker Eagle File How to generate different tone with MCU Grove_-_Speaker_v1.0_brd.pdf Grove_-_Speaker_v1.0_sch.pdf LM386 Low Voltage Audio Power Amplifier Datasheet...
  • Page 11 Mouser Electronics Authorized Distributor Click to View Pricing, Inventory, Delivery & Lifecycle Information: Seeed Studio 107020001...