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.
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!
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.
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...
Need help?
Do you have a question about the Grove-Speaker and is the answer not in the manual?
Questions and answers