Skip to content

coypos/client-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rasberry Pi Client Scripts

scripts running on raspberry pi

UpdateCoypos.sh - a script for updating coypos-ui from the official repository

rfid_write.py - a test script for writing information to a card

rfid_read.py - a script used to read the UID from an RFID card and push it to the frontend

Install required packages for rfid

sudo apt install python3 python3-dev python3-pip 
sudo pip3 install mfrc522 RPi.GPIO
sudo pip3 install pi-rc522

Insstall required packages for Coypos-ui

sudo apt install docker.io
sudo apt install docker-compose
cd /home/pi
git clone https://github.com/coypos/coypos-ui

Autostart browser and script in rasberry pi:

edit autostart file:

sudo nano ~/.config/lxsession/LXDE-pi/autostart

add two lines to end of file:

@chromium-browser --start-fullscreen --start-maximized http://localhost:8080/
sudo python3 /home/pi/Desktop/rfid_read.py &

About

scripts running on raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published