Hello folks!
I've already purchased my LCD( 8.9inch B089AW01) controller with HDMI input to be used for my BeagleBone Developing Station.
You can check the item I bought(http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=360702343124&ssPageName=ADME:X:RTQ:US:1123) and maybe look for similar controller for your particular LCDs if you want to build a similar station :)
So now I have to wait for about a month(yes, a month... u.u) to receive my controller and start building my developing Station
In the meantime I'm doing a weir Diagram showing how the BBB Developing Station is gonna be connected, some parts are still missing, but let's call it a draft by now...
May the bone be with you...
MCT
jueves, 24 de abril de 2014
lunes, 14 de abril de 2014
Giving a voice to the beaglebone black
Adding a sound card to the beaglebone black(English)
Howdy folks! Now I'm gonna explain you how to add a sound card to the BBB and some examples of using it as a voice syntheziser.
What are we using?
- A Beaglebone
- An audio usb card
- An audio amplifier or headphones
First of all... Install alsa, in case you don't have it already!!( Internet acces required)
$ opkg install libasound2
$ opkg install alsa-dev
$ opkg install alsa-lib-dev
then install espeak:
$ opkg install espeak
Once the install process is finished you have to select the default harware you are going to use...
If you are using a usb audio card plug the dongle and enter the next command to look for your current audio devices:
$ aplay -l
Something like this should appear:
As you see my USB Audio device is set as "card 1", so I need to create/edit the /etc/asound.conf writting the following line:
pcm.!default sysdefault:1
note: sysdefault:1 because my USB card is on "card 1", if your card is set as "card 2" you should write sysdefault:2,
In case we want to set our default audio output again to HDMI we just need to write:
pcm.!default sysdefault:0
Now let's test the Audio synthesizer!!!!
Connect your headphones or Amplifier equipment to the USB audio card and execute the following command:
$ espeak "Hello World"
Eureka!!! If you're lucky you are going to hear a nice "Hello World" from your beloved BBB =D(If you're not lucky maybe I've missed something, please feel free to comment or send me an email, I'll answer ASAP!! =P
More information about espeak can be found in
http://travesuras.wordpress.com/2012/01/11/20120111-1/
http://espeak.sourceforge.net/
May the bone be with you...
MCT
pcm.!default sysdefault:1
note: sysdefault:1 because my USB card is on "card 1", if your card is set as "card 2" you should write sysdefault:2,
In case we want to set our default audio output again to HDMI we just need to write:
pcm.!default sysdefault:0
Now let's test the Audio synthesizer!!!!
Connect your headphones or Amplifier equipment to the USB audio card and execute the following command:
$ espeak "Hello World"
Eureka!!! If you're lucky you are going to hear a nice "Hello World" from your beloved BBB =D(If you're not lucky maybe I've missed something, please feel free to comment or send me an email, I'll answer ASAP!! =P
More information about espeak can be found in
http://travesuras.wordpress.com/2012/01/11/20120111-1/
http://espeak.sourceforge.net/
May the bone be with you...
MCT
Suscribirse a:
Entradas (Atom)