Welcome! Log In Create A New Profile

Advanced

Bed fan troppo rumorosa

Posted by Salvatore94 
Bed fan troppo rumorosa
January 23, 2016 12:08PM
Ciao ragazzi,
Da quando ho la stampante stampo sempre pla quindi ho dovuto mettere una bella ventolona (che avevo già) per ventilare. Il problema è che quando non va al 100% emette un fischio davvero rumoroso e fastidioso, purtroppo non posso mandarla sempre al 100% perché ho problemi con l'hotend che varia troppe volte la temperatura.
Oltre ad isolare l'hotend (è in arrivo il kapton) ho anche stampato un convogliatore migliore.
Mi chiedevo però se c'è un modo per diminuire il rumore della ventola. Non ricordo dove se non sbaglio ho letto che la ventola per la stampa viene comandata in pwm ed è questo che provoca tanto rumore e che si può comandare in frequenza in modo da avere meno rumore.
È vera questa cosa? Sapreste dirmi come si fa? Oppure l'ho sognato eye popping smiley?
Grazie
Re: Bed fan troppo rumorosa
January 23, 2016 06:57PM
Anche io ho delle ventole Sunnon che sotto il 90% si spengono e cmq mal sopportano il pwm
Altre di marca scadente invece vanno meglio e riesco a parzializzarle.
Potrebbe dipendere dal tipo di elettronica che montano ?
Il pwm e' già un onda, solo che e' quadra
Re: Bed fan troppo rumorosa
January 24, 2016 06:20PM
Si credo che dipenda certamente dall'elettronica che monta la ventola perchè ce ne sono altre molto più silenziose.
Però non ho ancora ben capito se si può comandare la ventola in frequenza invece che in pwm, magari l'avrò sognato.


Stampante: RepRap prusa i3 con estrusore bowden
Software: MarlinKimbra
Re: Bed fan troppo rumorosa
January 25, 2016 02:52PM
Salvatore cosa intendi con "comandare la ventola in frequenza invece che in pwm", usando tipo la libreria Tone.h di Arduino? Non avresti nessun controllo perchè usa sempre il 50% del dutycycle quindi sempre il 50% dei potenza.
Riguardo al pwm posso forse dare una soluzione: un mio amico sperimentando in campo audio mandava un segnale pwm per controllare un "non mi ricordo cosa" ma aveva dei disturbi, ha risolto aumentando la frequenza del timer. Anche in questa discussione sul forum Arduino ne parlano.
Non è detto funzioni ma si può provare, magari prima con uno sketch apposta.


Delta Fluo --> Stampante Custom tipo Delta - IeC v4.0 0.4 - Ultratronics - MK4due 4.3.1 (dev)
Re: Bed fan troppo rumorosa
January 25, 2016 07:49PM
Spiegazioni: [forum.arduino.cc]


possible intervento (nel codice di Marlin) Configuration:


/**************************************************************************
 **************************** Fan configuration ***************************
 **************************************************************************/
// Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino
//#define FAST_PWM_FAN

// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
// which is not ass annoying as with the hardware PWM. On the other hand, if this frequency
// is too low, you should also increment SOFT PWM SCALE.
//#define FAN_SOFT_PWM

// Incrementing this by 1 will double the software PWM frequency,
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
// However, control resolution will be halved for each increment;
// at zero value, there are 128 effective control positions.
#define SOFT_PWM_SCALE 0

// When first starting the main fan, run it at full speed for the
// given number of milliseconds.  This gets the fan spinning reliably
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
//#define FAN_KICKSTART_TIME 100

// This defines the minimal speed for the main fan, run in PWM mode
// to enable uncomment and set minimal PWM speed for reliable running (1-255)
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
//#define FAN_MIN_PWM 50


Disclaimer: io ce la metto tutta a darti consigli sensati, sta a te non incendiare nulla :-)
CoreXY HyperCube. [www.thingiverse.com] | Cerchi test? Make: test set: [www.thingiverse.com]
Sorry, only registered users may post in this forum.

Click here to login