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.py
using 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/sudoers
file - Create a new database add create the table
clothes
by importing/tableStruct.sql
file - Update SQL credentials in
/core/conf.php
and/py/conf.py
- Visit
http://localhost/aba
to test!