kloon / OpenBeerFiller

An opensource beer filling line microcontroller
GNU General Public License v3.0
39 stars 13 forks source link

Add LCD/OLED display support #21

Open kloon opened 4 years ago

kloon commented 4 years ago

Add support for LCD/LED displays with menu functionality. This will be used for basic configuration and information display.

franknh-design commented 3 years ago

Information like counting when the button is pressed ex. first button press 3 bottle, second press 6 bottle and so on. Then you dont have to count by your self 💯

interstaller555 commented 3 years ago

what about using an inductive sensor for counting cans and measuring when there are 3 total so you're not potentially missing one can on a fill....

lalo-uy commented 3 years ago

Cans are aluminum, wont register on inductive sensor. Will need an optical one.

El El lun, 12 de oct. de 2020 a la(s) 10:24, interstaller555 < notifications@github.com> escribió:

what about using an inductive sensor for counting cans and measuring when there are 3 total so you're not potentially missing one can on a fill....

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kloon/OpenBeerFiller/issues/21#issuecomment-707118014, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXBW4OAFWTFE7MHMRVXSF3SKL7QTANCNFSM4M2K3X3A .

interstaller555 commented 3 years ago

I hate to say it man - but that's not the case. IMG_7310

This is on my machine at work... and these are the sensors.

https://www.automationdirect.com/adc/shopping/catalog/sensors_-z-_encoders/inductive_proximity_sensors/12mm_round_harsh_duty/stainless_steel_factor_1_sensing_(12mm)/ksm-ap-4h

interstaller555 commented 3 years ago

I love this project so much and it has such potential! you guys are doing an amazing job!!! I run the brewery I work at and we have a canning line so I'd be more then happy to help with design or technical questions. I'm also working on my own integration of this so I can document and provide support for my iteration. I sent Kloop and email - if you DM me I can send you a copy.

kloon commented 3 years ago

Cans are aluminum, wont register on inductive sensor. Will need an optical one.

One would think it won't but it actually does. 3D Printers use the same inductive sensors with aluminum heat beds and it works 100%.

Opened a new issue to take a look #26 and for further discussion.