From 3b8475c45830078add36365b1b61a8a7193d525d Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Thu, 27 Dec 2018 11:31:19 -0500 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b33fff..a11cede 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,25 @@ Stereo: <img src="img/output.mp4" height=400px> -I analyzed the impedance as a function of frequency (using the handy Analog Discover 2 USB oscilloscope), shown below. We can see the fundamental resonance a bit above 100 Hz (note: next prototype should make this lower). + +I did some more prototyping on this design, using milled 1/16" cotton-phenolic, instead of laser-cut 1/8" plywood. I also cured the membrane onto a thin sheet of carbon with a 0,+60,-60 layup. I also switched to 1/8" (D) x 1/16" (H) magnets, instead of 1/8" (D) x 1/8" (H), because the simulations predicted the force output would be similar. + +<img src= "img/phenolic-magnets.jpg" height=300px> +<img src= "img/phenolic-carbon.jpg" height=300px> + + +The DC resistance of these speakers came out to 7.5 ohms -- not too far off the 8 ohms I was shooting for. I also analyzed the impedance as a function of frequency (using the handy Analog Discover 2 USB oscilloscope), shown below. We can see the fundamental resonance a bit above 100 Hz (note: next prototype should make this lower). <img src="img/waveforms-impedance-1.png" height=400px> +I took some high speed video to look at the deformation modes. The fundamental mode is, well, fundamental: + +<img src= "img/mode-150hz-1000fps.mp4" height=400px> + +I also used the IR imager to look at the heat distribution when driving the speaker hard: + +<img src= "img/IR_0366.jpg" height=400px> + ## Coil layer improvements @@ -52,5 +67,5 @@ The pattern for this speaker stressed my coil laying tool in ways that my previo Second, the winding paths of this speaker membrane put torque and axial load on the single 3mm OD ball bearing (with 1mm balls inside!) that I had been using to apply the wire. After a few jobs, this roller would have the characteristic "crunch" of an overloaded bearing. I owe an offering to St. Venant. To fix this, I made a small roller applicator, held by two 3mm OD bearings. This effectively limits the torque seen by the bearings and doubles the effective radial load (because there are two instead of one). It also allows me to experiment with different applicator profile shapes. Two are shown above, on a penny for scale. - +The two bearings definitely held up better than the single bearing, but I still managed to overload them eventually. This leads me to think that failure mode is a result of either contamination in the unsealed bearings, or significant axial force during plotting. I think both might be solved by switching to a plain bearing instead of a ball bearing. Plain bearings can be made to be much more compact and to take much more force than ball bearings. The trade-off is generally a higher coefficient of friction as compared to properly working ball bearings. I'm going to make a plain bearing version of the applicator (either with porous oil-embedded SAE 841 bronze, or simply with a lubricated brass bearing) to see if the friction is at an acceptable level for plotting the wire. -- GitLab