This is so cool. I am a fan of your channel. Going back to school this year to learn industrial automation. With love from Belgium 🇧🇪
@NeedToDIY4 жыл бұрын
The mini printed box for the elettronic!! so cute!
@diegosuarez54735 жыл бұрын
Jajahaha the mini doors are so cool broh, keep going please and congratulations
@Melkano5 жыл бұрын
Where is the code?
@aryanhighschool78083 жыл бұрын
yes bro the code is important for this project
@SritamTripathy-gs9yd5 ай бұрын
@@aryanhighschool7808bro give the program code
@electronic79795 жыл бұрын
Excellent project 👍 very good. I like it.👍
@Parth_1885 жыл бұрын
Awsome machine liked it
@3xAudio4 жыл бұрын
I can't wait to use the colour sensor in more of my projects. so many possibilities. I Like how you shot this video i might learn from it for my future videos and projects.
@florencemuloongo72642 жыл бұрын
I'm working on an egg grading machine and I'm using a similar principal but I'm using a loadcell sensor,I'm having challenges stoping and starting the motor depending on the output
@arduinoprojets47185 жыл бұрын
The important element in this project is the code, share it with the viewers please
@prakashv54763 жыл бұрын
Reference for coding and wiring of above project is interestingengineering.com/video/make-your-very-own-arduino-based-color-candy-sorting-machine?fbclid=IwAR218zBq03LwtIUlU2CS-Zt5OJ3SetoEdObYuyuQbqc_JnUthWsW20Cikjk
@arduinoprojets47182 жыл бұрын
@@prakashv5476 Sorry, there is nothing in the code that indicates Stepper Motors Is Stepper Motors moving like crazy? We need an answer from you, thank you #include #define S0 2 #define S1 3 #define S2 4 #define S3 5 #define sensorOut 6 Servo topServo; Servo bottomServo; int frequency = 0; int color=0; void setup() { pinMode(S0, OUTPUT); pinMode(S1, OUTPUT); pinMode(S2, OUTPUT); pinMode(S3, OUTPUT); pinMode(sensorOut, INPUT); // Setting frequency-scaling to 20% digitalWrite(S0, HIGH); digitalWrite(S1, LOW); topServo.attach(7); bottomServo.attach(8); Serial.begin(9600); } void loop() { topServo.write(115); delay(500); for(int i = 115; i > 65; i--) { topServo.write(i); delay(2); } delay(500); color = readColor(); delay(10); switch (color) { case 1: bottomServo.write(50); break; case 2: bottomServo.write(75); break; case 3: bottomServo.write(100); break; case 4: bottomServo.write(125); break; case 5: bottomServo.write(150); break; case 6: bottomServo.write(175); break; case 0: break; } delay(300); for(int i = 65; i > 29; i--) { topServo.write(i); delay(2); } delay(200); for(int i = 29; i < 115; i++) { topServo.write(i); delay(2); } color=0; } // Custom Function - readColor() int readColor() { // Setting red filtered photodiodes to be read digitalWrite(S2, LOW); digitalWrite(S3, LOW); // Reading the output frequency frequency = pulseIn(sensorOut, LOW); int R = frequency; // Printing the value on the serial monitor Serial.print("R= ");//printing name Serial.print(frequency);//printing RED color frequency Serial.print(" "); delay(50); // Setting Green filtered photodiodes to be read digitalWrite(S2, HIGH); digitalWrite(S3, HIGH); // Reading the output frequency frequency = pulseIn(sensorOut, LOW); int G = frequency; // Printing the value on the serial monitor Serial.print("G= ");//printing name Serial.print(frequency);//printing RED color frequency Serial.print(" "); delay(50); // Setting Blue filtered photodiodes to be read digitalWrite(S2, LOW); digitalWrite(S3, HIGH); // Reading the output frequency frequency = pulseIn(sensorOut, LOW); int B = frequency; // Printing the value on the serial monitor Serial.print("B= ");//printing name Serial.print(frequency);//printing RED color frequency Serial.println(" "); delay(50); if(R32 & G55){ color = 1; // Red } if(G43 & B35){ color = 2; // Orange } if(R40 & G40){ color = 3; // Green } if(R24 & G30){ color = 4; // Yellow } if(R46 & G55){ color = 5; // Brown } if (G45 & B26){ color = 6; // Blue } return color; }
@kushwanthbyragoni Жыл бұрын
@@prakashv5476 that code is having errors
@gwharton684 жыл бұрын
Would be a fun project to build, but without the code for the PCB layout and the code to operate it with it is pretty much a waste.
@certified-forklifter5 жыл бұрын
great work buddy
@estebanyanson Жыл бұрын
Consulta. De qué manera puedo detectar que se enciende el led rojo de otro aparato sin que influya la luz ambiente? Tengo un electrodomestico que cuando termina enciende un led rojo pero no hace zumbido y quiero detectar ese led para hacer el zumbido yo. Gracias
@kevinhoublon86302 жыл бұрын
Hello, great video 😄. At 7:49, What is the name of the black components you put on the pcb? Thank you in advance. Cordially.
@kevinhoublon8630 Жыл бұрын
@Majeed's Gaming Hello, thank you very much 😁. Have a nice week 😄. Cordially.
@robertocameto487 Жыл бұрын
In the web page, refering to this project, there is a text code which seems to be wrong, because it refers to two servo motors (high and bottom), but the project includes a stepper mototr
@petiovelev974 жыл бұрын
Hello, Can I replace the sensor with an arduino camera like OV7670 VGA camera? Should I use the same modules if i use an arduino camera? My idea is: the camera will take a picture of the object, then it will take a histogram of the picture or another process which takes the color of the object and recognize the color of the object. Everything is the same in process but I only want to change the sensor with camera.
@samuelfellows69235 жыл бұрын
err.. has put a fan on the rear of cabinet, but has not drilled additional vent holes? - where is he expecting the air/heat to escape from, the cable hole at the bottom? = if used for a long time, i'd expect the arduino will overheat and then what would he do? ug at it/open the doors to let it cool down, [if installing a fan on a sealed box/chamber = you should make a second vent to allow the air to be displaced (logical/scientific) explanation]
@jair46662 жыл бұрын
Puedo utilizar fragmentos del video para un curso? (se va a comercializar el curso) Usaría del minuto 0:14 al 0:47
@panettron2 жыл бұрын
Amazing work!
@mrindian54555 жыл бұрын
Did u prepare your own arudino
@designartgermanyhamm53943 жыл бұрын
Leider Sketch ist nicht für stepmotor Einleitung mit falschen sketch
@augustinetembo99882 жыл бұрын
Can't seem to find the code for the color sorting machine
@AdarshTheTechi2 ай бұрын
Have you found solution?
@learnwithjd81925 жыл бұрын
Code is where?
@sudarshan05072 жыл бұрын
Can we do this with other colour sensors
@arduinoprojets47182 жыл бұрын
Sorry, there is nothing in the code that indicates Stepper Motors Is Stepper Motors moving like crazy? We need an answer from you, thank you #include #define S0 2 #define S1 3 #define S2 4 #define S3 5 #define sensorOut 6 Servo topServo; Servo bottomServo; int frequency = 0; int color=0; void setup() { pinMode(S0, OUTPUT); pinMode(S1, OUTPUT); pinMode(S2, OUTPUT); pinMode(S3, OUTPUT); pinMode(sensorOut, INPUT); // Setting frequency-scaling to 20% digitalWrite(S0, HIGH); digitalWrite(S1, LOW); topServo.attach(7); bottomServo.attach(8); Serial.begin(9600); } void loop() { topServo.write(115); delay(500); for(int i = 115; i > 65; i--) { topServo.write(i); delay(2); } delay(500); color = readColor(); delay(10); switch (color) { case 1: bottomServo.write(50); break; case 2: bottomServo.write(75); break; case 3: bottomServo.write(100); break; case 4: bottomServo.write(125); break; case 5: bottomServo.write(150); break; case 6: bottomServo.write(175); break; case 0: break; } delay(300); for(int i = 65; i > 29; i--) { topServo.write(i); delay(2); } delay(200); for(int i = 29; i < 115; i++) { topServo.write(i); delay(2); } color=0; } // Custom Function - readColor() int readColor() { // Setting red filtered photodiodes to be read digitalWrite(S2, LOW); digitalWrite(S3, LOW); // Reading the output frequency frequency = pulseIn(sensorOut, LOW); int R = frequency; // Printing the value on the serial monitor Serial.print("R= ");//printing name Serial.print(frequency);//printing RED color frequency Serial.print(" "); delay(50); // Setting Green filtered photodiodes to be read digitalWrite(S2, HIGH); digitalWrite(S3, HIGH); // Reading the output frequency frequency = pulseIn(sensorOut, LOW); int G = frequency; // Printing the value on the serial monitor Serial.print("G= ");//printing name Serial.print(frequency);//printing RED color frequency Serial.print(" "); delay(50); // Setting Blue filtered photodiodes to be read digitalWrite(S2, LOW); digitalWrite(S3, HIGH); // Reading the output frequency frequency = pulseIn(sensorOut, LOW); int B = frequency; // Printing the value on the serial monitor Serial.print("B= ");//printing name Serial.print(frequency);//printing RED color frequency Serial.println(" "); delay(50); if(R32 & G55){ color = 1; // Red } if(G43 & B35){ color = 2; // Orange } if(R40 & G40){ color = 3; // Green } if(R24 & G30){ color = 4; // Yellow } if(R46 & G55){ color = 5; // Brown } if (G45 & B26){ color = 6; // Blue } return color; }
@Dark_v-sl2ks7 ай бұрын
Is this code functional? I want to do the project but the code is not there and I want to know if it works.
@saravanakumar27655 жыл бұрын
Nice job
@RaviShankar-lm3xn2 жыл бұрын
sir problem in rotating bottom servo motor please help
If I use Arduino uno instead of Arduino nano, how should the system's connection and codes be? Can you please help me?
@alfinmesakhena3802 Жыл бұрын
Sangat keren 👍👍
@electricalcoder30254 жыл бұрын
Good project
@tomyhardiansyah474 жыл бұрын
very good bro
@VijetaShidlihal26 күн бұрын
Bro please send me the full circuit daigram of this sorting bot... 🙏
@tharunv18855 жыл бұрын
Bro where is the code .........
@ShaikhShaikh-yz2kz7 ай бұрын
Sir kya aap Tambrind Spoon 🥄 filling machine bana sakte ho
@huyang80445 жыл бұрын
can you give me your code of this project ? please
@popocolocoi60825 жыл бұрын
Thank you for this content. I believe with this technology, Political issues will be easily addressed, and all the warm-blooded animals will live happily ever after.
@joysarkar26004 жыл бұрын
Please give me code
@catherinejohnson919110 ай бұрын
Can I get the details of this project
@mohamedayman85505 жыл бұрын
Hi mr can you send me the arduino code of this colour sorting
@deliageabou40255 жыл бұрын
Code?
@xBot-sn8cx Жыл бұрын
Can I order this
@catatanharianinstruktur58872 жыл бұрын
could you please share source code file. its very inspire, cool
@AAIschilling3 жыл бұрын
love the beat
@narensky86495 жыл бұрын
I make the cutting machine by seeing your video thanks for that but one problem stepper motor and servo motor is not working pls help..... And share u r email address to talk about the wire cutting machine THANK YOU.......
@nezhaplays4 жыл бұрын
Can i get the source code?
@Karlos_13 Жыл бұрын
descansas como si chambearas, donde esta el codigo?
@ronydebnath62504 жыл бұрын
hello i need a video of size sorting machine using arduino can you make it??????????????
@LeonardoGarciaContreras-oe2er9 ай бұрын
What is the really code ?
@udaykumard42613 жыл бұрын
Code please
@LuizCamposTutoriais5 жыл бұрын
Wow
@sunowarshaikh65344 жыл бұрын
Sir plz send Ardunio code
@thanghoang02054 жыл бұрын
Can i have a code for this, sir?
@electronicabasicacekit5 жыл бұрын
Muy interesante, genial
@iwanbadrussamsi56165 жыл бұрын
Ada file garber nya ?
@EasyOne5 жыл бұрын
good
@gokulff7775 ай бұрын
Bro code u have
@Nani-wu5iy5 жыл бұрын
Icon..?
@elve444 жыл бұрын
Peux t'on avoir le code
@HammadAli-tq7se7 ай бұрын
i want arduino code of this machine
@elve44 Жыл бұрын
beaucoup de vos création il manque les codes pour les débutants c'est dommage
@prasoonpatel54085 жыл бұрын
Bhai code kaha h iska..?
@zouheirbenaissa-yahia68995 жыл бұрын
Mr innovation .. I want to make your project #colour sorting machine as a project to graduate from the university ... and I need the code of Arduino ... Help me please
@Hnejad4 жыл бұрын
Zouheir Benaissa-Yahia Hi. What you did about the code.
@dheerajswaroopsm6913 жыл бұрын
Code bro?
@KevinRamirez-ib9yk7 ай бұрын
Y el codigo donde está el código 😊
@rakeshmr33033 жыл бұрын
can i get code
@yongkipradana45714 жыл бұрын
i Need code sir?
@vrushr37594 жыл бұрын
Hello sir can you please upload video on 3d Medelling on fusion 360 of this project
@kishanrathod44774 жыл бұрын
Kya aap ishe banake mujhe sell kar denge ?
@اسامهزياد-ي2ر4 жыл бұрын
Need code bro
@atulgupta40985 жыл бұрын
bhai koi aise remote control car bano jiske agee koi bhi object aia to vo ruk jai acceliration dene par bhi
@saadslimati74692 жыл бұрын
please ineed a code
@zakichahboun48363 жыл бұрын
hello brother can you sebd me code arduino please?
@KingpunyaАй бұрын
Plywood
@gunterpietzsch39954 жыл бұрын
As this guy seems not to be willing to share his knowledge, this might help: kzbin.info/www/bejne/eYG4iaurrslsrtk The color sensing stuff is the most important part of the code. All other elements like stepper and servo control are pretty well explained in several othe videos. Hope this helps
@luisdiegocarranza22342 жыл бұрын
I have source!!
@johndass-jc5fn Жыл бұрын
b ro i need counting]
@dimauz19715 жыл бұрын
Very bad channel! Does not communicate with visitors at all!