I need a project about using Embedded Systems in washing machines
ie : i will use a microcontroller to create the E.S
and i am open to any ideas
thanks
I think that a good idea will be to select ICs that use the I2C bus.
To control them you will need only 2 lines: SDA (data) and SCL (clock). Your microcontroller will become a master and all other devices (temperature sensors, ...) will becom slaves. Transmission is quite fast so you will be able to controll motor(s), pump, valves, display ..et cetera.