Barcode Scanner with Raspberry PI

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • Barcode scanner connected to a Raspberry Pi 3 programmed using Python3
    This project was designed to solve a problem I had trying to track the whereabouts of a number of iPads in a primary school.
    GitHub - github.com/ton...
    Download personalised barcodes - barcode.tec-it...

КОМЕНТАРІ • 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.

  • @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.

  • @davidfurtado9940
    @davidfurtado9940 4 роки тому +1

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

  • @gimmly533
    @gimmly533 Рік тому +1

    amazing project ! helped me a lot :) Thank you

  • @seanmcdonald656
    @seanmcdonald656 4 роки тому

    Fantastic project. I really want to try building it.

  • @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. 👏👏👏

  • @moek8924
    @moek8924 Рік тому

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

  • @jonathanrodriguez8219
    @jonathanrodriguez8219 4 роки тому

    Nice project!!! Cool and very simple.

  • @ehhh9659
    @ehhh9659 4 роки тому

    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.

  • @danielkifle7173
    @danielkifle7173 4 роки тому

    good job I like you.

  • @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.

  • @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.