Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.06 KB

readme.md

File metadata and controls

17 lines (16 loc) · 1.06 KB

Aba

Aba is a smart wardrobe project, powered by the Raspberry PI platform and built on the LAMP stack and Python.
Aba is the major project developed for the Prototyping Interactive Systems course at IIIT Delhi



Installation Instructions

  1. Setup a LAMP (Linux Apache MySQL PHP) stack on a Raspberry PI 3B, 3B+ or 4
  2. Enable GPIO and SPI interface in Raspberry PI settings
  3. Setup the circuit as per /py/conf.py using LEDs (and Resistors), Push Buttons and MFRC522 RFID reader (Pin numbers in BCM numbering)
  4. Clone the github repo inside Apache's public directory (/var/www/ by default)
  5. Add Apache's user (www) as a sudoer by editing the /etc/sudoers file
  6. Create a new database add create the table clothes by importing /tableStruct.sql file
  7. Update SQL credentials in /core/conf.php and /py/conf.py
  8. Visit http://localhost/aba to test!