Skip to content

frc-862/prog-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prog-barcodes

Programming's checkout system for devices we use.

Details

  • Raspberry PI
  • Barcode Scanner

PI Config

  1. Download Raspberry Pi OS Lite and flash onto pi.
  2. Use raspi-config to configure console autologin, hostname, etc.
  3. From your computer, clone the repository, then type scp -r <this repo> username@hostname:/home/username/prog-checkout to send it to the pi.
  4. Set execute repo script on the PI in ~/.bash_profile
source ~/.profile
if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]
then
  cd ~/prog-checkout
  python3 barcode.py
fi

About

Programming subgroup checkout system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages