Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Audio)
(ssh not working)
Line 15: Line 15:
 
==ssh not working==
 
==ssh not working==
 
*https://groups.google.com/forum/?fromgroups#!topic/beagleboard/Ya2qE4repSY
 
*https://groups.google.com/forum/?fromgroups#!topic/beagleboard/Ya2qE4repSY
 +
==want to allow processes to keep running?==
 +
*https://groups.google.com/forum/#!msg/beagleboard/-iNTsNh94HI/faELHCJn_esJ
 +
 
=Hardware=
 
=Hardware=
 
==PyBBIO==
 
==PyBBIO==

Revision as of 14:24, 30 May 2013

Setup

Debugging

TTL Cable

954bbb_MED.jpg

(RED IS NOT CONNECTED)

ssh not working

want to allow processes to keep running?

Hardware

PyBBIO

GPIO

gpio - http://beaglebone.cameon.net/home/using-the-gpios

Servo

Serial Communication

Ubuntu

Angstrom

  • update opkg:
    • opkg update
  • install pyserial:
    • opkg install python-pyserial

Pockesphinx

Audio

  • purchase usb sound card.
  • connect stereo microphone.
  • record audio with arecord:
    • arecord -D sysdefault -t wav -c 2 -r 44100 -f S16_LE -v binaural2.wav
  • play audio:
    • 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