Difference between revisions of "Raspberry Pi"

From Robert-Depot
Jump to: navigation, search
(Fixes)
Line 1: Line 1:
 
[[Home | <<< back to Wiki Home]]
 
[[Home | <<< back to Wiki Home]]
=software=
+
=vnc remote login=
== vnc ==
 
 
*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
==adding microline 320 printer ==
+
 
*parallel:/dev/usblp0
 
*http://ubuntuforums.org/showthread.php?t=1436079&page=2
 
 
=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
  
=Supercollider=  
+
=software=
*http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/SC-on-Beagle-Board-Raspberry-Pi-td7581949.html
+
==microline 320 printer ==
*Satellite CCRMA - https://ccrma.stanford.edu/wiki/Satellite_CCRMA_First_Steps
+
*parallel:/dev/usblp0
=Problems=
+
*http://ubuntuforums.org/showthread.php?t=1436079&page=2
*raspberry pi resets audio device after recording begins. similar to this complaint - http://www.raspberrypi.org/phpBB3/viewtopic.php?t=12086&p=135385
+
==festival==
=Things to Do=
 
==FM Transmitter==
 
*FM transmitter with python code - http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter
 
=Tested=
 
==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==
==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==
+
==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==
+
*julius - http://www.aonsquared.co.uk/raspi_voice_control
*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!!

Revision as of 21:19, 13 March 2013

<<< back to Wiki Home

vnc remote login

Setup

Fixes

getting audio to work for a non-default user:

  1. sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,netdev,input rtwomey
  2. logout/login

vim instead of vi so arrow keys work:

  1. sudo apt-get update
  2. sudo apt-get -y install vim

software

microline 320 printer

festival

pocketsphinx

megahal

  • try it -

supercollider

Untested

Problems

Uses

FM Transmitter