Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Controlling Washing Machine Motor with an Arduino

Status
Not open for further replies.

djb-systems

New Member
Hi All

I have an old Bosch 3 phase brushless motor from a Washing Machine and its working Inverter board, now I know I could buy a VFD and control the motor that way but I was wondering if anyone has had luck connecting an arduino to a washing machine inverter board and controlling the motor? The invertors brains is 256mc206 microchip and the pins are

1 - TX02
2 - RX02
3 PRG_CLK
4 PRG_Data
5 Reset
6 GND
7 +3.3v
8 SCK
9 SDI
10 SDO
11 SDA
12 SCL

I will continue researching but if anyone has already done this, then no point reinventing the wheel, so any help is appreciated.

Cheers

DJ
 
danadak

Thanks for the reply, I have looked at most of these videos and they concentrate mostly on Brushed Universal Motors which is a different type of motor to a BLDC motor unfortunately, the few for BLDCs are using either a VFD or there own design electronics.

Cheers

DJ
 
As the 256mc206 is presumably actually a PIC33EP256mc206, it's a DSC micro-controller, so what it does, and how it's interfaced, is entirely dependent on the software it's running?.

Have a look at https://www.microchip.com/en-us/product/dsPIC33EP256MC206, there's links there to motor control application notes.

Assuming this is just the motor controller?, then it must receive instructions from the main controller (and presumably sends replies back?), then you need to reverse engineer that communication.

Do you have the rest of the working control system so you can monitor the communication?.
 
Nigel Goodwin

Hi Nigel, thanks for the reply.

I don't unfortunately, just the inverter and motor that was scrapped from the washing machine, I have lots of both Universal and BLDC motors that have been salvaged from washing machines and instead of getting basic scrap value for them I was looking to see if they could be used for other projects, unfortunately it all seems a lot more complicated than what I was expecting.

DJ
 
Nigel Goodwin

Hi Nigel, thanks for the reply.

I don't unfortunately, just the inverter and motor that was scrapped from the washing machine, I have lots of both Universal and BLDC motors that have been salvaged from washing machines and instead of getting basic scrap value for them I was looking to see if they could be used for other projects, unfortunately it all seems a lot more complicated than what I was expecting.

DJ
Don't forget, reversible, multi-speeds, not really that simple a thing to do.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top