High Pitch squeel from Melzi after flashing firmware
After getting the bootloader on my Maker Select V2 (Wanhao) Melzi board, I was able to compile and flash the Repetier firmware to my board (0.91, 0.92, and 1.0.x) - "stepperWait" issue notwithstanding.
After avrdude reads back/verifies the load was successful, I get the Repetier logo on the LCD, but I also get a high pitched sound from the board (whether power from USB or from power supply).
The printer/LCD appear to be functioning (can navigate menus, "Home All", etc.), but the noise is VERY annoying, and I'm afraid it is a sign of something that could fry one or more components on the board...
Oh, and while flashing the firmware to the board, the sound goes away (only to return when the board reboots [after the flash is complete]).
Any thoughts/suggestions?
After avrdude reads back/verifies the load was successful, I get the Repetier logo on the LCD, but I also get a high pitched sound from the board (whether power from USB or from power supply).
The printer/LCD appear to be functioning (can navigate menus, "Home All", etc.), but the noise is VERY annoying, and I'm afraid it is a sign of something that could fry one or more components on the board...
Oh, and while flashing the firmware to the board, the sound goes away (only to return when the board reboots [after the flash is complete]).
Any thoughts/suggestions?
Comments
Sometimes components also make sound when switching at high freqency but firmware uses 16Hz basic frequency for heaters/fans nothing you can hear.
Martin, you were spot on...
After trying (in vain) to find a Display Controller selection that would work (and/or SOME documentation on what LCD is used in the Maker Select/Wanhao), I stumbled upon a write-up on making the Wanhao LCD work on the RAMPS board (showing the pin-outs).
I then looked into pins.h (in the MOTHERBOARD == 63 [the Melzi board]), and found that the "LED_PIN" is set to 27, which (according to the write up pin assignments) is the BEEPER on the LCD board.
I changed the LED_PID to -1, and Voila, no more noise!
Yes, it would be nice to know what pin on the Melzi board corresponds to the LED, but I'd rather have NO LED and NO High Pitched squeal (especially considering with LED_PIN set to the BEEPER, I probably am NOT getting the expected LED indicator anyway).
Again, thanks for your help!
Oh, I used the "RepRapDiscount Full Graphic Smart Controller 128x64, RAMPS, Rumba, Megatronics 2 & RAMBO" selection.
p.s. Might be nice to the pins.h updated, don't you think?