http://diydrones.com/profiles/blogs/sup ... n-computer
Move over Arduino, here comes the Raspberries.

copterrichie wrote:have you seen a modification to replacing the SD card with a Flash RAM device?
NikTheGreek wrote:is getting better and better![]()
http://rlab.org.uk/wiki/Remove_IR_filter_from_Raspberry_Pi_Camera
NikTheGreek wrote:Great!!!![]()
I assume one in GS and second in the vehicle ?
pigpio
pigpio is a C library for the Raspberry Pi which allows control of the general purpose input outputs (gpios).
There are 54 gpios in total, arranged in two banks. Bank 1 contains gpios 0-31. Bank 2 contains gpios 32-54. Most of the gpios are dedicated to system use. All the ones the user should use are in bank 1.
Code: Select all
#Spawn a getty on Raspberry Pi serial line
#T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100
T0:23:respawn:/usr/bin/socat TCP-LISTEN:8899,reuseaddr /dev/ttyAMA0,raw,echo=0,crnl,b115200
T1:23:respawn:/usr/bin/raspivid -n -t 0 -h 480 -w 720 -fps 30 -vf -o - | socat - TCP-LISTEN:5001,reuseaddr