Skip to content
/ Seats Public
forked from lurein/Seats

Arduino-based sensor array and an iPhone application to direct blind students to open Seats in college dining halls.

Notifications You must be signed in to change notification settings

efeliz/Seats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seats

An award-winning accessibility project which used an arduino-based sensor array and an iPhone application to direct blind students to open Seats in college dining halls.

Founding members: Juan Suarez, Lurein Perera, Yinzhe Ma, Estevan Feliz and Jay Agrawal.

Current Stage: Working Prototype, R&D to increase cost efficiency, Open to funding.

Arduino Script Details

Author: Estevan Feliz
Language: C++
Description: This is the script that ran on the Arduino board. It monitors all of the hardware/sensors & then pushes that data through serial communication to the server running a local Python script. After the Python script receives the data, it parses the information & pushes it to our web server. We were using PHP for the primary backend language & all the data was stored as JSON objects. Refer to the PHP files for further information on how that worked.

About

Arduino-based sensor array and an iPhone application to direct blind students to open Seats in college dining halls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 42.2%
  • C++ 36.5%
  • Python 21.3%