Go to advanced search

by trouch
Tue Aug 14, 2012 8:38 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Simple GPIO performance benchmark
Replies: 33
Views: 25254

Re: Simple GPIO performance benchmark

Good article but incomplete in my minds : you benchmarked programming languages whereas GPIO implementations... for example, just make a loop with print/echo in each languages and you will certainly got shell < python < C that's it, C have better IO throughput than anything else. you have to add som...
by trouch
Tue Aug 14, 2012 5:04 pm
Forum: Networking and servers
Topic: Raspcontrol - A Web Control Centre for the Pi
Replies: 180
Views: 55343

Re: Raspcontrol - A Web Control Centre for the Pi

setup.php no more on git repo ! so a lot of PHP notice when using my browser : Notice: Undefined index: setup in /home/pi/Raspcontrol/app/index.php on line 3 Notice: A session had already been started - ignoring session_start() in /home/pi/Raspcontrol/app/index.php on line 33 Notice: Undefined index...
by trouch
Mon Aug 13, 2012 4:37 pm
Forum: Media centres
Topic: How to get AirPlay working.....
Replies: 14
Views: 27862

Re: How to get AirPlay working.....

some others users told there is an issue with sound drivers in RaspBMC/openELEC...
by trouch
Mon Aug 13, 2012 2:33 pm
Forum: Media centres
Topic: How to get AirPlay working.....
Replies: 14
Views: 27862

Re: How to get AirPlay working.....

if you only need audio, you can install shairport on a vanilla Rabspian :
http://trouch.com/2012/08/03/airpi-airp ... raspberry/
by trouch
Wed Aug 08, 2012 1:35 pm
Forum: Media centres
Topic: looking for volunteer programmer.
Replies: 98
Views: 18964

Re: looking for volunteer programmer.

You may take a look at http://lcdproc.org/ which can control serial LCD screen. It can also control HD44780 throught the LPT port. I think it can be modified to use the GPIO instead. I'm also thinking about a LPT driver which will use the GPIOs... It appears that some people already connected an LCD...
by trouch
Tue Aug 07, 2012 8:14 am
Forum: Media centres
Topic: AirPi - AirPlay audio with Raspberry
Replies: 18
Views: 24204

Re: AirPi - AirPlay audio with Raspberry

I know AirPlay is fully integrated in RaspBMC and openELEC, but they both require a dedicated distrib and configuration with many features that can be useless for some users. With AirPi (and shairport), you have a simple way to setup AirPlay audio on the official distrib, without pluging any display...
by trouch
Mon Aug 06, 2012 3:54 pm
Forum: Media centres
Topic: AirPi - AirPlay audio with Raspberry
Replies: 18
Views: 24204

Re: AirPi - AirPlay audio with Raspberry

I'd like to edit my initial post to precise this is a tutorial, but I can't do it :(
by trouch
Sat Aug 04, 2012 3:13 pm
Forum: Media centres
Topic: AirPi - AirPlay audio with Raspberry
Replies: 18
Views: 24204

AirPi - AirPlay audio with Raspberry

Hi guys,
I wrote an article on how to make an AirPlay audio player using a RaspberryPi without display, keyboard or mouse plugged in.
I hope it will help some users ;)
http://trouch.com/2012/08/03/airpi-airp ... raspberry/
by trouch
Fri Aug 03, 2012 8:38 pm
Forum: Advanced users
Topic: CLI only - as I have no HDMI display
Replies: 12
Views: 5783

Re: CLI only - as I have no HDMI display

You can also try by using the hostname raspberrypi directly if you have a decent DHCP server on your local network.

Correction, for my previous message : it's raspi-config (with and i)
by trouch
Fri Aug 03, 2012 7:27 pm
Forum: Advanced users
Topic: CLI only - as I have no HDMI display
Replies: 12
Views: 5783

Re: CLI only - as I have no HDMI display

Use a network scanner to find your rasp's IP !
I suggest Fing if you have an iPhone.

With Raspbian "wheezy", ssh is enabled by default.
Just use rasp-config command after the first login.

Go to advanced search