Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Installing Ubuntu)
(Pockesphinx)
Line 28: Line 28:
 
=Pockesphinx=
 
=Pockesphinx=
 
*https://groups.google.com/forum/?fromgroups=#!topic/beagleboard/aBznzq_bNuU
 
*https://groups.google.com/forum/?fromgroups=#!topic/beagleboard/aBznzq_bNuU
*Install libasound2, alsa-dev, and alsa-lib-dev. (libasound and alsa-lib-dev were already installed on my beaglebone black)
+
*Install libasound2, alsa-dev, and alsa-lib-dev. (libasound and alsa-lib-dev were already installed on my beaglebone black):
 
**<code>opkg install alsa-dev</code>
 
**<code>opkg install alsa-dev</code>
*Get sphinxbase and pocketsphinx, preferrably putting them in a code directory.
+
*Get sphinxbase and pocketsphinx, preferrably putting them in a code directory:
 
**<code>wget http://sourceforge.net/projects/cmusphinx/files/sphinxbase/0.8/sphinxbase-0.8.tar.gz</code>
 
**<code>wget http://sourceforge.net/projects/cmusphinx/files/sphinxbase/0.8/sphinxbase-0.8.tar.gz</code>
 
**<code>wget http://sourceforge.net/projects/cmusphinx/files/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz</code>
 
**<code>wget http://sourceforge.net/projects/cmusphinx/files/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz</code>
*Unzip
+
*Unzip:
 
**<code>tar -xzf sphinxbase-0.8.tar.gz</code>
 
**<code>tar -xzf sphinxbase-0.8.tar.gz</code>
 
**<code>tar -xzf pocketsphinx-0.8.tar.gz</code>
 
**<code>tar -xzf pocketsphinx-0.8.tar.gz</code>
*Generate configureation files. '''Config without python.'''  
+
*Generate configureation files. '''Config without python.''':
 
**<code>autogen.sh --without-python</code>
 
**<code>autogen.sh --without-python</code>
  

Revision as of 09:52, 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