Difference between revisions of "Raspberry Pi"

From Robert-Depot
Jump to: navigation, search
(supercollider)
Line 33: Line 33:
  
 
=Software=
 
=Software=
 +
==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!!
 
==gphoto2==
 
==gphoto2==
 
*control and capture of DSLR http://skowron.biz/artikel/gphoto-raspberry/
 
*control and capture of DSLR http://skowron.biz/artikel/gphoto-raspberry/
Line 84: Line 87:
 
*raspberry pi resets audio device after recording begins. similar to this complaint - http://www.raspberrypi.org/phpBB3/viewtopic.php?t=12086&p=135385
 
*raspberry pi resets audio device after recording begins. similar to this complaint - http://www.raspberrypi.org/phpBB3/viewtopic.php?t=12086&p=135385
 
=Uses=
 
=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 07:37, 3 April 2013

<<< back to Wiki Home

Setup

Install OS on SD card

utilities

SSH Login

ssh login:

  • should work by default. you just need to know the IP address.
  • Connecting to local mac it through netgear box, it's probably 192.168.2.3, or 192.168.2.2.

Store your public key on the remote system, so you aren't prompted for password: http://www.linuxproblem.org/art_9.html

vnc remote

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

vim instead of vi so arrow keys work:

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

overclocking

scp

  • to copy photos to my current computer, over ethernet cable:
    • scp rtwomey@192.168.2.3:~/images/*.jpg ~/Pictures/
  • if you've stored your ssh public key, you won't be prompted for password!

Software

FM Transmitter

gphoto2

festival

pocketsphinx

megahal

  • try it -

supercollider

nltk

OpenCV

Hardware Peripherals

Verified Peripherals - http://elinux.org/RPi_VerifiedPeripherals

C-Media USB sound device

C920

microline 320 printer

untested

Problems

Uses