Arduino cocktail maker | Cheap Barbot

  Рет қаралды 81,543

seafox c

seafox c

Күн бұрын

Пікірлер: 158
@markfleming5056
@markfleming5056 4 жыл бұрын
is there anyway to edit the app that you made to better fit my own design? I can download the app you made and I can download MIT inventor but was unable to find a way to edit the app without some 6-character code or QR code
@seafoxc
@seafoxc 4 жыл бұрын
Hi, I just downloaded the fili (.aia) file that you can find here: drive.google.com/file/d/1e3B0gHbiUAw8cpmvVe_4B76QDd3WyKkg/view?usp=sharing . Download it and in MIT app inventor under the project you have the option to import .aia files. From there you can edit the app. Good luck :-)
@markfleming5056
@markfleming5056 4 жыл бұрын
@@seafoxc Thank you very much! But I do have yet another question. I opened that link in MIT app inventor and noticed there there are no secondary screens when you tap a drink you would like. Rather than opening up another screen, it has the bluetooth client sending a byte number. Do I need to change the provided Arduino code in order to see these bytes?
@seafoxc
@seafoxc 4 жыл бұрын
​@@markfleming5056 I had a lot of bugs when using multiple screens and the Bluetooth module in MIT app inventor. When you are connected and change screens the physical Bluetooth module will disconnect with no way to reconnect it without powering off and on the app on my phone. I tried every way to counter this but it was not possible. Then I found a lot of post with people with the same problems. For example: groups.google.com/forum/#!searchin/mitappinventortest/bluetooth$20lost$20connection%7Csort:date/mitappinventortest/aDeGr1zrf_Y/w1xCskJFAQAJ So I abandoned the idea and made one screen like advised. To see the Bluetooth codes send to the Arduino you can connect the Arduino to your PC and wit the serial prompt you will see the codes in hex. You may already noticed it but in the MIT app inventor code you send numbers like "97" and if you read it out in the Arduino it will receive "a". This is because you send the characters in the MIT app with the ASCII code: embedded.fm/blog/2016/3/29/ew-number-representation and "97" in this example is the code for "a".
@markfleming5056
@markfleming5056 4 жыл бұрын
@@seafoxc Thank you! That helped out a ton. We have got everything working now, but we had one more question for you. The pumps we have are pretty slow. I know how to change the time it runs in the program, but was wondering if there were a way to have multiple pumps running at the same time so that our slow pumps could make a drink faster. Do you have any ideas how to manage that? Again, thank you for all of your help!
@seafoxc
@seafoxc 4 жыл бұрын
@@markfleming5056 I also had that on my to do list for improvements. You have two options. The easiest but the most work is to write for every cocktail a program and start all pumps at once (if you do this make sure your power supply can handle it with the starting current). Then you power the pump off with the smallest quantity. then you add a delay to stop the pump with the second less quantity and so on. This is quite some typing but I did it this way the first time I build it. The second option is to use multiple timers in a class. I will try this in a couple of days when I find the time. I don't know for certain if I can do it and I think it would be rather complicated but you can also try. Good luck!
@writerconnect1596
@writerconnect1596 3 жыл бұрын
Very good post and resourceful . Just seen how you are carefully answering the questions and this is good !!!! kudos
@acidtoxic01
@acidtoxic01 3 жыл бұрын
friend. which pins of the Bluetooth module you connected?
@TommWayfarer
@TommWayfarer 3 жыл бұрын
Pure gold. I am trying to make a sauce maker so I can keep my secret formula to myself and my employees just focus in filling the bottles and press start.
@seafoxc
@seafoxc 3 жыл бұрын
I don't know of the pumps are suitable for that application. You can make a test it with one pump and take it from there. Good luck!
@TommWayfarer
@TommWayfarer 3 жыл бұрын
@@seafoxc I let you know. Mostly every element is liquid as oil and vinagear... Thank you!
@zuzuoliveira9936
@zuzuoliveira9936 5 ай бұрын
Hello, I made a machine like this but I used an esp32 instead of the Arduino and added an i2c LCD to visualize the drink being made, the machine works perfectly
@4rij
@4rij 3 ай бұрын
Do you have any instructions or video for this as I found this interesting to.do with esp32
@zuzuoliveira9936
@zuzuoliveira9936 3 ай бұрын
@@4rij infelizmente não tenho vídeo de instrução mas fazer com esp32 e muito melhor do arduino pra falar verdade tenho vídeo da maquina funcionando mas não de instrução
@alboss3528
@alboss3528 4 ай бұрын
Awesome Project bud! Congrats 👍👌😎🍻🥳🎓
@KUGELMultimedia
@KUGELMultimedia Күн бұрын
Hi, i started same project and tested same pump but have the problem that the liquid flows back in the hose, so it's not very precise to dose the ingredients. If i put the liquids top down in a machine, the liquid runs through the pump due to different levels. Going to do it with more expensive perestaltic pumps.
@seafoxc
@seafoxc Күн бұрын
Yes I understand, the drawback of the peristaltic pumps is the flow rate. With the cheap ones it takes a long time but you have better control. Some people suggest to use a weighing module to bypass this problem.
@KUGELMultimedia
@KUGELMultimedia 14 сағат бұрын
@@seafoxc Yes, that's also a way. I found peristaltic pumps that runs 0,5-1 liter per minute. So they should be fast enough for 10 cl juice. Also the smaller ones for 2 cl sirup or alcohol. But $20-40 per piece is a lot. My machine should have 14 ingredients for a wide variety of cocktails.
@Myhno
@Myhno Жыл бұрын
Beautiful Project! I'll give it a shot too! Thank you for sharing!
@scharlesworth93
@scharlesworth93 4 жыл бұрын
Nice! And regardless what our president says, I visited Belgium last year and thought it was great!
@melissaliacarvalhomorenoba139
@melissaliacarvalhomorenoba139 8 ай бұрын
Has this project been done virtually? I would like to visualize this project virtually, as I don't know how it would look virtually...for example tinkercad
@TheDomantukas
@TheDomantukas Жыл бұрын
Hey! Your project looks so cool! would like to try myself. Just your build guide link does not work. seems that project isnt there anymore. Could you resend the link?
@seafoxc
@seafoxc Жыл бұрын
Thanks for the info. This is the link www.hackster.io/Seafox_C/cheap-portable-cocktail-maker-barbot-with-app-4f9079 I will change it in the description also.
@TheDomantukas
@TheDomantukas Жыл бұрын
@@seafoxc Thanks!
@martinlegoff4015
@martinlegoff4015 2 жыл бұрын
Hi, I loved your project so I did pretty much the same. But I add an lcd to choose the cocktail and there is no bluetooth module. Also I use 14 bottles so I used a 16 relay module. All this work perfectly, pumps also. But i got one big problem that i didn't solved. When I setup my pumps, to put the liquids at the end of the silicone hoses, to be ready to fall in the glasse, the liquids start to go back up very slowly. After 5min the liquid is at the middle, so i can't be precise for the next cocktail. Please help me. How your liquids just stays at the end of the silicone hoses ?
@seafoxc
@seafoxc 2 жыл бұрын
I have the same problem. I tried solving it with a funnel where all the hoses came in and added a flow meter at the end but cheap flow meters are no good for such small quantities (you can see this design with my 16bottle cocktailmaker). A semi solution is to use large glasses so the error is not that high. If I revisit the cocktail maker I will try to solve it with a weight sensor under the glass to detect the flow...
@ApolloStudios_
@ApolloStudios_ Жыл бұрын
Just flip the bottles and scrap the pumps
@alchemium
@alchemium 3 жыл бұрын
Great idea and implementation.
@dmon670
@dmon670 4 жыл бұрын
Pretty much exactly how I’m planning on doing mine! How crucial is the soldering iron?
@seafoxc
@seafoxc 4 жыл бұрын
You have to connect the capacitors between the terminals and also connect the wires to them so It is hard to do so with clamps. You can find a detailed picture of what I mean in the project description here: bit.ly/30gKRRH . Maybe one way it can be done is with a hot glue gun but I would not recommend this. I wish you good luck!
@scharlesworth93
@scharlesworth93 4 жыл бұрын
you can't solder without one...
@donvukovic
@donvukovic 4 жыл бұрын
WOW, a real bread board !!
@frederico25252
@frederico25252 2 жыл бұрын
Hello, I rrally like this project and ill start it soon, I just have one question, can it be done with raspberry pi 4? I think i won't need the Bluetooth module then, but are all the other things the same? can I use the 5v output on the pi to connect to the relay and then won't need the breadboard?
@seafoxc
@seafoxc 2 жыл бұрын
A quick look at teh specs and I see the Rasberry Pi has 24 IO. You only need 8 for the relayboard. You can use the same relayboard and pumps;. Just the prgramming will be different. I have no experience with the rasberrypi but I wish you good luck!
@fadeaway1811
@fadeaway1811 Жыл бұрын
Hi, i Love your Idea and followed every step precisely. However when I Plug every electricity cable in, every single Pump is powered on from the beginning and it only stops when I unplug everything. Please Help 😢
@fadeaway1811
@fadeaway1811 Жыл бұрын
Does it fail because the Red and blue Power cable need ferrules for the Power supply hole?
@seafoxc
@seafoxc Жыл бұрын
The relay board u use is positive logic or you use the NC (Normally Closed) connection on the Relay. I would advise changing your wiring (if you wired it NO change it to NC or vice versa). You could also change the code (changing all 1 to 0 for every pump) but changing the Hardware is a better idea with less likely errors.
@fadeaway1811
@fadeaway1811 Жыл бұрын
@@seafoxc I have the ELEGOO Relay Module with Optocoupler (8 Channel/4 Channel DC 5V) and looked up the confusing chinese pinnout and understood nothing XD. Is the NO/NC located differently on this relay than on your recommended Relay? (Wasnt available in germany) Best regards
@fadeaway1811
@fadeaway1811 Жыл бұрын
@@seafoxc I changed the wiring to NC from NO and now when i press a button on the app nothing happens :s the HC-06 module stops blinking when I connect my phone with the app and there is a consistent red light, so that I think its not bluetooth related. What could be the problem here? defect relay?
@fadeaway1811
@fadeaway1811 Жыл бұрын
@@seafoxcOh and when i power off the 5v PowerBank connected to the arduino, all the pumps start working again all at once without control.
@ReplaxGames
@ReplaxGames 6 ай бұрын
What kind of power supply is used here? (I guess 12V but how much amp?)
@seafoxc
@seafoxc 6 ай бұрын
5A 12v dc
@divyanshmanhas9971
@divyanshmanhas9971 3 жыл бұрын
How do you know how much liquor to put in the glass keeping in mind the viscosity
@seafoxc
@seafoxc 3 жыл бұрын
Trail and error and adjusting. I also made a mode to start the pumps for 1s so the pumps and tubes are filled with liquid. I made some versions before with a flow sensor but it is hard to not measure the air (I made a funnel where all the tubes came in before going to the glass). But after experimenting with 3 flow sensors It was still to hard to accurate count small liquids. Just testing it and adjusting the timers had a good result. This also the reason I recommend larger glasses for a better result.
@divyanshmanhas9971
@divyanshmanhas9971 3 жыл бұрын
@@seafoxc thanks a lot for the info
@Cesar-jy1qo
@Cesar-jy1qo 3 жыл бұрын
Hey, great work, I'm making my own but with a HC-08 BLE module as I have an iPhone. I don't understand why you need to divide the voltage? The bluetooth module doesn't accept the voltage supplied by the Arduino board? Isn't the maximum tolerated voltage 6V for these modules?
@seafoxc
@seafoxc 3 жыл бұрын
The supply voltage may be 6V but the voltage on the TX pin on the bluetooth module only allows 3,3V. I don't think it is necessary to connect it because we are not sending data from the bluetooth module to the phone. Only receiving data. My app will not work with your module I think. There is a difference in Bluetooth protocol and Bluetooth Low energy in the MIT app inventor app so keep this in mind.
@Cesar-jy1qo
@Cesar-jy1qo 3 жыл бұрын
@@seafoxc Thanks for the answer. I've made my own app on Xcode for IOS, and it's working, but for the tests I've just connected the Module directly to the Arduino, am I damaging it ? Doesn't the module lower the voltage on its own? Thanks
@seafoxc
@seafoxc 3 жыл бұрын
@@Cesar-jy1qo I searched some forums to get you that answer and what I learned that it if you don't do it may not result in damaging it but it can cause malfunctions and unreliable connection. arduino.stackexchange.com/questions/39971/arduino-with-hc-08-bluetooth-module So if I where you I would solder a voltage devider togheter or use breadbord. I'm glad it works !
@writerconnect1596
@writerconnect1596 3 жыл бұрын
Quick one...I want to integrate your systems and would like to integrate a cashless payment API to it. Do you have an idea how I can add that
@seafoxc
@seafoxc 3 жыл бұрын
sorry but I have no experience with in app payment. You should implement it in the MIT app inventor app. You can fiend the AIA file that you can open in app inventor on the Arduino project page (code section). You can find the link in the description of this video. I did a quick search and it is possible to add payment methods community.appinventor.mit.edu/t/payment-option-inside-my-app/20968/2 One quick tip if you start to change the app is that you can not have Bluetooth on multiple screens show you will have to work with one screen and pop-ups. You could also try to write the app in an other program but MIT app inventor is the most beginner friendly. Good Luck!
@writerconnect1596
@writerconnect1596 3 жыл бұрын
@@seafoxc Thank you for these detailed response. You are very helpful and I am going to view and like ALL your videos because you take your time to respond to each comment and even do research. THumbs Up!
@Gustavplayyy
@Gustavplayyy 11 ай бұрын
Hey, i have a question, since i didn't really find answer while googleing. I have a hard time to to stay connected to the bluetooth device, hence my problem should be comming from the capacitators. Is there any proper way to install them? Do they have a dircet contact to the clams of the pumps and the wire or is it fine just connecting them with a layer of solder? Im sorry might be a basic level question.
@seafoxc
@seafoxc 11 ай бұрын
Connecting them with a layer of solder Is fine. You should try to run each pump individually to find the pump that causes the problem. Then you maybe try soldering a new capacitor. If the issue is with all the pumps you should check if you used the right capacitors (1microFarath). It took me like 20 hours to figure out the problem and find the solution by adding the capacitor so don't worry by asking this question 🙂
@melvinmarks7323
@melvinmarks7323 2 жыл бұрын
Hello, can I actually power the Arduino board from the power supply without any problems, since it also has 12V? Or would the current of 15 amps be too high?
@seafoxc
@seafoxc 2 жыл бұрын
Yes, it will work on 12v through the DC power jack (not the VIN pin!). If you connect the powersupply in parallel the current drawn by the Arduino will be very low and not anywhere near the Maximum current the powersupply can provide.
@fullhappy293
@fullhappy293 2 жыл бұрын
How to make some screen confirmation for less sugar or no sugar?
@seafoxc
@seafoxc 2 жыл бұрын
It would be cool to set all the cocktail in the app and send a string with the data for the cocktail! At the moment the app just sent a number to the Arduino and all the parameters of the drink are set in the Arduino. It would need a rewrite to both codes to make it work.
@alejandrosalinas4934
@alejandrosalinas4934 6 ай бұрын
Hi, how is the connection in the module hc-05
@alankingbaum
@alankingbaum 3 жыл бұрын
The version 2.0 would be with an Esp8266 instead of the bluetooth module. And anyone with a smartphone and internet connection can make a cocktail 😁
@seafoxc
@seafoxc 3 жыл бұрын
I have like 5 ESP8266 laying around not used for anything so I guess that would be a good way to get started. I'm also thinking about an even more compacter version with 3D printed parts.
@sarovarsarovar4400
@sarovarsarovar4400 2 жыл бұрын
Sir can I get the block diagram completely??? Please sir i need it ASAP
@sarovarsarovar4400
@sarovarsarovar4400 2 жыл бұрын
Can I get the block completely please
@danieldeluca4737
@danieldeluca4737 Жыл бұрын
Hello, How do you calculate activation time X ml?( Second X ML)
@seafoxc
@seafoxc Жыл бұрын
By hand because sugar water has a very different viscosity to wodka. It is not a very accurate methode but if you make large drinks the small errors are not noticed.
@danieldeluca4737
@danieldeluca4737 Жыл бұрын
@@seafoxc Ok, I'll try to do it with esp32 and web. I thought about returning the ingredients and the time to turn on the pump in json. I will learn your code. But if you share this information with me, I will be happy Mix(1500,1500,0,0,1800,1200,0,0); // Vodka, Triple Sec, Cranberry Juice, Sprite, Lime Juice, Sugar Water, Blue Curacao, Gin Vodka - 1500 = 1.5 sec = ml? Triple Sec- 1500 = 1.5 sec = ml? Lime juice- 1800= 1.8 sec = ml? Sugar water- 1200 = 1.2 sec = ml? My esp32 will arrive next week
@frederico25252
@frederico25252 2 жыл бұрын
Hello, I've started the project yesterday and I can't get the bluetooth to connect with my raspberry pi, do you know what I could do? I have tried many different ways and still nothing
@seafoxc
@seafoxc 2 жыл бұрын
I'm sorry, Ik have 0 experience with the rasberry pi... The only tips I can give is to not use an apple phone (does not support HC05) and make sure the TX of the bluetooth is connected with the RX of the pi and vice verca.
@macka7402
@macka7402 Жыл бұрын
Hi where can I find the complete build guide? Link in bio is not working.
@seafoxc
@seafoxc Жыл бұрын
With the new project hub is something wrong... I posted it also here: www.hackster.io/Seafox_C/cheap-portable-cocktail-maker-barbot-with-app-4f9079 And I alsh changed the link in the description.
@emilianszynkowski2585
@emilianszynkowski2585 2 жыл бұрын
Hello, I can't find the 1qF capacitors. Can you help me with those somehow?
@seafoxc
@seafoxc 2 жыл бұрын
Yes sure: bit.ly/3tF1e9z I will also change this in the description. It is the 1UF (1qF) you need.
@emilianszynkowski2585
@emilianszynkowski2585 2 жыл бұрын
Can you help me with the wires? I only now that they should be 0.75mm² but there are many types and im a bit lost. 😂
@seafoxc
@seafoxc 2 жыл бұрын
If you live in Europe it should be H05V-K 0,75(mm²). www.interpower.com/ic/designers/designing-for-export/guides-and-charts/ic-harmonized-wire-coding.pdf. I don't know the codes in the US.
@janvangrafhorst5889
@janvangrafhorst5889 3 жыл бұрын
Looks great one question, is the app available for iOS?
@seafoxc
@seafoxc 3 жыл бұрын
No, I also discovered that apple does not support the bluetooth chip bt05 used in the project. So it is not even discover able with an apple device... I build a version for my friend and he is an apple user. He bought a small android tablet to use the machine.
@sethrosenblatt7137
@sethrosenblatt7137 3 жыл бұрын
@@seafoxc what android device did they buy? I was thinking of getting one for my recreation of this amazing project!
@seafoxc
@seafoxc 3 жыл бұрын
@@sethrosenblatt7137 I asked him and he did not bought a new one but instead used an old tablet of his parents. It was one of the first generation tablets and a few years old so I would not recommend it :-). So your model will depend on what you need. If it is only for the cocktail maker app you could go really cheap. If you also want to use it for other stuff you are going to do some research to find a tablet for your needs. Good luck with the project :-) !!!
@eddieb8615
@eddieb8615 Жыл бұрын
I need to speak to you. What is the best way to reach you?
@stefanoraffiti7085
@stefanoraffiti7085 2 жыл бұрын
hello great idea you can have complete app in .aia ??? thanks greetings from italy
@seafoxc
@seafoxc 2 жыл бұрын
You can find the AIA file here: www.hackster.io/Seafox_C/cheap-portable-cocktail-maker-barbot-with-app-4f9079 (under the code section). Good luck!
@jimitsu
@jimitsu 3 жыл бұрын
hey good work pal, ive hit abit of trouble with my build. im using your mit app, i have it connected to the bluetooth module but when i select the drink nothing shows up in the serial monitor and the relay does not respond but if i select say "a" within the serial monitor it works as intended. any ideas?
@seafoxc
@seafoxc 3 жыл бұрын
You have to hold down the button for 1s. I added this feature to avoid accidental touches and spills... If that doen not work try to follow the tutorial again (the standalone video about installing the app). If it still does not work. Try to use the serial monitor on the Arduino and see if the character is received by the Arduino.
@jimitsu
@jimitsu 3 жыл бұрын
@@seafoxc seasonal greetings and thanks for the reply. i downloaded a bluetooth terminal app onto the tablet. I can see via the app what is happening in the serial monitor but again if i try sending the character via the bluetooth terminal app nothing appears within the arduino serial monitor. i am using the arduino mega if this makes a difference at all?
@seafoxc
@seafoxc 3 жыл бұрын
@@jimitsu make sure the voltage divider is working properly. And the wiring between the rx pin of the arduino should be connected to the tx pin of the arduino and vice verca. The light stops blinking of the bluetooth module right?
@seafoxc
@seafoxc 3 жыл бұрын
An other question. What do you send to the Arduino with the bluetooth terminal app? You should send "98" to the arduino with the app. This is because it is using ASCII.
@jimitsu
@jimitsu 3 жыл бұрын
@@seafoxc hi thanks for the advice, i think it was todo with the fact i am using the mega and not the uno. i managed to get it working by changing pins to 19/18 and using serial1. i also made the mistake of creating the mit app using multiple screens and had bluetooth dropouts issues. ive read you can make virtual screens within mit app creator, have you had any experience with this as im worried the amount of drinks im hoping to have may cause app crashes. cheers again
@Atlantis007
@Atlantis007 3 жыл бұрын
bonjours seafox j ai commence a faire la même machine que vous mais serai t il possible de choisir les cocktail avec un bouton rotatif que je trouve plus simple
@seafoxc
@seafoxc 3 жыл бұрын
mmm, Do you mean with a display and up and down buttons to make the choice? Or do you mean with a potentiometer? Both is possible of course. You should change the code for every IF statement for the cocktail. I think that changing the code will be more of a challenge then using a Bluetooth module and installing the app but you can learn a lot this way. I would advice to first set up all the pumps and download the original code and send characters with the serial monitor to the Arduino to make sure everything works. for example "t". This will start all the pumps for 4s one by one. After you make sure this works you can change the code so instead of "if (state == 't')" to your IF statement for example "if ((potentiometerValue < 40) && (potentiometerValue > 60)". You should first learn some basics about analogue input signals and stuff to make this work but it is for sure possible. Sorry I'm not answering in French but my French is really rusty and just plain bad :-).
@Atlantis007
@Atlantis007 3 жыл бұрын
@@seafoxc merci pour votre réponse mais pense que ca va être un peut dure a programme pour moi a votre code j ai rajoute un ecran et un neopixel pour eclaire le verre en fonction de cocktail bon soirée a vous
@seafoxc
@seafoxc 3 жыл бұрын
@@Atlantis007 nice upgrades! good luck with your project!!! :-)
@bolanobw
@bolanobw 3 жыл бұрын
Hello, i want to do this too but i got a few questions. at 6:53 next to the transformator there is a white wire can you tell me what exactly it is and do you got a tutorial on how to do everything for the MIT app, its a little bit difficult to me.
@seafoxc
@seafoxc 3 жыл бұрын
Hi Kerem, The white wire is just a USB A cable to power on the Arduino Uno (connected to my bluetooth speaker as that I use as a power supply). If it was not for COVID I would test it outdoors with a couple of friends (12V battery for the motor and the wirless speaker to supply the 5V to the Arduino). You do not have to code the MIT app yourselve. You can just download it and install it. I also included on the project arduino project HUB. You could change it if you download the AIA file and import it in the MIT app inventor. I'm planning to make a new cocktailmaker (in the next two months) that is more pollished with 3D printed parts. In that video I will include some insights in the MIT app inventer code.
@bolanobw
@bolanobw 3 жыл бұрын
@@seafoxc Hello again, thanks for the answer it really helped me out. But i got another question, the wires youre using which ones exactly are they? Can you send me a example of them?
@seafoxc
@seafoxc 3 жыл бұрын
@Kerem The small wires (to connect to the HC-05 bluetooth and between the Arduino and the relayboard) are jumper wires. Some male to female some male to male example: bit.ly/2OJVWHB. The larger wires (from the power supply to the relayboard and the relays to the pumps) are just regular copper wires with a section of 0,75mm² (or AWG 20 if you use Merica units). I would recommend buying the copper wires at your local hardware store. And use two colors to make it easy to troubleshoot. The example of the copper wires: eshop.wurth.be/PVC-single-core-H05-H07V-K-fine-wire-SNGLCONDWRE-H05V-K-OR-10SMM/0970601013.sku/en/US/EUR/ A tip if you are not used to work with electricity: If you use this save power supply you don't have the risk of electrocution bit.ly/3qZ8UhC which is a nice feature to have when you work with liquids... The spec for the amperage must be at least 8A because of high starting current of the pumps.
@bolanobw
@bolanobw 3 жыл бұрын
@@seafoxc thank you very much 🙏
@bolanobw
@bolanobw 3 жыл бұрын
@@seafoxc Hello again, i bought the same transormator as you but i dont know how to connect with the ac input you show a black wire behind the transformator but i dont know how to connect that and in the schematic i dont really understand how you connected it with the voltage
@josebarbosa3141
@josebarbosa3141 6 ай бұрын
My man I just want to tell you that are some errors in your code that you put in the site of Arduino just to let you know
@kib2675
@kib2675 2 жыл бұрын
Food grade pumps? maybe not?
@RenaudLauret
@RenaudLauret 4 жыл бұрын
Hello I have redone the same wiring with an arduino Mega 2560 but nothing happens once my drink is selected... I'm lost, have anyone tried? EDIT: my voltage divider bridge was the problem. I deleted it, everything works
@seafoxc
@seafoxc 4 жыл бұрын
Happy to hear! If you have any problems or quistions, let me know :-).
@razvanhuma1801
@razvanhuma1801 9 ай бұрын
Hi, i have the same problem now, can you give me some hints?
@chychywoohoo
@chychywoohoo 4 жыл бұрын
are those pumps food safe though?
@seafoxc
@seafoxc 4 жыл бұрын
The manufacture of the pump claims so and because they are membrane pumps and made put of plastic I believe them 😃. It also mathers that you clean them afterwards by flushing them with clean water.
@chychywoohoo
@chychywoohoo 4 жыл бұрын
@@seafoxc cool thanks. did you ever test flow rate? i'm hoping for 400ml/min or more
@seafoxc
@seafoxc 4 жыл бұрын
@@chychywoohoo It is more like 1,5-2l /min. I made a video a year ago bout the pumps. Not the best video but you can find it on my yt channel.
@chychywoohoo
@chychywoohoo 4 жыл бұрын
@@seafoxc ok thanks!
@dennischang5296
@dennischang5296 4 жыл бұрын
Are you willing to make one of these for me to buy. I know nothing about eletronics or coding.
@seafoxc
@seafoxc 4 жыл бұрын
Sorry but I do not trust shipping something like this and from a legal standpoint I can not make machines just like that for consumers. I would suggest that you could contact a high school or college if they are interested to make something like I made for you :-).
@dennischang5296
@dennischang5296 4 жыл бұрын
@@seafoxc I've watching a lot of videos the last few days and I think I an idea on how to build it. I really like your 16 bottle system. On your pumps, did you ground back to the PSU or back into the relay board. Do you have a schematics for the 16 bottle one?
@seafoxc
@seafoxc 4 жыл бұрын
@@dennischang5296 I used the parts for the other machine and I don't know exactly sure how the 16 relay module was connected. I do know that you can change the code of my latest cocktailmaker and it should work. You can change the app by opening it in MIT app inventor. I have shared this a few comments below with Mark Fleming so you can find it there. The parts used are listed in the video description. You should use an Arduino Mega for that. If you will make it yourself I would suggest you buy an Arduino starter kit (original or Aliexpress/wish are options) and start learning some basics. Be sure you remember to not forget the theory of communicating barrels. So you have a container higher then the bottle at the back (see the white thingy in that video). or position the glass higher then the bottles. I wish you good luck!
@robinlnk8857
@robinlnk8857 2 ай бұрын
I can’t write your program on my Arduino uno. There come some fails. I bought the same products than you 😢
@seafoxc
@seafoxc 2 ай бұрын
Check that you installed all the correct libraries. Still works here. You can also ask help on a forum. Post the link below and I will have a look on the forum you chose.
@robinlnk8857
@robinlnk8857 2 ай бұрын
@@seafoxc thank you for the fast answer. I fix the problem and it was easier than expected. You must not have the Bluetooth module connected during the upload. 🤯
@hernandezkimmaurickarnaldo3269
@hernandezkimmaurickarnaldo3269 3 жыл бұрын
It is applicable for Arduino Uno?
@seafoxc
@seafoxc 3 жыл бұрын
Yes, you can find the details about the project in the description.
@marcinranoszek64
@marcinranoszek64 3 жыл бұрын
Wyborowa wódka 🇵🇱🇵🇱🇵🇱🇵🇱
@piotrlipa9457
@piotrlipa9457 2 жыл бұрын
witam jak można dodać kolejny drink
@jaialmine2000
@jaialmine2000 Жыл бұрын
hi sir can i try you aia file because on the given file it was not working
@seafoxc
@seafoxc Жыл бұрын
You can find this on the Arduino Project HUB under the section "Code". Good Luck!😀
@kotgc7987
@kotgc7987 11 ай бұрын
Nice skills, however if you've ever been a barman, you would know pipes must be cleaned, to avoid the sugar making mouldy pipes.
@seafoxc
@seafoxc 11 ай бұрын
I included a cleaning cycle for the end of the day. By no means would this installation replace a barman and it has a lot of limitations but I just wanted to build it...
@kotgc7987
@kotgc7987 11 ай бұрын
If it brings the price of drinks down, automate, but the design may be better with the upside down dispenser nipples.@@seafoxc
@marcos_da_silva
@marcos_da_silva Жыл бұрын
WTF. Pump 12 and relay 5v ? Why not relay 12v too?
@seafoxc
@seafoxc Жыл бұрын
Because the coils are actuated by the 5V from the Arduino.
@Nico_N47
@Nico_N47 7 ай бұрын
Anyone knows how to make this project but make it wireless
@vita2200
@vita2200 2 жыл бұрын
ultra maga
@jhonatanpatino8362
@jhonatanpatino8362 3 жыл бұрын
A.i.a? 🙏
@lubalubadubdub
@lubalubadubdub 3 жыл бұрын
Hey seafox c, I am planning to make this project for my college this semester. Can you share your Twitter or Instagram handle or anything else where I can reach out to you incase of any trouble?
@seafoxc
@seafoxc 3 жыл бұрын
I have no instagram or twitter but you can react to this comment when you have any troubles. 🙂
@lubalubadubdub
@lubalubadubdub 3 жыл бұрын
@@seafoxc Sure, thank you! :)
@lubalubadubdub
@lubalubadubdub 3 жыл бұрын
@@seafoxc Can you tell me how I can add a new cocktail to the app? I am trying to figure out how to do that through MIT inventor but not able to
@seafoxc
@seafoxc 3 жыл бұрын
@@lubalubadubdub The app send a letter to the Arduino. For example if you press on the Button "Vodka Cranberry" you can see there is an action in the blocks section of MIT app inventor to send a "104" to the bluetooth client (the Arduino). "107" is the letter "k" if you look it up in the ACII table (simple.wikipedia.org/wiki/ASCII). In the Arduino the number will trigger a certain amount of each drink. // Vodka Cranberry if (state == 'k') { Serial.println("Vodka Cranberry in the making"); Mix(2000,0,5000,0,0,1200,0,0); // Vodka, Triple Sec, Cranberry juice, Sprite, Lime juice, Sugar water, Blue Curacao, Gin } In this drink there is is 2s of Vodka, 5s cranberry juice and 1,2s Sugar water. You can either make a new button and send a new letter. For example "118" (v). By adding a new button and a new code block. And in the Arduino copy paste an other drink an change the character (in this example to v)and change the values to what yo want to mix). I will make a video about it in the coming days to cover it.
@lubalubadubdub
@lubalubadubdub 3 жыл бұрын
@@seafoxc Thanks man, this was really helpful.
@chychywoohoo
@chychywoohoo 3 жыл бұрын
does no one care about plastics leaching into the drink?
@dariolazzarin6134
@dariolazzarin6134 3 жыл бұрын
Hi seafox..where I can find the AIA code for mit appinventor?
@seafoxc
@seafoxc 3 жыл бұрын
Go to the project page: bit.ly/30gKRRH an the scroll down until you come to the code section. You have one tab with the Arduino code and one file called "App source file" this is the AIA file.
Synyptas 4 | Арамызда бір сатқын бар ! | 4 Bolim
17:24
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 45 МЛН
OpenPLC project | Cocktailmaker ⚙
20:14
seafox c
Рет қаралды 8 М.
I tried the 3 Cheapest Arduino Alternatives! (That you Suggested)
13:21
We pit a robot cocktail maker against a real bartender
4:56
DIY COCKTAIL MACHINE | TUTORIAL
10:18
By Zylauv
Рет қаралды 66 М.
Make your own crude Cocktail Machine
10:06
GreatScott!
Рет қаралды 660 М.
BAR DOMOTICO episodio FINALE 🍹
26:59
overVolt
Рет қаралды 69 М.
Wie baut man einen Cocktail Maschine - Prototyp? | #EdisTechlab
6:43