PiBakery – The blocks based, easy to use setup tool for Raspberry Pi
DIY Time Capsule with a Raspberry Pi
Touchscreen
Screen
Note: An update has been pushed to Raspbian to flip the screen ( rotate it by 180 degrees ) for a better desktop viewing angle. This makes it upside-down in our stand, so you’ll need to change a setting to flip it back.
To do this, open /boot/config.txt
in your favourite editor and add the line:
lcd_rotate=2
If you’re using one of our stands, you wont be able to pull the legs out and flip it upside-down since the leg locking mechanism wont work this way. Also, you wont get an HDMI cable or, more importantly, the power cable in without it standing off the desk surface so we recommend using it with this rotation which is great for desktop usage anyway.
http://learn.pimoroni.com/tutorial/pi-lcd/getting-started-with-raspberry-pi-7-touchscreen-lcd
Raspberry Pi as low-cost HD surveillance camera – CodeProject
Raspberry Pi as low-cost HD surveillance camera – CodeProject
Build a low-cost HD video surveillance cam with worldwide access from any browser.
Raspberry Pi as low-cost HD surveillance camera – CodeProject
Raspberry Pi as low-cost HD surveillance camera – CodeProject
This article describes how to build a surveillance cam based on a Raspberry Pi micro-computer which records HD video when something moves in the monitored area. Live picture can be viewed from any web browser, even from your mobile while you’re on the road.
What you will get:
- See live stream in any web browser from anywhere
- Record any motion into video file
RPi Wall Clock
A Raspberry Pi Digital Wall Clock
Autostart x11vnc in Raspbian
Sometimes you need to access toyour raspberry pi but you don’t have a monitor to do that. Well, a solution would be autostart x11vnc server on your raspberry pi at boot it.