Grove Speaker
Last updated
Last updated
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 frequencies, the loud-speaker generates different tones. Coding the music into arduino, DIY your own music box!
Volume Adjustable
Grove Interface
!!!Tip More details about Grove modules please refer to Grove System
Item | Min | Typical | Max | Unit |
Working Voltage | 4.0 | 5.0 | 5.5 | VDC |
Voltage Gain | - | - | 46 | db |
Band Width | - | - | 20 | KHz |
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.Here we are going to show you how to generate these signals using delay(), the speaker sound bass 1~7.
Note Due to the influence of the capacitance, the module can only output the bass signal, and the treble is unable to emit.