Skip to content

This repo contains a firmware for an icemachine,plenty of picture of the inside, and a reversed schematic

License

Notifications You must be signed in to change notification settings

nathmo/icemaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icemaker

This repo contains a firmware for an ice machine,plenty of picture of the inside, and a reversed schematic

Model

image

this is my ice machine : https://www.gonser.ch/fr/machine-a-glacons-noir-12-kg/24-h/a-12385/

I can't find a brand name and the only thing to identify it is the model : 600375 and the scoop motor marking : 50TYZ-E

About

I made theses because the scoop motor axis rusted and was jammed. I took it apart and cleaned it but it added play/backlash which prevented the "normal operation" as it was now working but the original firmware assumed the motor would always bouce back correctly when it reach an endswitch. This is a unipolar motor, the same kind that make the microwave table turn and they usually start up in a random direction. You can make them go the way you want if you "springload" them against the endswitch but this is not super good (the scoop has a crack now due to fatigue from this). So I removed the unknow MCU chip from fremontmicro and replaced it by an arduino (Sparkfun pro micro) and made a working firmware after reverse the PCB and get what pin of the MCU was driving what.

state of the firmware

the firmware is currently useable with the following feature :

  • Ice full detection
  • motor wrong way recovery
  • full ice making cycle

what dont work :

  • empty water detection ( for some reason it works for the IR signal detection but not for the water conduction)
  • size selection ( the button is not correctly detected and the firmware see that the power button was pressed)
  • on button, altough it make the on led change state I didnt bother making it stop the machine
  • air temperature sensor (the code should work but I could not find the correct beta and gave up for now)

(my machine is working fine but this is provided as his with no garatee that it wont make your machine explode or worse :)

picture

look inside the folder named picture :)

schematic

look for schematic.pdf image (there might be some mistake left but it was good enough to get most of the firmware working) (I didnt bother documenting how exactly the triac are wired as it's not adding much)

About

This repo contains a firmware for an icemachine,plenty of picture of the inside, and a reversed schematic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages