Dobrica Pavlinušić's random unstructured stuff
RaspberryPi: Revision 22
OV7670DHT11/DHT22
BlinkM + i2cCEC - control your TVhttp://www.raspberrypi.org/forum/viewtopic.php?f=35&t=15749 root@raspberrypi:/home/pi# git clone https://github.com/Pulse-Eight/libcec.git root@raspberrypi:/home/pi# cd libcec/ root@raspberrypi:/home/pi/libcec# apt-get install autoconf automake libtool liblockdev1-dev libudev-dev libraspberrypi-dev root@raspberrypi:/home/pi/libcec# sh -x bootstrap root@raspberrypi:/home/pi/libcec# ./configure --with-rpi-include-path=/opt/vc/include/ --with-rpi-lib-path=/opt/vc/lib/ ############################################################################## libCEC version 2:1:0 configured Compilation flags: CXXFLAGS : -g -O2 -fPIC -Wall -Wextra -Wno-missing-field-initializers -Wno-psabi libCEC LDFLAGS : -lbcm_host -llockdev -lrt -ldl -lpthread -L/opt/vc/lib/ -lvcos -lvchiq_arm -ludev client LDFLAGS : -lrt -ldl -lpthread Configured features: Pulse-Eight CEC Adapter : yes Pulse-Eight CEC Adapter detection : yes Raspberry Pi support : yes TDA995x support : no You can now build libCEC by running: make ############################################################################## make install TV onpi@raspberrypi ~ $ echo "on 0" | cec-client -s Hints from forumscreen saverhttp://www.raspberrypi.org/phpBB3/viewtopic.php?p=84831#p84831 # prevent screensaver from powering down display setterm -blank 0 -powerdown 0 > /dev/tty0 # clear the display and turn off the flashing cursor clear > /dev/tty0 setterm -cursor 0 > /dev/tty0 # turn the cursor back on when done with omxplayer setterm -cursor 1 > /dev/tty0 YouTube transcoding in VLChttp://www.raspberrypi.org/phpBB3/viewtopic.php?p=163658#p163658 cvlc 'youtube.com/watch?v=XXXXXXXXXX' :sout='#transcode{vcodec=h264,vb=0,fps=0,scale=0,height=720,acodec=mp4a,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:8080/youtube}' :sout-keep Education materials
Raspberry Pi Accessories Starter Kithttp://www.conrad.com/ce/en/product/409208/Raspberry-Pi-Accessories-Starter-Kit?ref=searchDetail
GPU
Arduino
JTAGArduino ProMini 3.3V 8MHzDisable serial port consoleedit /boot/cmdline.txt and remove all ttyAMA0 leaving: pi@raspberrypi ~ $ cat /boot/cmdline.txt dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait bcm2708.w1_gpio_pin=4 also, comment out ttyAMA0 in /etc/inittab connect Arduino serial
RX->TX |