Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Audio)
Line 1: Line 1:
=TTL Cable=
+
=Debugging=
 +
==TTL Cable==
 
*Install USB drivers
 
*Install USB drivers
 
**for os x - http://sourceforge.net/projects/osx-pl2303/
 
**for os x - http://sourceforge.net/projects/osx-pl2303/
Line 9: Line 10:
 
**<code>screen /dev/cu.usbserial 115200</code>
 
**<code>screen /dev/cu.usbserial 115200</code>
 
*http://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/test-and-configure
 
*http://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/test-and-configure
 
+
==ssh not working==
 +
*https://groups.google.com/forum/?fromgroups#!topic/beagleboard/Ya2qE4repSY
 
=GPIO=
 
=GPIO=
 
gpio - http://beaglebone.cameon.net/home/using-the-gpios
 
gpio - http://beaglebone.cameon.net/home/using-the-gpios

Revision as of 07:18, 19 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