This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Home
GongYi edited this page Jul 26, 2014
·
3 revisions
By the time you get to this page, you probably already know that python-ev3 is a python binding of ev3dev, which is a Debian Linux for the LEGO Mindstorms EV3.
Follow the steps to make ev3dev working
apt-get install virtualenv virtualenvwrapper python-setuptools python-smbus python-pil
mkvirtualenv ev3_py27 --python=python2.7 --system-site-packages
workon ev3_py27
easy_install python-ev3
- type
deactive
to exit
wget https://github.com/topikachu/python-ev3/releases/download/0.0.2/python3-smbus_3.1.1-1_armel.deb
dpkg -i python3-smbus_3.1.1-1_armel.deb
apt-get install python3 virtualenv virtualenvwrapper python3-setuptools python3-pil
mkvirtualenv ev3_py34 --python=python3.4 --system-site-packages
workon ev3_py34
easy_install python-ev3
- type
deactive
to exit
Here are some guides for using each of the major components.
- Using Sensors
- Using Motors
- Using Sound
- Using the LCD
- Using the Buttons
- Using the LEDs
- Using Bluetooth
root@ev3dev:~# poweroff