Says runtimewarning: This channel is already in use, continuing away..... That's because you have already accessed the GPIO port and not cleaned up properly. You can remove that warning message by adding the following after the import statement GPIO.setwarnings(False) Or you could just ignore it.
I expect that your default route is defined against the Ethernet port - in which case it is trying to channel all traffic through the ethernet port even if it's disconnected. Easiest may be to reconfigure these as DHCP (you could perhaps set a static ip address in your router if you wanted to be abl...
It should be possible by changing the partition sizes. I'd suggest using a Linux computer to do the resizing (you can run the software on the Raspberry Pi, but you can't resize a partition that you are running off). You need to move the ext partition further up the SD card to give yourself contiguou...
Take a look at squid. It's available from the Raspbian repositories and can be fully configured from editing standard files. http://www.squid-cache.org/ There are lots of options in squid, but it has sensible defaults that work for a "typical" setup. It's what I used when creating my own family filt...
Guys, Has anyone else used rechargeable batteries and did you use 4 or 5 cells I have run with 4 x AA (Hi Capacity Hybrid batteries). Despite nominal voltage of 1.2v per battery you actually get slightly more on fresh batteries. This is enough to run the Pi and power small motors: See my battery po...
Here's a few ideas to get you started. You could run a browser full screen with a Javascript clock (eg. http://clock.bralla.com/ ) Or you should be able to use xscreensaver with a clock screensaver xscreensaver is on the Raspberry Pi repositories, but not sure about the clock part Or create your own...
You need to look at the circuit diagram schematics rather than the PCB layout. The PCB has multiple layers and trying to trace the links by hand is not practical. http://www.raspberrypi.org/documentation/hardware/raspberrypi/Raspberry-Pi-Rev-2.1-Model-AB-Schematics.pdf You need to look at page 3 top...
The performance issues are due to the image sizes of the blog previews carousel on the front page. For example - the "new-website" image is 1202px x 991 px - but only displayed as 308 x 250 so it could be approx 72KB rather than 622KB April fool image - 1432 x 1029 px - displayed as 308 x 250px Quak...
This is an introduction to Scratch that I ran with teachers from a local primary school. The presentation is intended as a practical hands-on session with live demonstration (so may be hard to follow without the explanation), but there is also a guide that goes through creating a quiz game in Scratc...
Are you saying that I can keep the drive formatted as fat32 but mount it as ext3 so that the rights will work properly? No - you need to format the partition as ext3 to be able to mount it as such. Normally you should change the partition type to a linux partition (otherwise fdisk and other softwar...
I have already filed this into the appropriate forum on the Scratch website, but have not had any response. Anyone on here been able to take files from Scratch on a Raspberry Pi and load them onto Scratch 1.4 on a PC. I have been using Scratch in school using a Raspberry Pi and Scratch 1.4. I am try...
Possible, but difficult. There are a couple of links here. http://www.madsoft.org/2008/12/16/configuring-the-playstation-3-controller-on-linux/ This is a step by step guide, but it's not written for the Raspberry Pi so you may need to tweak it somewhat. https://github.com/chemisus/ps3board This seco...
This is a very basic home automation project that I've put together. http://www.penguintutor.com/electronics/simple-homeautomation-raspberrypi It's very basic - simple on/off of lights and sockets, but has the advantage of using a commercial product without any need to get involved with mains wiring...
Edit your /etc/fstab and set any file systems you don't want checked to have a 0 in the 6th (last) field. See the following from the fstab man page: The sixth field (fs_passno). This field is used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. The r...
Should be able to buy it now. Oh yes I can see it on the Farnell and CPC website, although it's still not listed on the Farnell Raspberry Pi micro-site (CPC and the standard Farnell site don't charge postage (there is a minimum order value for Farnell, but it's only a little more than the Gertduino...
I'm not aware of any boards specifically for servos, but take a look at: http://www.raspberrypi.org/archives/5269 This appears to be a simple H-Bridge motor driver board based around the SN754410, which is the same as I have with my project (but mine is currently on breadboard). I was looking at cre...
I don't know how many Gertboards are in the wild, but I don't see many of them in actual use, and in fact I haven't actually done anything with mine since I bought it (although that's because I've been working on other things instead). I have thought of writing some tutorials using the Gertboard, bu...