Dankdryer improvements: Difference between revisions
No edit summary |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File:Dankdryer.png|thumb|right|The Dankdryer PCB]] | |||
In an [[Dankdryer|earlier article]], I designed and constructed a high-temperature [[Filaments|filament]] dryer. Before I was even done putting together the first design, I was thinking of improvements for reliability, efficiency, cost, and ease of assembly. I've put some of them into effect, and the results are most pleasing. Most importantly, I designed a PCB to replace the perfboard and through-hole mess of the original. Like the rest of the project, the KiCad schematics and PCB design are open source. | In an [[Dankdryer|earlier article]], I designed and constructed a high-temperature [[Filaments|filament]] dryer. Before I was even done putting together the first design, I was thinking of improvements for reliability, efficiency, cost, and ease of assembly. I've put some of them into effect, and the results are most pleasing. Most importantly, I designed a PCB to replace the perfboard and through-hole mess of the original. Like the rest of the project, the KiCad schematics and PCB design are open source. | ||
| Line 14: | Line 15: | ||
==Electronics== | ==Electronics== | ||
* Let's toss the TB6612FNG motor controller. We only need one direction of rotation, so we control the motor with an | * I added a Hall sensor to the roof, and with a magnet on the spool platform, we can now detect spool rotations. More importantly, we can detect a failure to rotate, probably indicative of obstruction or even melting. This is important, because the spool will otherwise heat asymmetrically. | ||
* Let's toss the TB6612FNG motor controller. We only need one direction of rotation, so we control the motor with an N-channel MOSFET, a 330 and 1.62K resistor, and a [https://www.vishay.com/docs/88525/1n5817.pdf 1N5817] Schottky diode. The n-FET goes on the ground side of the motor, and the diode runs in parallel with the load (i.e. is connected to the motor's two pins). The resistor pulls down the gate lead. This eliminates four net wires (AIN1, AIN2, STBY, AO2, APWM go away; we add GATE) while adding two resistors. | |||
* The LM35 is operating in a nasty thermal environment, and on about ten centimeters of poorly-shielded AWG22. Let's give it some bigger boxing gloves. Put a 0.01µF bypass capacitor across its power and ground leads. Put a 75Ω resistor and a 0.22µF capacitor in series between the signal and the ground. These recommendations come directly from the [https://www.ti.com/lit/ds/symlink/lm35.pdf datasheet]: | * The LM35 is operating in a nasty thermal environment, and on about ten centimeters of poorly-shielded AWG22. Let's give it some bigger boxing gloves. Put a 0.01µF bypass capacitor across its power and ground leads. Put a 75Ω resistor and a 0.22µF capacitor in series between the signal and the ground. These recommendations come directly from the [https://www.ti.com/lit/ds/symlink/lm35.pdf datasheet]: | ||
[[File:LM35-circuit.png]] | [[File:LM35-circuit.png]] | ||
===PCB considerations=== | ===PCB considerations=== | ||
* We're ditching the Sparkfun NAU7802 breakout board, so we'll need add 2.2kΩ pullups on both I2C lines, 0.1µF and 1µF capacitors on VDDA, and 47Ω resistors on VNN1N and VNN1P with a 0.1µF bypass capacitor across them. See the [https://cdn.sparkfun.com/assets/6/a/5/9/d/Qwiic_Scale.pdf schematic]: | * We're ditching the Sparkfun NAU7802 breakout board, so we'll need add 2.2kΩ pullups on both I2C lines, 0.1µF and 1µF capacitors on VDDA, and 47Ω resistors on VNN1N and VNN1P with a 0.1µF bypass capacitor across them. See the [https://cdn.sparkfun.com/assets/6/a/5/9/d/Qwiic_Scale.pdf schematic]: | ||
| Line 29: | Line 29: | ||
* I experimented with adding a kinda inverted eggholder (actually just a bunch of inverted frustra) to the underside of the bottom chamber, in the hope of eliminating warping. It didn't really pan out (a good number detached from the build plate), and you need defeat warping for the top chamber anyway, so I removed them. | * I experimented with adding a kinda inverted eggholder (actually just a bunch of inverted frustra) to the underside of the bottom chamber, in the hope of eliminating warping. It didn't really pan out (a good number detached from the build plate), and you need defeat warping for the top chamber anyway, so I removed them. | ||
* I'd love to get rid of the internal AC, but the heater maxes out at 4.5A of 120VAC. That's 45A of 12VDC, and now you're talking a (fairly large) power supply running close to $30. | * I'd love to get rid of the internal AC, but the heater maxes out at 4.5A of 120VAC. That's 45A of 12VDC, and now you're talking a (fairly large) power supply running close to $30. | ||
* Maybe we should replace the hot chamber thermometer with a K-type thermocouple and the necessary PCB electronics/connector? This looks quite expensive; if we don't need it, let's not. | |||