Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

https://github.com/kiwiholmberg/LaserCat
LaserCat 

:::Laserwhat?:::
I want to be able to control a laser pointer with a webapp. This could serve as
an advanced cat toy or some kind of targeting system.

There are two parts of the code. Client side which is based on an Arduino platform running C code.
Server side which is made with python to serve a web interface to the user.
Between these two parts there is a serial communication thru USB.

:::REQUIREMENTS::: 
* Computer with Python + pySerial installed. (http://python.org/ and http://pyserial.sourceforge.net/)
* Tornado Web server framework. (http://www.tornadoweb.org/)
* Arduino platform with USB-interface. I use Duemilanove but any Arduino should work. (www.arduino.cc/)
* A HTML5 compliant web browser with web socket support. Latest Google Chrome or Apple Safari.

:::LICENSE:::
Feel free to use, copy, modify and deploy this software/code as you like.

:::CREDS:::
SAEKI Yoshiyasu (http://saekiyoshiyasu.org/) 
Thank you for major server side Python code contribution and inspiration.

Unknown author (http://www.arduino.cc/playground/Learning/SingleServoExample)
Thank you for major C-code contributions for servo controller.

:::CONTACT:::	
Kiwi Holmberg
kiwi@kiwifoto.se
Eskilstuna, Sweden

Contact me if you have any questions or suggestions.

About

Control a laser pointer with webapp

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages