Aba is the major project developed for the Prototyping Interactive Systems course at IIIT Delhi
- Setup a LAMP (Linux Apache MySQL PHP) stack on a Raspberry PI 3B, 3B+ or 4
- Enable GPIO and SPI interface in Raspberry PI settings
- Setup the circuit as per
/py/conf.pyusing LEDs (and Resistors), Push Buttons and MFRC522 RFID reader (Pin numbers in BCM numbering) - Clone the github repo inside Apache's public directory (
/var/www/by default) - Add Apache's user (
www) as a sudoer by editing the/etc/sudoersfile - Create a new database add create the table
clothesby importing/tableStruct.sqlfile - Update SQL credentials in
/core/conf.phpand/py/conf.py - Visit
http://localhost/abato test!