background preloader

Rasp Pi

Facebook Twitter

Wiring. Processing.org. Arduino - HomePage. Raspberry Pi Tutorials. Files/soldercomic/FullSolderComic_EN.pdf. Raspberry Pi Spy | Raspberry Pi tutorials, scripts, help and downloads. The MagPi. How to turn your Raspberry Pi into an XBMC media centre. XBMC. RPi Hub. Notice: The Raspberry Pi Wiki pages on this site is collaborative work - the Raspberry Pi Foundation is not responsible for content on these pages. Now shipping to customers See the Buying Guide on how to order one, or visit the Raspberry Pi Foundation Home Page About The Raspberry Pi production board (model B Rev 2.0) 3D CAD Model of the Raspberry Pi 3 Model B (Download) The Raspberry Pi (short: RPi or RasPi) is an ultra-low-cost ($20-$35) credit-card sized Linux computer which was conceived with the primary goal of teaching computer programming to children.

Raspberry Pi is manufactured and sold in partnership with the worldwide industrial distributors Premier Farnell/Element 14 and RS Components, and the Chinese distributor Egoman Technology Corp[1]. You can get the latest news from the Foundation Home Page, the Twitter Feed or in the forums. Products are RoHS, CE, FCC, CTick, CSA and WEEE compliant[2]. History Getting Started Resources Books Education Material Community About the RPi Wiki. Raspberry Pi » The Rantings and Ravings of a Madman. So lately, I’ve been trying to use one of my Raspberry Pis as a WiFi bridge.

That is connecting the Pi to a WiFi network, and sharing it out via the ethernet port. I was trying to do that with the RT5370 USB sticks that I was also using to broadcast hotspots. With the default drivers in Raspbian however, trying to add wlan0 to a bridge results in this message can't add wlan0 to bridge br0: Operation not supported According the the drivers, wlan0 can’t do it.

The only way to add the RT5370 NIC to a bridge is to activate 4addr (4 address frame) mode. iw wlan0 set 4addr on However, once 4addr mode is on, traffic between the WiFi device and the AP seemed to stop altogether. The solution to this issue, is to use the RALink drivers. Preparation Before we can actually compile the drivers, we’re going to need to grab the kernel sources.

Once the source is extracted, we’ll need to copy the current kernel configuration into the source directory. cd linux-rpi-3.6.y gzip -dc /proc/config.gz > .config. Raspberry Pi | An ARM GNU/Linux box for $25. Take a byte! Cases for your Raspberry Pi. Raspberry Pi - Camera - RaspiCam - Basic setup. Set Up a Raspberry Pi as a Personal Web Server. Downloads. Quick start guide. What you will need Required SD CardWe recommend an 8GB class 4 SD card – ideally preinstalled with NOOBS. You can buy a card with NOOBS pre-installed, or you can download it for free from our downloads page.Display and connectivity cablesAny HDMI/DVI monitor or TV should work as a display for the Pi . For best results, use one with HDMI input, but other connections are available for older devices. Use a standard Ethernet cable for internet access.Keyboard and mouseAny standard USB keyboard and mouse will work with your Raspberry Pi.Power supplyUse a 5V micro USB power supply to power your Raspberry Pi.

Not essential but helpful to have Internet connectionTo update or download software, we recommend that you connect your Raspberry Pi to the internet either via and ethernet cable or a wifi adapter.HeadphonesHeadphones or earphones with a 3.5mm jack will work with your Raspberry Pi. Plugging in your Raspberry Pi Logging into your Raspberry Pi Read more in our documentation. [TUTO] Install and SetUp minidlna media server. Hi All,My name is Georges. 24. a French guy interested in RasPi I have seen several tutorials about minidlna server but, there was always something missing, so I want to share with you. The idea is to use the RasPi as a multimedia server (in my case, for my PS3). Hardware/Network configuration :RasPi (I an under raspian, I use 2012-08-16-wheezy-raspbian)External HD, or USB device, where media files are stored. Plug it to RasPi (USB)PS3 (or any mediacenter to discover to RasPi media files)(PC, ) RasPi and PS3 under to same sub-network As I only have 1 screen for PS3 and RasPi, I did the configuration using ssh [list=]Assuming IP adress table is :PC : 192.168.0.11PS3 : 192.168.0.14RasPi : 192.168.0.16[/list] In case of using ssh, Connect : Code: Select all ssh pi@192.168.0.16 Enter password (default "raspberry"), then tty command line appears pi@raspberrypi~: I recommend updating everything before intallation :Update package list: sudo apt-get update Update packages: sudo apt-get upgrade sudo blkid.