Difference between revisions of "Raspberry Pi"
From Robert-Depot
(→Fixes) |
|||
Line 1: | Line 1: | ||
[[Home | <<< back to Wiki Home]] | [[Home | <<< back to Wiki Home]] | ||
− | + | =vnc remote login= | |
− | |||
*http://learn.adafruit.com/adafruit-raspberry-pi-lesson-7-remote-control-with-vnc/installing-vnc | *http://learn.adafruit.com/adafruit-raspberry-pi-lesson-7-remote-control-with-vnc/installing-vnc | ||
− | + | ||
− | |||
− | |||
=Setup= | =Setup= | ||
*resizing main partition from booted raspberry pi - http://elinux.org/RPi_Resize_Flash_Partitions | *resizing main partition from booted raspberry pi - http://elinux.org/RPi_Resize_Flash_Partitions | ||
Line 18: | Line 15: | ||
#sudo apt-get -y install vim | #sudo apt-get -y install vim | ||
− | = | + | =software= |
− | + | ==microline 320 printer == | |
− | * | + | *parallel:/dev/usblp0 |
− | + | *http://ubuntuforums.org/showthread.php?t=1436079&page=2 | |
− | * | + | ==festival== |
− | |||
− | |||
− | |||
− | |||
− | == | ||
*festival on raspberry pi - http://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis) | *festival on raspberry pi - http://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis) | ||
*see http://wiki.roberttwomey.com/Setting_Up_Festival_TTS#Using_Voice_on_Raspberry_Pi | *see http://wiki.roberttwomey.com/Setting_Up_Festival_TTS#Using_Voice_on_Raspberry_Pi | ||
− | + | ==pocketsphinx== | |
− | == | ||
*http://wiki.roberttwomey.com/Setting_Up_Festival_TTS#Using_Voice_on_Raspberry_Pi | *http://wiki.roberttwomey.com/Setting_Up_Festival_TTS#Using_Voice_on_Raspberry_Pi | ||
*sphinx on raspberry pi - https://sites.google.com/site/observing/Home/speech-recognition-with-the-raspberry-pi | *sphinx on raspberry pi - https://sites.google.com/site/observing/Home/speech-recognition-with-the-raspberry-pi | ||
− | == | + | ==megahal== |
*try it - | *try it - | ||
+ | ==supercollider== | ||
+ | *http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/SC-on-Beagle-Board-Raspberry-Pi-td7581949.html | ||
+ | *satellite CCRMA - https://ccrma.stanford.edu/wiki/Satellite_CCRMA_First_Steps | ||
=Untested= | =Untested= | ||
*Processing on raspbi - http://forum.processing.org/topic/processing-on-raspberry-pi | *Processing on raspbi - http://forum.processing.org/topic/processing-on-raspberry-pi | ||
*webcam streaming on raspbi - http://sirlagz.net/2012/08/04/how-to-stream-a-webcam-from-the-raspberry-pi/ | *webcam streaming on raspbi - http://sirlagz.net/2012/08/04/how-to-stream-a-webcam-from-the-raspberry-pi/ | ||
*opencv - http://mitchtech.net/raspberry-pi-opencv/ | *opencv - http://mitchtech.net/raspberry-pi-opencv/ | ||
− | == | + | *julius - http://www.aonsquared.co.uk/raspi_voice_control |
− | *http://www. | + | =Problems= |
+ | *raspberry pi resets audio device after recording begins. similar to this complaint - http://www.raspberrypi.org/phpBB3/viewtopic.php?t=12086&p=135385 | ||
+ | =Uses= | ||
+ | ==FM Transmitter== | ||
+ | *FM transmitter with python code - http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter | ||
+ | **this works!! |
Revision as of 20:19, 13 March 2013
Contents
vnc remote login
Setup
- resizing main partition from booted raspberry pi - http://elinux.org/RPi_Resize_Flash_Partitions
- setup C-media usb sound device - http://www.cpmspectre.pwp.blueyonder.co.uk/raspberry_pi/MoinMoinExport/DaffodilUSBSoundAdapter.html
Fixes
getting audio to work for a non-default user:
- sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,netdev,input rtwomey
- logout/login
vim instead of vi so arrow keys work:
- sudo apt-get update
- sudo apt-get -y install vim
software
microline 320 printer
- parallel:/dev/usblp0
- http://ubuntuforums.org/showthread.php?t=1436079&page=2
festival
- festival on raspberry pi - http://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis)
- see http://wiki.roberttwomey.com/Setting_Up_Festival_TTS#Using_Voice_on_Raspberry_Pi
pocketsphinx
- http://wiki.roberttwomey.com/Setting_Up_Festival_TTS#Using_Voice_on_Raspberry_Pi
- sphinx on raspberry pi - https://sites.google.com/site/observing/Home/speech-recognition-with-the-raspberry-pi
megahal
- try it -
supercollider
- http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/SC-on-Beagle-Board-Raspberry-Pi-td7581949.html
- satellite CCRMA - https://ccrma.stanford.edu/wiki/Satellite_CCRMA_First_Steps
Untested
- Processing on raspbi - http://forum.processing.org/topic/processing-on-raspberry-pi
- webcam streaming on raspbi - http://sirlagz.net/2012/08/04/how-to-stream-a-webcam-from-the-raspberry-pi/
- opencv - http://mitchtech.net/raspberry-pi-opencv/
- julius - http://www.aonsquared.co.uk/raspi_voice_control
Problems
- raspberry pi resets audio device after recording begins. similar to this complaint - http://www.raspberrypi.org/phpBB3/viewtopic.php?t=12086&p=135385
Uses
FM Transmitter
- FM transmitter with python code - http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter
- this works!!