Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Pockesphinx)
(Pockesphinx)
Line 38: Line 38:
 
**<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 configuration files. '''Config without python.''':
+
*Generate configuration files. '''Configrue without python.''' In the sphinxbase-0.8 directory:
**<code>autogen.sh --without-python</code>
+
**<code>./autogen.sh --without-python</code>
  
 
=Audio=
 
=Audio=

Revision as of 15:13, 20 May 2013

Debugging

TTL Cable

954bbb_MED.jpg

(RED IS NOT CONNECTED)

ssh not working

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

  • purchase usb sound card.
  • connect stereo microphone.
  • arecord:
    • arecord -D sysdefault -t wav -c 2 -r 44100 -f S16_LE -v binaural2.wav
  • play:
    • aplay binaural2.wav
  • use the ALSA mixer to set recording levels, output levels, etc.
    • alsamixer

Debian

Installing Ubuntu

Curses

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

Other