Wireless Barcode Scanner (Raspberry Pi)

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Official Write-up: www.piddlerint...
    Required Parts:
    CanaKit Raspberry Pi 4 4GB Starter Kit - amzn.to/2Jrlbfj
    NADAMOO Wireless Barcode Scanner - amzn.to/373BckB
    evdev Documentation: evdev documentaion: python-evdev.r...
    Donate to the Channel:
    / piddlerintheroot

Komentáře • 11

  • @matthewyoung3377
    @matthewyoung3377 Před 2 lety +1

    gotta add a break statement after line 30 if you have multiple devices plugged it (mouse, keyboard, etc) or it will error, otherwise works amazing!

  • @jayl878
    @jayl878 Před 2 lety

    This is an excellent tutorial (from what I can tell) and I look forward to trying it out. I have a project in mind that a barcode scanner would greatly improve. Watching this is relieving because you make it look a lot easier than I was expecting it to be. I see that you haven't made a video in a while, I hope to see new contact as I love your videos and approach. Thanks again.

  • @michael9312
    @michael9312 Před 2 lety +1

    thank you. works perfectly!

  • @DaveJohns61
    @DaveJohns61 Před 2 lety

    Nice one... thanks!

  • @salaheddinekhenkhar3166

    Thank you so much great videos !!

  • @maryia9067
    @maryia9067 Před 3 lety

    Thank you for a great tutorial!! Maybe you also know, is there some way to read evnts without using sudo? I really need to get rid of "sudo" in my project...

  • @nicolasgalleguillos454

    Great video! Thanks for the insight!! 👌

  • @jaysonbryannavarro1593

    can it program that if you scan it will be direct to a website or database?

  • @mikewenmar
    @mikewenmar Před 3 lety

    Does this work on QR Code Scanners?

  • @appinventordua3067
    @appinventordua3067 Před 2 lety

    Hello, I have a QRcode like this
    MTIzMjUwNTItMTIzMjUwNTIxLTIyMDgwMi0wMDAwMQ
    but with the code you provide, everything becomes uppercase. How to handle it? Thank you