Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Angstrom)
(Audio)
Line 40: Line 40:
  
 
=Audio=
 
=Audio=
http://www.tigal.com/product/2924
+
*purchase usb sound card.
 +
*connect stereo microphone.
 +
*arecord:
 +
**<code>arecord -D sysdefault -t wav -c 2 -r 44100 -f S16_LE -v binaural2.wav</code>
 +
*play:
 +
**<code>aplay binaural2.wav</code>
 +
*use the ALSA mixer to set recording levels, output levels, etc.
 +
**<code>alsamixer</code>
 +
 
 
=Debian=
 
=Debian=
 
*http://elinux.org/BeagleBoardDebian
 
*http://elinux.org/BeagleBoardDebian

Revision as of 13:18, 17 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

  • 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