Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlech/ev3-ir-eyes
https://github.com/dlech/ev3-ir-eyes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dlech/ev3-ir-eyes
- Owner: dlech
- Created: 2014-09-05T00:26:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T23:55:57.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T21:35:30.021Z (3 months ago)
- Language: Vala
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EV3 IR Eyes
===========This is a silly program that uses the LEGO MINDSTORMS EV3 IR Sensor. It is
just a window with a pair of eyes that track the IR beacon.The sensor looks for the IR beacon and when it sees it, the eyes open. The
eyes will follow the beacon left and right and close when the beacon is out
of range or turned off.It requires the [ev3dev driver DKMS] \(v2.0) in order to communicate with the
sensor.[![ScreenShot](http://img.youtube.com/vi/ffRR2iqlgv8/0.jpg)](http://youtu.be/ffRR2iqlgv8)
Compiling
---------Install required packages:
sudo apt-get install valac libgtk-3-dev libcairo2-dev
Then just run `make`.
Running
-------You must be a member of the `ev3dev` group.
sudo usermod -aG ev3dev
You must log out and log back in for this to take effect.
Then run:
./ev3-ir-eyes
[ev3dev driver DKMS]: https://github.com/ev3dev/lego-linux-drivers-dkms