Skip to content

silbo/voteino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

voteino

  • Arduino based portable multiuser voting system
  • was tested with 4 voterremotes and 1 server

DOCUMENTATION

For hardware and software configuration check https://github.com/silps/voteino/wiki/Configuration

INSTALLATION

  1. install https://github.com/maniacbug/RF24/ library for arduino
  2. download this repository
  3. upload voteino.ino on your arduino
  4. for using the python server we need to install django, python-serial and dajax
  5. once installed we can run the server cd voteino/voteino_server && sudo python manage.py runserver 80
  6. open browser and type localhost to see the client side, localhost/admin for admin side (user: test, pass: test)
  7. to access the development server locally from another device use sudo python manage.py runserver 0.0.0.0:80
  • unpack and install django
tar xzvf Django-1.4.tar.gz
cd Django-1.4
sudo python setup.py install && cd ..
  • install python serial library
sudo apt-get install python-serial
  • install django-dajax
git clone https://github.com/jorgebastida/django-dajax.git
cd django-dajax && sudo python setup.py install && cd ..
  • install django-dajaxice
git clone https://github.com/jorgebastida/django-dajaxice.git
cd django-dajaxice && sudo python django-dajaxice/setup.py install && cd ..

CREDITS ^-^

About

Arduino based portable multiuser voting system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published