Arduino Based Liquid Filling Machine | DIY Bottle Filling Machine | DIY Electronic Liquid Dispenser

  Рет қаралды 9,123

DIY Electronics

DIY Electronics

Күн бұрын

Пікірлер: 37
@walangsungsang7296
@walangsungsang7296 2 жыл бұрын
very cool sir....this is what i've been waiting for.but maybe it's better that the last video scale that used a keypad...modified as a filling machine
@diy_electronics
@diy_electronics 2 жыл бұрын
Thank you very much 😊😊 Study both codes. Then you will be able to modify it as your wish.
@SamanKumara-tg8pc
@SamanKumara-tg8pc Жыл бұрын
Help liquid dispenser. ino: 6:10:fatal error :hx711.h:no such file or directory
@Ashraf_aim
@Ashraf_aim Жыл бұрын
Sir in the video at 8:28 i seen some wires back of the pcb please explain it sir
@diy_electronics
@diy_electronics Жыл бұрын
In my first PCB, there was an error and I fixed it with external wires. But I uploaded the corrected PCB with the drive link in the description. Thank you.
@Ashraf_aim
@Ashraf_aim Жыл бұрын
Thanks sir
@sridharkrishnappanavanerth3388
@sridharkrishnappanavanerth3388 2 жыл бұрын
Very good video sir, but please make audio video at very step so that we can understand your tips and tricks.
@diy_electronics
@diy_electronics 2 жыл бұрын
😊👍
@jaspreetrooprai
@jaspreetrooprai 9 ай бұрын
Nice Project bro . How to change the code to show weight window all the time so that we can see the actual real time weight .
@StarlordYtSurya
@StarlordYtSurya 2 жыл бұрын
Bro how to tare load is tha auto tare
@diy_electronics
@diy_electronics 2 жыл бұрын
scale.tare(); is the code line that used. Before use it, you have to include "HX711.h" library also.
@abdulabdulrahman3871
@abdulabdulrahman3871 8 ай бұрын
thank you very much for this sir. pls sir how can i get the parts? whats the name of the lcd type?
@StarlordYtSurya
@StarlordYtSurya 2 жыл бұрын
Bro can i extend quantity to 4kg plz explain
@diy_electronics
@diy_electronics 2 жыл бұрын
In this video, I used 5 kg load cell. So you can measure up to 5 kg. First line of the void loop function, I selected the minimum weight 50g and maximum as 500g (weight in grams = volume in milliliters). You can change maximum value as 4000 for your case. Thank you.
@rajivgaur2729
@rajivgaur2729 Жыл бұрын
Bro can I use 20kg load cell instead of 5kg load cell..Pl replay
@diy_electronics
@diy_electronics Жыл бұрын
Definitely.
@sayedhussaini4894
@sayedhussaini4894 2 жыл бұрын
How to include hx711.h library and liquid crystal i2c library.. please send links of libraries. And Please help to add tare button
@diy_electronics
@diy_electronics 2 жыл бұрын
Libraries are uploaded. Sorry for the delay.
@sayedhussaini4894
@sayedhussaini4894 2 жыл бұрын
@@diy_electronics but there is no links available in the video discription for libraries
@diy_electronics
@diy_electronics 2 жыл бұрын
@@sayedhussaini4894 Now it's ok. Previously I only updated them in the Arduino Scale making video.
@libintr6335
@libintr6335 Жыл бұрын
Wat is cost of this project
@buskuya
@buskuya Жыл бұрын
Can you please add an Gerber file of pcb
@diy_electronics
@diy_electronics Жыл бұрын
I did this project with the Eagle software. Eagle files are now available at the PCB link in the description.
@khastriadl
@khastriadl Жыл бұрын
where is the arduino code bro..can't be accessed directly to the arduino application on a PC, it's just in the form of a Zip..
@diy_electronics
@diy_electronics Жыл бұрын
Unzip the folder
@khastriadl
@khastriadl Жыл бұрын
@@diy_electronics ok
@khastriadl
@khastriadl Жыл бұрын
can you make a filling machine using a water plow... thank you
@shuvradey1490
@shuvradey1490 2 жыл бұрын
Sir I want to make gel liquid machine like this, it is possible sir?
@diy_electronics
@diy_electronics 2 жыл бұрын
It is possible. But you should use a better gel filling mechanism instead of this pump.
@shuvradey1490
@shuvradey1490 2 жыл бұрын
@@diy_electronics sir please tell me which mechanism suitable for gel filling machine.
@diy_electronics
@diy_electronics 2 жыл бұрын
@@shuvradey1490 Using a compressed air system will make it possible.
@StarlordYtSurya
@StarlordYtSurya 2 жыл бұрын
Bro plz explain clearly about circuit diagram
@diy_electronics
@diy_electronics 2 жыл бұрын
Of course. In the schematic diagram, the LCD with I2C should be connected to the SDA and SCL pins on the Arduino. So they are connected to A4 and A5 respectively. The middle pin of the variable resistor should be connected to any analog input pin. Here, it is connected to the A2 pin. Both the buzzer and the relay should have one of their pins connected to any digital pin and the other pin to ground. Here the digital pins are connected to D11 and D2 respectively. One pin of the push button is connected to the digital pin (D8) and the other pin should be grounded. No external pull-up or pull-down resistors are needed because the internal pull-up resistor is enabled through the Arduino code. The HX711 is an analog to digital converter (ADC) that is used to convert analog voltages coming from the load cell into digital signals. DT and SCK pins are connected to A1 and A0 pins respectively on the Arduino. All VCC and GND pins should be connected to Arduino's 5V and GND pins respectively. The 5V power supply is connected to the 5V pin of the Arduino. Please refer to the schematic diagram (Link in the description). Thank you.
@StarlordYtSurya
@StarlordYtSurya 2 жыл бұрын
@@diy_electronics bro one more request plz explain about which value change for 0 to 10kg set point by poteionmeter
@StarlordYtSurya
@StarlordYtSurya 2 жыл бұрын
Ur project only for 500 ml maximum,but i need to modify for 10kg set point plz tell me which value change for 10kg
@diy_electronics
@diy_electronics 2 жыл бұрын
Here I'm using a 5 kg load cell. You have to replace it by 10 kg load cell. In the code, there is a line (line 51) including a map function. Its, value 50 represent the minimum value and 500 represent the maximum value. You can change them as your wish.
@manasdas9666
@manasdas9666 11 ай бұрын
Prise
DIY 3 Mode Automatic Bottle Filling Machine using Arduino
14:29
Easy HomeMade Projects
Рет қаралды 234 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
DIY Digital Scale Based Sanitizer, gel & Liquid filling Machine - Arduino
14:35
Easy HomeMade Projects
Рет қаралды 40 М.
Liquid Filling Machine  - how to operate
13:06
TRUMARK PACKAGING SOLUTIONS
Рет қаралды 109 М.
THIS changes DIY Audio...
19:46
Zac Builds
Рет қаралды 382 М.
I Built an Arduino Powered Hexapod from Scratch
10:38
Aecert Robotics
Рет қаралды 214 М.
Make Automatic Bottle Filling Machine using arduino
6:37
Ngapak Tech
Рет қаралды 30 М.
DIY 10 Bottle Filling Machine using Arduino - 600 Bottles/Hour
19:29
Easy HomeMade Projects
Рет қаралды 90 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН