Giter VIP home page Giter VIP logo

zeigefinga's Introduction

ZeigefINGA

ZeigefINGA ist ein Projekt mit dem Ziel, die INGA Platform als pointing device, bzw "virtuellen Laserpointer" zu verwenden. Der INGA Knoten sendet dabei Pakete in einem simplen Format ueber Rime, die von einem avr-ravenusb empfangen, als Maus- und Tastatureingaben interpretiert und an ein USB HID faehiges Geraet weitergegeben werden.

INGA

# compile zeigefinga
make zeigefinga
# flash inga node
make zeigefinga.upload

avr-ravenusb

Die Firmware fuer den Raven USB Stick verwendet ein modifiziertes Contiki in /lib/contiki-raven sowie ein (unmodifiziertes) LUFA in /lib/lufa als Library fuer die USB Schnittstelle.

# compile lufa for linking
make libzeigeraven.a
# compile contiki
make zeigeraven
# flash raven using avrdude
make avrdude

Misc

Pyhon utilities

Im /py Verzeichnis befinden sich verschiedene tools, die wir zur Auswertung und Visualisierung von Sensordaten verwendet haben. Die Anwendungen arbeiten mit nach stdin gepipeten, whitespace separated Zahlen und sind damit bequem wiederverwendbar.

Beispiele:

# animate the second and third value of stdin
make login | python animate.py 2 3 

# save data to file
make login > data
# animate replayed data
pv --rate-limit 20 data | python animate.py 1 2 3

udev rules

usually in /etc/udev/rules.d/99-inga.conf

SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{product}=="INGA", GROUP="plugdev"
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{product}=="INGA", GROUP="plugdev"

zeigefinga's People

Contributors

schwarzwild avatar valodim avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.