Skip to content

ka010/PyMetaWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original code by Traivs Goodspeed https://github.com/travisgoodspeed/PyMetaWatch

Forked from Joe Hughes https://github.com/joehughes/PyMetaWatch 


Usage:

Default (uses serial mode - drops into idle mode)
python pymw.py --<type> <device> <mode>

------------------------------------

Device/Type Selection

TTY Serial
python pymw.py --serial </dev/tty.device> 

Bluetooth
python pymw.py --bt <watch-address> 

-----------------------------------

Modes

Interactive mode (enables all buttons and maps them to shell commands defined in pywm.cfg)
python pymw.py --<type> <device> interactive

Command line mode (just sends an image)
python pymw.py --<type> <device> <image.bmp>

Test Mode (continuously sends a testbuffer)
python pymw.py --<type> <device> testbuffer

-----------------------------------


These URLs are handy,
http://www.dpin.de/~nils/metawatch
http://www.metawatch.org/development.html
http://retrovirus.com/incr/2011/09/metawatch-hacks-resources/

Image sources:

dalek.bmp was derived from Dalek Stencil by Styrr
http://styrr.deviantart.com/art/Dalek-stencil-178678725

About

Python client for the MetaWatch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%