Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Pockesphinx)
Line 1: Line 1:
 +
=Setup-
 +
*a lot of good setup stuff here
 +
*http://www.gigamegablog.com/2012/01/29/beaglebone-linux-101-configuring-angstrom-linux/
 
=Debugging=
 
=Debugging=
 
==TTL Cable==
 
==TTL Cable==
Line 69: Line 72:
 
*video on C++ programming with Beaglebone - http://www.youtube.com/watch?feature=endscreen&NR=1&v=vFv_-ykLppo
 
*video on C++ programming with Beaglebone - http://www.youtube.com/watch?feature=endscreen&NR=1&v=vFv_-ykLppo
 
*Contest. Win 2 free beagleboards - http://elinux.org/BeagleBoard/contest
 
*Contest. Win 2 free beagleboards - http://elinux.org/BeagleBoard/contest
*setup stuff http://www.gigamegablog.com/2012/01/29/beaglebone-linux-101-configuring-angstrom-linux/
 

Revision as of 07:47, 21 May 2013

=Setup-

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