Barcode Scanner with Raspberry PI

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

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

  • @adrianhatesjazz
    @adrianhatesjazz 4 года назад +2

    Thanks for your summary of this great project. For true 'fullscreen' use window.attributes("-fullscreen", True) or window.attributes("-fullscreen", False) to exit fullscreen. You can bind that to (for example) F11 via window.bind_all("", func=toggle_fullscreen) and toggle back and forth in def toggle_fullscreen().

  • @selftaughtkh
    @selftaughtkh 4 года назад +1

    Lovely useful video and project. Totally love it. The way you use function part instead of class for now is actually making it easier for beginning programmers to understand the concept better. Thanks man.

  • @davidfurtado9940
    @davidfurtado9940 5 лет назад +1

    The demonstration of this concept was super awesome.....keep uploading video's..Thankyou

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

    I have to point out my great appreciation for the commenting in this Python code. So many "how to" coding resources online have terrible to no commenting, which makes it pretty difficult to figure out how to adapt code to our own applications.

  • @gimmly533
    @gimmly533 Год назад +1

    amazing project ! helped me a lot :) Thank you

  • @louiejayjayme8095
    @louiejayjayme8095 4 года назад +1

    @7:28 i think you need teamviewer instead, Remote desktop connection from my experience is like having two monitors where in each of them does not know what the other is doing, or simply the screen is not shared, on your raspberry pi the barcode is trying to push data, however since your using a remote desktop you won't see what the main unit is doing.

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

    Good Idea! It's a great proyect. 👏👏👏

  • @seanmcdonald656
    @seanmcdonald656 4 года назад

    Fantastic project. I really want to try building it.

  • @jonathanrodriguez8219
    @jonathanrodriguez8219 4 года назад

    Nice project!!! Cool and very simple.

  • @moek8924
    @moek8924 Год назад

    Well done, could have done the timer in the code without the timer hardware.

  • @ehhh9659
    @ehhh9659 5 лет назад

    Hi sir so I can Use any kind of scanner? Im an Electronics Engineering student and our project is to create a rpi based barcode scanner. And we dont know what kind of scanner we will use.

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

    Did you happen to print the barcodes a special way? I've been using my barcode scanner to read the barcodes on the back of general products from a supermarket but when I print one out it won't scan it. I've tried changing the size of it, the type of barcode and the quality of the print.

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

      I didn’t have a problem with the size of the bar code, it seemed to work with a whole range of sizes but I found that “Code-39 Full ASCII” worked best. One thing that you should check is that the barcode scanner is sending out a “carriage return” after scanning the code. If does not do this it will definitely cause you a problem. I had to configure my scanner to do this because by default it was disabled.

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

      @@TonyPDavis I got back round to this little project today and I managed to fix it by printing my bar codes on glossy paper instead of normal paper. Thanks for the response.

  • @danielkifle7173
    @danielkifle7173 5 лет назад

    good job I like you.

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

    wish i was your student

  • @jucam
    @jucam 5 лет назад

    Hello Davis, Very good Explanation I enjoy your complete solution. I have a question about scanners, how do you read the scanner code, did you base your solution on this code? www.raspberrypi.org/forums/viewtopic.php?f=45&t=55100 I have had problems reading the scanner code as a serial, on the rasp.