2 Types of Products Vending Machine : Coin, RFID, UPI Payments

แชร์
ฝัง

ความคิดเห็น • 49

  • @mamenit6121
    @mamenit6121 3 ปีที่แล้ว +1

    wow, thanks for this cool explanation..
    I curious with the mechanical of motor,,I believe it has 3 pins, and also has limit switch to detect the rotation and became sensor to stopping the motor, right?
    can you give me logic for microcontroller to make it stops? I used arduino mega,,I've try to use general limit switch + arduino program for the logic to stopping the motor, but I've failed to make it stop,,
    I believe you can help me for this,,thanks before for the advance

    • @HacktronicsIndia
      @HacktronicsIndia  3 ปีที่แล้ว +1

      Its just a limit switch, so just read as an interrupt. The challenge is it will fire or miss the trigger, the way these motors is designed. the cut will trigger an early interrupt and sometimes you will miss a trigger because its not perfectly circle its oval. So you have to rely on some clever logic that takes both the time and interrupt into consideration, and if its too early ignore the int, if there is no int for long, stop it anyway.

    • @mamenit6121
      @mamenit6121 3 ปีที่แล้ว

      @@HacktronicsIndia oh ok, got it,,so I need to combine with time delay too, right? I'll try it, but I believe that the stability of voltage will become factor of consistency of motor rotation, I mean the precision of stopping point. This will also affect how much delay I need to set. Thanks for advance, really appreciate it

    • @HacktronicsIndia
      @HacktronicsIndia  3 ปีที่แล้ว +1

      @@mamenit6121 Yes you need a stable voltage supply, that's why we have used a 3A module in the project. So basically its a combination of lots of things

  • @jeevannikam8977
    @jeevannikam8977 2 ปีที่แล้ว

    Which controller you have used? Can you please post buy link for motor?

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @diyavora209
    @diyavora209 ปีที่แล้ว

    Whixh ic did you use?

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @abhishekcgowda9773
    @abhishekcgowda9773 2 ปีที่แล้ว

    When payment is successful which online server will check it payment is successful or failed

    • @HacktronicsIndia
      @HacktronicsIndia  2 ปีที่แล้ว +2

      We have our servers on AWS, that's why the device is agnostics of the payment gateways, also difficult to do so much computation on ESP32. So our own API, talks to the bank API on AWS, the node device responsibility is just to operate the motors, and thus it makes them more secure. Also if one payment gateway is down, we can switch to another one, without affecting any functionality, and as we run on AWS lambda, the downtime of our API is almost rare.

  • @bharatraj7898
    @bharatraj7898 ปีที่แล้ว

    How do payment successfull the information say to machine sms via which software will be used pls helps to my MSD projects.

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @sudharsanm5711
    @sudharsanm5711 2 หลายเดือนก่อน

    How much it costs if i want to make like this?

    • @HacktronicsIndia
      @HacktronicsIndia  2 หลายเดือนก่อน

      We are working on a new simpler board with just UPI, if you want to purchase, please contact support@hacktronics.co.in. Code & Schematics not included, we will configure it with RazorPay.

  • @dhavalshah7243
    @dhavalshah7243 2 ปีที่แล้ว

    I am building a system that uses RFID to make payments and am facing a lot of issues with the same. If you can guide me then it would be great. Hoping for a positive response from your end.

    • @sushilkamble11
      @sushilkamble11 2 ปีที่แล้ว +1

      you wont hear from him, if you call him the only thing he says " this is not a commercial project " and hung up

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html This is a commercial project.

  • @athulurisanthosh9207
    @athulurisanthosh9207 2 ปีที่แล้ว +1

    Hi
    We are developed food vending machine,
    I need help on payment gateway integration ,my team complete remaining project.please give me suggestions

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @abhishekcgowda9773
    @abhishekcgowda9773 2 ปีที่แล้ว

    Doubt is how you validateing UIP payments

    • @HacktronicsIndia
      @HacktronicsIndia  2 ปีที่แล้ว +2

      I am not validating, payment gateway is validating. We are interacting with various banks and payment gateways using their API for the same. Earlier if you see, we have a video where we just rely on SMS without any gateway, but that is school project, this is industrial once, and hence can't rely on SMS, need proper authentication and validation, that's where the intermediaries (Banks & Payment Gateways) comes into picture.

    • @abhishekcgowda9773
      @abhishekcgowda9773 2 ปีที่แล้ว

      @@HacktronicsIndia hi thanks for the Info, if you want to get a payment notification on your device your device should get connected to internet or else you should have iot sim how Paytm sound box works

    • @HacktronicsIndia
      @HacktronicsIndia  2 ปีที่แล้ว

      @@abhishekcgowda9773 It needs wifi, you can use a single Jio dongle to connect multiple vending machines, there is no eSIM concept here. The vending machine controller needs to be connected to internet. Also everything is automatic, so Paytm sound box like thing is useless, because no one would be there to monitor the vending machine.

  • @technocraftSTUDIO
    @technocraftSTUDIO 2 ปีที่แล้ว

    sir, please share the schematic and code and component details.

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @kamleshkumar-zi6bv
    @kamleshkumar-zi6bv 2 ปีที่แล้ว

    How can I get this kit

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @samratsarkar769
    @samratsarkar769 ปีที่แล้ว

    I want to buy... Do reply

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @Fireomkar
    @Fireomkar ปีที่แล้ว

    sir, please share the UPI Payments code and component details.🙏

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @businessfriction
    @businessfriction 2 ปีที่แล้ว

    How to make this project....

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @mr.infinite0774
    @mr.infinite0774 2 ปีที่แล้ว

    Hi how to buy this mother board

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @tayyabshaikh1083
    @tayyabshaikh1083 2 ปีที่แล้ว

    Hi sir

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html

  • @perfectfriend522
    @perfectfriend522 3 ปีที่แล้ว +1

    How can I get it

    • @HacktronicsIndia
      @HacktronicsIndia  3 ปีที่แล้ว +2

      This is not a consumer product, hence not for sale. This is just to show Hacktronics R&D capabilities. The board is programmed with our payment gateway account. This will be used by some manufacturers who incorporate our technology to create B2C products, and we will charge some percentage say 5%, based on sales to cover the payment gateway charges, accounting charges (for payment calculation and transfer), server charges, admin dashboard, software and support for customer like in case of failed payments, etc. The blank PCB we will offer later for projects like Mobile Phone controlled robotics car, or RFID based home lock, etc, as it has RFID, motor drivers, LED, buttons, I2C, WiFi & Bluetooth.

    • @perfectfriend522
      @perfectfriend522 3 ปีที่แล้ว +1

      @@HacktronicsIndia i am also manufacturer of vending machines. I want to use technologies . Tell me for further process.

    • @HacktronicsIndia
      @HacktronicsIndia  3 ปีที่แล้ว

      Contact support@hacktronics.co.in, however this is currently not for sale. Currently we are working on Admin dashboard, QA, business and legal aspects, as special licenses are needed to act as payment aggregator for end users.

    • @kamleshkumar-zi6bv
      @kamleshkumar-zi6bv 2 ปีที่แล้ว

      How can I contact you
      I need it

  • @MaxxTV9763
    @MaxxTV9763 2 ปีที่แล้ว

    Sir your namber

    • @HacktronicsIndia
      @HacktronicsIndia  3 หลายเดือนก่อน

      th-cam.com/video/XAIHgjVVIMQ/w-d-xo.html