Open tomergam opened 8 months ago
Hi @tomergam, you find all components and the wiring I used in jousis' repository: https://gitlab.com/jousis/espresso-scale. It's just the stuff I had lying around. You can simplify the hardware a lot and the code changes shouldn't be too difficult.
The grinder itself is controlled through a transistor attached to GPIO4. Controlling Eureka grinders is absolutely straightforward since the push button signal is broken out on the PCB. You just need keep it HIGH while the grinder is supposed to run. Coincidentally, the logic on the EU version of the grinder seems to be running at 3.3V, so no logic level conversion is required. And of course no controlling of HV (220V) either. More info can be found in the Video I linked in the README: https://www.youtube.com/watch?v=ksemL5_kvDw
Hi, very nice job with this project
maybe you got diagram of wiring and components ... your grinder got gpio of control? or you used relay to 220V?