|
||
---|---|---|
.idea | ||
config.ini | ||
crontab | ||
install.sh | ||
main.py | ||
readme.md | ||
RegisterKey.py | ||
startup.sh | ||
test.py |
Welcome
This project is a Door access system built on RPIs
Getting Started
- Start by installing the latest version of raspianOS on your Raspberry Pi
- Get Raspberry Pi Imager from the web
- Launch it
- Choose your model (RPI 4)
- Choose OS (Raspberry PI OS 64-bit)
- Select your SD card
- Press Ctrl+Shift+X
- Set a hostname
- Set a username and password
- Set locale settings
- Press Save
- Press the "Next" button
- Continue through any further prompts, keeping all settings that were set
- Boot the Raspberry Pi
- Open a command prompt on a seperate computer
- Ping the hostname set in 1.vii to find the IPv4 address (might need
-4
flag) - SSH into the RPI (Raspberry Pi)
- run
git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git && sudo sh CNSA-276-FP/install.sh
- The script should take care of the rest, the RPI will restart and then auto start the program
- after reboot, to edit the config, SSH back in and navigate to
/user/CNSA/CNSA-276-FP/
- run
nano config.ini
- alter any config needed
- use Ctrl+x to exit and save