The shipping fee depends on your address
Standard: 9-15 business days,fee is down to $3.99
Express: 4-7 business days,fee is down to $5.99
WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.
If you're looking for a custom product, we can help. Kindly contact us via email support@keszoox.com and send us the details for your need, then we'll let you know how we can deliver the right solution.We make into production usually Within 1 - 3 Bussiness Days.
Expect customization orders.Small speaker for adding sound to a project
This is a 36mm diameter 0.5W 8 Ohm speaker for adding sound to projects.
These small speakers work well for adding a little sound to your next project.
The speakers have solder pads for making connections. Use the outside pads for soldering to as the inside pads connect the small wires to the speaker cone.
For use with an MCU, the ‘-‘ pad is connected to the system ground and the ‘+’ pad is connected to a digital output pin from the MCU or a small audio amplifier. A series capacitor of around 10uF – 47uF should be used in series with the drive pin to prevent DC current flow and avoid possible damage to the MCU output if driving directly off the MCU.
If a louder sound is desired, a transistor, LM386 audio amp or other amplifying device can be placed in-circuit to provide a stronger drive to the speaker.
These speakers work very well for adding sound to a project. They are not hi-fi quality but work fine for basic sound reproduction.
There are several code examples built into the Arduino IDE for playing basic notes on a speaker. One ‘toneMeloday’ is shown below. Remember to connect a series cap between the output pin and the buzzer to avoid possible damage to the Arduino or use an amplifier of some type.
/* Melody Plays a melody circuit: - 8 ohm speaker on digital pin 8 created 21 Jan 2010 modified 30 Aug 2011 by Tom Igoe This example code is in the public domain. http://www.arduino.cc/en/Tutorial/Tone */ #include "pitches.h" // notes in the melody: int melody[] = { NOTE_C4, NOTE_G3, NOTE_G3, NOTE_A3, NOTE_G3, 0, NOTE_B3, NOTE_C4 }; // note durations: 4 = quarter note, 8 = eighth note, etc.: int noteDurations[] = { 4, 8, 8, 4, 4, 4, 4, 4 }; void setup() { // iterate over the notes of the melody: for (int thisNote = 0; thisNote < 8; thisNote++) { // to calculate the note duration, take one second divided by the note type. //e.g. quarter note = 1000 / 4, eighth note = 1000/8, etc. int noteDuration = 1000 / noteDurations[thisNote]; tone(8, melody[thisNote], noteDuration); // to distinguish the notes, set a minimum time between them. // the note's duration + 30% seems to work well: int pauseBetweenNotes = noteDuration * 1.30; delay(pauseBetweenNotes); // stop the tone playing: noTone(8); } } void loop() { // no need to repeat the melody. }
Notes:
Maximum Ratings | ||
Max Power | 0.5W | |
Impedance | 8 Ohm | |
Frequency Response | 80Hz – 12KHz | |
Dimensions | Dia x H | 36 x 5mm (1.42 x 0.2″) |
Country of Origin | China |
WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.
All orders are dispatched from our warehouse. The shipments are fully tracked—from our door to yours. Please allow 3-5 business days for your order to be processed in addition to the shipping times below.
Standard: 9-15 business days. Express: 4-7 business days.
Please note that shipping providers are extremely busy during this time, and some orders might experience a delay on top of usual delivery times. If your order is late, please allow 5-10 days more than indicated in standard shipping times before contacting our customer service. Thank you for your understanding.
All orders are 100% tracked. You’ll receive an email with a tracking number and a link to track your parcel once your order leaves our warehouse. Please allow 24-48 hours for the tracking link to start showing shipping information.
Receive our latest updates about our products & promotions.
Thanks for subscribing!
This email has been registered!