Arduino cocktail maker | Cheap Barbot

  Переглядів 74,809

seafox c

seafox c

3 роки тому

You can find the tutorial on how to make it yourself here: www.hackster.io/Seafox_C/chea...
The components used for the build:
Where you can find them on Aliexpress. This are the components I use on this build. Aliexpress supply's the cheapest electronic but it can take a couple of weeks before it arrives at your home.
- 8 12V DC pumps tinyurl.com/hcb2fbkk
- Jumper wires bit.ly/2OJVWHB
- Power Supply 12V 10A 120W bit.ly/3qZ8UhC
- 12m of silicone hose 6x9mm goo.gl/1CCZGi
- 0.1 microF Cond (1UF bit.ly/3tF1e9z
- Bluetooth module HC-05 bit.ly/2A8u5JT
- 8 Channel 5V relay board bit.ly/2zbc0KF
- Arduino Uno clone bit.ly/34yJOhO
Check also the complete build guide! projecthub.arduino.cc/Seafox_...
The software used to make the smartphone app: appinventor.mit.edu/

КОМЕНТАРІ: 148
@markfleming5056
@markfleming5056 3 роки тому
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 3 роки тому
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 3 роки тому
@@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 3 роки тому
​@@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 3 роки тому
@@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 3 роки тому
@@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!
@zuzuoliveira9936
@zuzuoliveira9936 17 днів тому
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
@Myhno
@Myhno Рік тому
Beautiful Project! I'll give it a shot too! Thank you for sharing!
@writerconnect1596
@writerconnect1596 2 роки тому
Very good post and resourceful . Just seen how you are carefully answering the questions and this is good !!!! kudos
@acidtoxic01
@acidtoxic01 2 роки тому
friend. which pins of the Bluetooth module you connected?
@alchemium
@alchemium 3 роки тому
Great idea and implementation.
@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!
@donvukovic
@donvukovic 3 роки тому
WOW, a real bread board !!
@scharlesworth93
@scharlesworth93 3 роки тому
Nice! And regardless what our president says, I visited Belgium last year and thought it was great!
@dariusjohnson9220
@dariusjohnson9220 8 місяців тому
Hey hey, this is incredible! Do you mind sharing what digits are on the capacitors you used? Is there a major danger on deviating a little above the capacitor rating?
@seafoxc
@seafoxc 8 місяців тому
1qF, there is a link in the description. If you go like 5-10% higher as rated on the datasheet there likely to be no problem. In the factory the also do a burn in test and also use higher currents. The condensator will probably fail much sooner but I don't think that's a problem even if you drink 10 cocktails a day for 5 years..
@alejandrosalinas4934
@alejandrosalinas4934 Місяць тому
Hi, how is the connection in the module hc-05
@sarovarsarovar4400
@sarovarsarovar4400 Рік тому
Can I get the block completely please
@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 !
@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!
@sarovarsarovar4400
@sarovarsarovar4400 Рік тому
Sir can I get the block diagram completely??? Please sir i need it ASAP
@dmon670
@dmon670 3 роки тому
Pretty much exactly how I’m planning on doing mine! How crucial is the soldering iron?
@seafoxc
@seafoxc 3 роки тому
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 3 роки тому
you can't solder without one...
@martinlegoff4015
@martinlegoff4015 Рік тому
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 Рік тому
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
@melvinmarks7323
@melvinmarks7323 Рік тому
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 Рік тому
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.
@Gustavplayyy
@Gustavplayyy 6 місяців тому
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 6 місяців тому
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 🙂
@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!
@piotrlipa9457
@piotrlipa9457 Рік тому
witam jak można dodać kolejny drink
@divyanshmanhas9971
@divyanshmanhas9971 2 роки тому
How do you know how much liquor to put in the glass keeping in mind the viscosity
@seafoxc
@seafoxc 2 роки тому
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 2 роки тому
@@seafoxc thanks a lot for the info
@melissaliacarvalhomorenoba139
@melissaliacarvalhomorenoba139 3 місяці тому
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
@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.
@eddieb8615
@eddieb8615 11 місяців тому
I need to speak to you. What is the best way to reach you?
@writerconnect1596
@writerconnect1596 2 роки тому
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 2 роки тому
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 2 роки тому
@@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!
@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.
@ReplaxGames
@ReplaxGames Місяць тому
What kind of power supply is used here? (I guess 12V but how much amp?)
@seafoxc
@seafoxc 26 днів тому
5A 12v dc
@kib2675
@kib2675 2 роки тому
Food grade pumps? maybe not?
@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
@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.
@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!
@Atlantis007
@Atlantis007 2 роки тому
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 2 роки тому
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 2 роки тому
@@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 2 роки тому
@@Atlantis007 nice upgrades! good luck with your project!!! :-)
@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.
@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
@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.
@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.
@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
@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.
@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!😀
@fadeaway1811
@fadeaway1811 8 місяців тому
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 8 місяців тому
Does it fail because the Red and blue Power cable need ferrules for the Power supply hole?
@seafoxc
@seafoxc 8 місяців тому
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 8 місяців тому
@@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 8 місяців тому
@@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 8 місяців тому
@@seafoxcOh and when i power off the 5v PowerBank connected to the arduino, all the pumps start working again all at once without control.
@dennischang5296
@dennischang5296 3 роки тому
Are you willing to make one of these for me to buy. I know nothing about eletronics or coding.
@seafoxc
@seafoxc 3 роки тому
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 3 роки тому
@@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 3 роки тому
@@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!
@RenaudLauret
@RenaudLauret 3 роки тому
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 3 роки тому
Happy to hear! If you have any problems or quistions, let me know :-).
@razvanhuma1801
@razvanhuma1801 4 місяці тому
Hi, i have the same problem now, can you give me some hints?
@hernandezkimmaurickarnaldo3269
@hernandezkimmaurickarnaldo3269 3 роки тому
It is applicable for Arduino Uno?
@seafoxc
@seafoxc 3 роки тому
Yes, you can find the details about the project in the description.
@josebarbosa3141
@josebarbosa3141 Місяць тому
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
@chychywoohoo
@chychywoohoo 3 роки тому
are those pumps food safe though?
@seafoxc
@seafoxc 3 роки тому
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 3 роки тому
@@seafoxc cool thanks. did you ever test flow rate? i'm hoping for 400ml/min or more
@seafoxc
@seafoxc 3 роки тому
@@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 3 роки тому
@@seafoxc ok thanks!
@Nico_N47
@Nico_N47 2 місяці тому
Anyone knows how to make this project but make it wireless
@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 2 роки тому
@@seafoxc what android device did they buy? I was thinking of getting one for my recreation of this amazing project!
@seafoxc
@seafoxc 2 роки тому
@@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 :-) !!!
@marcinranoszek64
@marcinranoszek64 3 роки тому
Wyborowa wódka 🇵🇱🇵🇱🇵🇱🇵🇱
@vita2200
@vita2200 Рік тому
ultra maga
@jhonatanpatino8362
@jhonatanpatino8362 3 роки тому
A.i.a? 🙏
@kotgc7987
@kotgc7987 6 місяців тому
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 6 місяців тому
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 6 місяців тому
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.
@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?
How to Make a Raspberry Pi Smart Bartender
15:09
Hacker Shack
Переглядів 973 тис.
Make your own crude Cocktail Machine
10:06
GreatScott!
Переглядів 655 тис.
OpenPLC project | Cocktailmaker ⚙
20:14
seafox c
Переглядів 7 тис.
Homemade Automated Cocktail Bar using Arduino
10:24
That Techo Guy
Переглядів 20 тис.
Der Drink-Mixer - HIZ314
20:03
Heinz Schmitz
Переглядів 6 тис.
Arduino Projects - 12 GREAT Ideas for you!!!
9:00
ToP Projects Compilation
Переглядів 332 тис.
Peltier Soda Cooler Machine - DIY Drink Dispenser
11:12
RCLifeOn
Переглядів 3 млн
The Inebriator V2 Testing
0:49
TheInebriatorVideos
Переглядів 135 тис.
двигатель от мотоблока на оке
0:55
ПЕРВЫЙ ДЕРЕВЕНСКИЙ
Переглядів 7 млн
Press tutorial😮‍💨✅
0:26
Jamshid Jamshid
Переглядів 13 млн
ПОПРОБОВАЛА ТУ САМУЮ ХАЙПОВУЮ МОНЕТКУ
0:22