Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Enclosure for Moving Coil Speaker #265

Open
ForrestErickson opened this issue Aug 11, 2024 · 5 comments
Open

Change Enclosure for Moving Coil Speaker #265

ForrestErickson opened this issue Aug 11, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ForrestErickson
Copy link
Collaborator

ForrestErickson commented Aug 11, 2024

Summary

Experiments with the Version 1 PCB with a push pull amplifier driving a moving coil speaker gave loud buzzer alarms at various frequencies.

A speaker from amazon was identified and a FreeCAD 3D model made by measurements taken from a real part. See file at:
https://github.com/PubInv/general-purpose-alarm-device/tree/main/Hardware/Enclosure/Speaker2W
image

This may be the part Lee measured:
https://www.amazon.com/Speaker-Speakers-Compatible-Loudspeaker-Player/dp/B0C49RZ9WJ/ref=sr_1_1?th=1
8Pcs 8 Ohm 2W Speaker 8ohm Round 28mm Loud Speakers Compatible with Small Loudspeaker Audio MP3 MP4 Player Speaker

cc: @nk25719
@RobertLRead

@ForrestErickson ForrestErickson added the enhancement New feature or request label Aug 11, 2024
@ForrestErickson ForrestErickson self-assigned this Aug 11, 2024
@nk25719
Copy link
Collaborator

nk25719 commented Aug 12, 2024

cc: @samoyin

@samoyin
Copy link
Collaborator

samoyin commented Aug 24, 2024

Enclosure for Moving Coil Speaker

translate([0,0,3.75]) cylinder (d1=13.80, d2=13.80, h=1.5);

color("LimeGreen") translate ([0,0,2.24]) cylinder (d1=26.070, d2=25.070, h=1.51);

color ("orangered")translate ([0,0,1.24]) cylinder (d1=26.630, d2=26, h=1.51);
difference(){
color("Steelblue") translate ([0,0,0.352]) cylinder (d1=28.980, d2=27.980, h=1.24);

translate([0,0,-1.5]) sphere(r=4); $fn=100;
}
difference(){
color ("plum") cylinder (d1=23.98, d2=23.98, h=3.352);

translate([0,0,-1.5]) sphere(r=4); $fn=100;
}
$fn=100;

translate ([0,0,0.5]) cylinder (r1=3, r2=4, h=0.5); $fn=100;

SIDE VIEW

Side View of the Speaker
Bottom view
Bottom View of the Speaker

@samoyin samoyin closed this as completed Aug 24, 2024
@nk25719 nk25719 reopened this Aug 24, 2024
@nk25719
Copy link
Collaborator

nk25719 commented Aug 24, 2024

@ForrestErickson please review @samoyin 's work

image

The measurements she followed are demonstrated here. Is this the correct representation of the measurements for the speaker we are using in the GPAD?

@samoyin samoyin self-assigned this Aug 24, 2024
@ForrestErickson
Copy link
Collaborator Author

Regarding, "@ForrestErickson please review @samoyin 's work"
Yes it looks correct.
Everyone note that the dimensions were made by measuring a single part and are therefor with out a known tolerance.
The enclosure design must accommodate additional uncertainty. I would suggest something like 2 to 5 % might be a starting point.

CC: @nk25719

@ForrestErickson
Copy link
Collaborator Author

@samoyin
Please add the SCAD files for the speaker with a descriptive name into the repository.

The location: https://github.com/PubInv/general-purpose-alarm-device/tree/main/Hardware/Enclosure/Speaker2W might be good place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 👀 In review
Development

No branches or pull requests

3 participants