M&m's sorting machine

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • Candy sorting machine based on Arduino

Комментарии • 16

  • @leanderhackmann
    @leanderhackmann 9 лет назад +1

    Great, but please show us more of the machine!

  • @JulienVannesson
    @JulienVannesson 9 лет назад +1

    Nice !

  • @lucabesemer6562
    @lucabesemer6562 3 года назад

    Hey, great job! Can you send me the program of the Arduino? And maybe the construction plans. Thanks

  • @pinesnap
    @pinesnap 6 лет назад

    Is it possible to get a copy of the code you used for your color sensor? I have been trying to make one like this and this one is the best ive seen

  • @erodriguez8956
    @erodriguez8956 7 лет назад +1

    Which type of color sensor did you use?

    • @KissCool
      @KissCool  7 лет назад +2

      Hi ! I wanted (for fun) to build my own color sensor. So I took a Photoresistor and a RGB led. I first light the candy in red, then in green and last in blue and mesure the value of the photo resistor for each color. That gives me three informations of the amount of light absorbed by the m&m's for each color. I automaticaly recorded thoses values for more than 10 000 candy and use the python Library SKLearn to do some machine learning on thoses values. I used this library to generate a Decision Tree which I implemented in my arduino code. And that's how it works :). Hope that helps.

  • @jeff-xy7qp
    @jeff-xy7qp 7 лет назад

    that's cool!

  • @joseespinozacontreras6482
    @joseespinozacontreras6482 7 лет назад

    Why the candy doesn't fall when it's inside the hole? and only fall when it is located the mecanism to give the candy to the glass. I don't get it!

    • @KissCool
      @KissCool  7 лет назад

      Ah ah good question :). The trick is that I drilled the holes slightly in diagonal. So when the hole is at the bottom, the m&m’s will roll inside the hole. And when it rotated 180 degrees, it will be oriented the other way and the m&m’s is gonna roll outside the hole. Simple as that :)