Go to advanced search

by rpi2tk
Sat Oct 12, 2013 12:22 am
Forum: Beginners
Topic: Raspberry pi and usb camera
Replies: 5
Views: 1808

Re: Raspberry pi and usb camera

first off for hardware check http://elinux.org/RPi_USB_Webcams if you are in the UK and looking for a cheap webcam then i would recommend this one http://www.amazon.co.uk/gp/product/B002MUPQ46/ref=oh_details_o00_s00_i00?ie=UTF8&psc=1 i have one and it works out of the box with out USB hub as for the...
by rpi2tk
Sat Oct 05, 2013 12:11 am
Forum: Beginners
Topic: File sharing from pi to windows
Replies: 5
Views: 1163

Re: File sharing from pi to windows

If you are just aiming to transfer files in and out you could you FTP i would recommend proftpd as its zero config
by rpi2tk
Fri Oct 04, 2013 10:23 am
Forum: Troubleshooting
Topic: Setting up Headless Raspberry Pi - Startup DHCPREQUEST
Replies: 4
Views: 1132

Re: Setting up Headless Raspberry Pi - Startup DHCPREQUEST

I have my Pi set up for static ip on WiFi

run sudo nano /etc/network/interfaces and edit the following in to your file

allow-hotplug wlan0
iface wlan0 inet static
wpa-ssid "SSID"
wpa-psk "KEY"
address 192.168.0.4
netmask 255.255.255.0
gateway 192.168.0.1
by rpi2tk
Thu Oct 03, 2013 10:29 pm
Forum: Beginners
Topic: raspberry pi with wireless usb broadband
Replies: 3
Views: 838

Re: raspberry pi with wireless usb broadband

Yes you would i have noticed that most modern USB modems need to be on an external hub
by rpi2tk
Thu Oct 03, 2013 10:23 pm
Forum: Beginners
Topic: Accessing my Pi file Server from outside my network
Replies: 1
Views: 467

Re: Accessing my Pi file Server from outside my network

what you need to do is access your router and setup port forwarding (see http://portforward.com/ ) and that your Pi has a static IP address just a note most 3g mobile networks don't allow port forwarding setting up a static ip address is easy i take it that your using ssh to access your Pi if so do ...
by rpi2tk
Thu Oct 03, 2013 10:13 pm
Forum: Beginners
Topic: Cannot set up wireless Ip
Replies: 2
Views: 478

Re: Cannot set up wireless Ip

here is a copy of my /etc/network/interfaces file i don't bother with the wpa_supplicant.conf file if you go in via nano just use 'crtl+k' to remove the content of your interfaces file auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet static wpa-ssid "SSID" wpa...
by rpi2tk
Thu Oct 03, 2013 6:30 pm
Forum: Beginners
Topic: 5v battery pack tests
Replies: 0
Views: 313

5v battery pack tests

Hi all first off sorry if this is in the wrong place I have a 10000mAh battery pack and I have just ordered a 20000mAh pack and I was looking at what tests I could run in a headless environment one test will be a standby test taken from RasPi.TV second would be to run motion to take photos at set in...

Go to advanced search