Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Pockesphinx)
(Angstrom)
Line 21: Line 21:
 
**<code>sudo easy_install pyserial</code>
 
**<code>sudo easy_install pyserial</code>
 
==Angstrom==
 
==Angstrom==
*update opkg
+
*update opkg:
 
**<code>opkg update</code>
 
**<code>opkg update</code>
*install pyserial
+
*install pyserial:
 
**<code>opkg install python-pyserial</code>
 
**<code>opkg install python-pyserial</code>
  

Revision as of 09:53, 14 May 2013

TTL Cable

954bbb_MED.jpg

(RED IS NOT CONNECTED)

GPIO

gpio - http://beaglebone.cameon.net/home/using-the-gpios

Serial Communication

Ubuntu

Angstrom

  • update opkg:
    • opkg update
  • install pyserial:
    • opkg install python-pyserial

Pockesphinx

Audio

http://www.tigal.com/product/2924

Debian

Installing Ubuntu

Curses

  • install python-curses:
    • opkg install python-curses

Other