Skip to content

Commit

Permalink
commit to master
Browse files Browse the repository at this point in the history
  • Loading branch information
BertLindeman committed Aug 21, 2014
2 parents 3de6447 + 3782d31 commit e7237c1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<<<<<<< HEAD
=======
<<<<<<< HEAD
>>>>>>> origin/gh-pages
#################
# ?? Gemfile for Yekyll?
#################
Gemfile
Gemfile.lock
<<<<<<< HEAD
_site
=======
_site/
.gitignore.bak
>>>>>>> origin/gh-pages
#################
## Eclipse
#################
Expand Down Expand Up @@ -219,3 +228,10 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg
<<<<<<< HEAD
=======
=======
_site/
.gitignore.bak
>>>>>>> origin/gh-pages
>>>>>>> origin/gh-pages
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
---
---

## bert-ev3dev-examples

### Examples of bits and pieces running at Jessie level

Scripts are available also in a zip: [bert-ev3dev-examples.zip](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/bert-ev3dev-examples.zip)

These shell-scripts are located on my EV3-brick at `/usr/local/bin`
but with some simple edits you can place them where **you** want them.
They are are meant to be run on a terminal session, like in an ssl-session.

1. Supporting scripts used by other scripts
* [asciicolor] (https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/asciicolors) Creates some variables the ease using ANSI colors in shell script. E.G. red blue etc.
* [asciicolor](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/asciicolors) Creates some variables the ease using ANSI colors in shell script. E.G. red blue etc.
2. Scripts related to managing the EV3-brick
* [checkpower](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/checkpower) Add this script to a crontab to check for the battery voltage. On lower power the EV3-led on the left will blink green on lower voltage, then amber and eventually red (with a beep).
* [showactivity](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/showactivity) Makes the right green led blink on I/O activity.
* [stopmotors](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/stopmotors) Well, stops all motors.
3. Scripts discovering sensors and / or motors
* [blinkleds](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/blinkleds)
* [setled](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/setled)
* [blinkleds](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/blinkleds) Simply blink the EV3 leds a few times.
* [setled](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/setled) Script to set an EV3-led **red** / **green** / **amber** **ON** or **OFF** and set a trigger for it. Do not confuse with **setleds** program to set keyboard leds.
* [showleds](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/showleds)
* [showmotor](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/showmotor)
* [showpower](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/showpower)
Expand All @@ -21,7 +28,7 @@ but with some simple edits you can place them where **you** want them.
* [testmotor](https://github.com/BertLindeman/bert-ev3dev-examples/blob/master/testmotor)


### Have your EV3 report it's IP-address by speach after boot
### Have your EV3 report the IP-address by speach after boot
For this an update is needed to `/media/mmc_p1/ev3dev.rc.local`

Add the next lines to the bottom of `/media/mmc_p1/ev3dev.rc.local`
Expand Down
Binary file added bert-ev3dev-examples.zip
Binary file not shown.

0 comments on commit e7237c1

Please sign in to comment.