So last summer, our oven/mw (Whirlpool JQ280) broke (i'm thinking of overheating since it was very hot, but it may as well be electrical default). I tracked down the problem to the motherboard, which has indeed some weldings that burned. I bought a new one and the oven is working again.
I now have this defective motherboard, separated in two parts. The burned weldings are on the back part, and the front part still has a four-number display, a button and what i assume to be the main chip. I figured that i maybe could get only the front part and make some kind of clock with it.
The easy version would be to feed it 5V current, and if it's not broken it should work as if it was still in the oven, providing a time display. Is there anything dangerous or tricky about that ? I already built/modified a few electrical circuits (spotlights, guitars) but it was always with simple components used for their intended purpose, and i have close to 0 knowledge of electronics. I specifically have no idea if there might be danger of electrical shocks and if it's important to ground it (There are two circuits that are labeled GND on the connection between the two parts, and a yellow/green cable that was connected to the metallic structure of the oven going from the bottom of the back part).
The more complicated version would be to also reprogram the chip, out of curiosity. From Internet, i deduce that it takes some specific hardware to "flash/burn" the chip : either some box in which you put the chip, either some clip that you put around the chip. The problem here is that the chip of this motherboard seems to be 64pins : i think un-welding/re-welding it would be far beyond my welding skills. But on the other hand, it doesn't seem to exist clips adaptators for more than 16 pins. Can you confirm that reprogramming this chip would involve precision welding ?
Anyway, thanks in advance for your feedback, have a great day !
You could cut or de-solder the ribbon cables and power the upper board alone connecting the +5V and GND wires on the left ribbon to an appropriate power supply. If the upper board isnt blown you might be able to get it to work.
This kind of two board design is quite common. The bottom PCB is a mixed high + low voltage board that includes the mains power supply with bridge rectifier, transformer and smoothing caps. It sends low voltage power to the upper board via the ribbon.
The upper board is entirely low voltage and has a microcontroller, display, buzzer and the control knob. Sensors and switches in the oven are passed over the ribbon to the controller, and control signals are passed back through the ribbon to the relays on the power board which then switch high voltage power to bulbs, fans, and other stuff.
As long as you don't connect it to mains power it's a safe low voltage in this case, there is nothing on this board that will generate high voltage from 5V. Don't leave it powered when you're not there, low voltage can still burn your house down!
This is unlikely, but you never know. Its probably a custom pre-programmed chip that can't be erased, or at the least it has been locked so it can't be modified or have the software read out. It's possible that it could be programmed in place on the board without de-soldering.
Interestingly the upper PCB also seems to have something that looks like an SPI port (P21) it's possible this controls something in the oven but I doubt it. It could be a programming interface but SPI is not typically used for that, maybe a test interface? Hard to say. (edit on 2nd thoughts it probably is a programming interface)
Someone with good electronics / software skills could replace it with an equivalent blank programmable CPU and program it (with something), but that would be a big project even for experienced engineers. Mostly the lack of detailed info about the hardware usually makes it easier to design something new from scratch than to reverse engineer somone elses design.
Those infos are good to know, thank you ! I'll definitely give up any reprogramming attempt x)
For the P21 port, if that interests you or anyone else, the 6 pins are labeled "1.WKP 2.SDA 3.SCL 4.RST 5.GND 6.+5V". After looking at pictures of the dismounted oven, i think it could have been connected to the buttons of the front face of the oven.
WKP - might mean wake up. SDA - serial data out SCL - serial clock RST - reset GND, 5+V - power and ground
Ok so it will be talking to another chip on the keyboard PCB. Not a programming interface.