Last week I've fried my Smoothieboard when one of the cables (hotend temp) came

Last week I’ve fried my Smoothieboard when one of the cables (hotend temp) came loose during printing (it must have connected with GND or another cable) :frowning:
Is there any way of saving this? I have some SMD soldering experience, but never attempted to swap out anything with that many pins.

I see residue off to the right - did something else blow there or is that from the chip in the center?

If you want to even attempt that, I recommend using a hot air rework station with the proper (square IC shape) attachment. I’ve done stuff like that more than I want to admit to, it’s a pain.

@Steve_Prior Not exactly sure what you mean by residue, maybe I should get a better photo. Here’s another one I took further from the right. The rest of the board looks ok but I know there might be other parts affected. Just wondering if it’s worth trying to swap the mcu and see if that brings it back to live. Looking at my config I believe it would have been Pin 0.23.

The other thing too is, there is no way to know if anything else got damaged. You may end up spending a lot of time chasing problems. It might be a fun exercise to learn more about electronics but you’ll be without a working machine while you do that.

Several users with the same kind of problem have fixed it by replacing the microcontroller and voltage regulator.

Good to hear @Arthur_Wolf .
What would I have to do to get the mcu into the correct bootstrapping for Smoothie? Can I flash whatever is required after soldering it onto the board?
And lastly would this one work as replacemnet?
http://nz.rs-online.com/web/p/microcontrollers/7257742/

Hot plate + hot air + low temp solder. I’ve done hundreds of devices like this.

@Oliver_Seiler After replacement you just do http://smoothieware.org/flashing-the-bootloader
And yes, that’s the right chip.

Should be a $10 fix in parts. Future electronics has the LPC’s cheap:

Flash the bootloader, firmware, and use the same config. Just soldered one today with a pen iron. Hot air is better but if you have solder wick and are good at soldering either way will work. http://www.futureelectronics.com/en/technologies/semiconductors/microcontrollers/32-bit/Pages/3715687-LPC1769FBD100,551.aspx?IM=0

The area I circled in red looks like something bad happened.
missing/deleted image from Google+

Thanks for pointing that out @Steve_Prior ​ it’s just a reflection or so, the board is perfectly fine in that area. Sorry for the the crappy photo.

It seems that the 3.3V rail is also screwed. Anyone know where I can find the regulator (IC10)? I can’t see it

It may not be, I’ve heard of LPCs failing and causing a dead short on the 3v3 rail. Remove the chip and test the rail again.

Ok, I’ve managed to replace the MCU and uploaded (+verify) the bootlader. But when I boot it up with firmware.bin and config file on the SD card it doesn’t seem to do anything (LED 1-4 dark, 3.3V working fine again).
I have checked the connections (SD_CS, SCK, MISO, MOSI) from the mcu pins to the sd card and they’re all fine.
I’m wondering if one the other mcu pins didn’t connect to the pad? Any pointers as to which would be the most crucial ones?

Do you have access to a Segger Link unit?

@Douglas_Pearless not really :frowning:

@Oliver_Seiler If it won’t work, you need to check all the pins, and another possibility is the oscillators for the mcu having a soldering problem ( try hot air on them ). Having the bootloader but not the firmware work, would point at a oscillator problem.

Thanks @Arthur_Wolf , I’ll check the oscillators. The pins seem all good, I’ve double and triple checked them.

There was a problem with the oscillator indeed and resoldering fixed it, thank you so much @Arthur_Wolf !
The firmware is booting and I can talk to the board via the serial port. There’re still some issues with USB and LCD, but they might also be driver/config related.