Page 1 of 1

RasPi Working

Posted: Sun Jun 22, 2014 8:46 pm
by DylanM
Hi,

I followed Stephens advise and used ApplePi Baker, This time I just put a single OS instead of NOOBS and it is working.

thanks for all the advice ;D.

Dylan
:D

Re: RasPi Working

Posted: Sun Jun 22, 2014 8:50 pm
by Jubbp
Great to hear Dylan,

I've moved your post to the raspberrypi forum...

Re: RasPi Working

Posted: Sun Jun 22, 2014 8:51 pm
by DylanM
Ok I'm quite new to this forum biz
;)

Re: RasPi Working

Posted: Sun Jun 22, 2014 8:54 pm
by Jubbp
That's ok Dylan, we're all new at some point. I had to relearn everything we used to do 10 years ago when forums were all the rage before social media

Re: RasPi Working

Posted: Sun Jun 22, 2014 8:55 pm
by DylanM
:D

Re: RasPi Working

Posted: Tue Jun 24, 2014 11:53 am
by seaton
Well done !

Re: RasPi Working

Posted: Tue Jun 24, 2014 8:30 pm
by parkview
Well done Dylan.

Did you get the camera too? What are you going to explore with the RPi?

-Paul

Re: RasPi Working

Posted: Wed Jun 25, 2014 10:20 am
by DylanM
Hey

Yes I did get the camera and i spent 24 hours having it take photos of garden cress only problem is the fact that my wifi dongle isn't working :D .

Re: RasPi Working

Posted: Wed Jun 25, 2014 10:07 pm
by parkview
DylanM wrote:...problem is the fact that my wifi dongle isn't working :D .


here are some interesting WiFi links that I have used:

Interesting URL's:

http://www.intranet.bdug.org.au/node/848 ; see this on controlling WiFi dropouts
http://elinux.org/RPI-Wireless-Hotspot ; see this for AP instructions
http://pingbin.com/2012/12/setup-wifi-raspberry-pi/ ; lots of controll over wi-fi security etc
http://www.daveconroy.com/how-to-tether ... -iphone-5/ Linking an iPhone to a RPi

note: not all USB WiFi adaptors can be placed into Access Point (AP) mode. The WiPi one from Element14 can - or at theast the two that I purchased last year handle it. Otherwise, you can use them in normal mode, ie: link the RPi to an existing AP else where in the house.

From: http://learn.adafruit.com/adafruits-ras ... out-issues

If you find your module 'drops out' from time to time, you can fix it fairly easily with a command line fix (thanks perseus286!)

Create and edit a new file in /etc/modprobe.d/8192cu.conf

sudo nano /etc/modprobe.d/8192cu.conf

and paste the following in

# Disable power saving
options 8192cu rtw_power_mgnt=0

Then reboot with sudo reboot

Re: RasPi Working

Posted: Sun Jun 29, 2014 12:41 pm
by DylanM
Tried the setting up a wifi adapter one but it didn't work :cry: .

Re: RasPi Working

Posted: Sun Jun 29, 2014 6:56 pm
by parkview
Hi Dylan,

I will bring along a spare WiFi dongle that I know works, so we can test the config at the July meeting.

Did you get a RPi Model A or model B - the one with the Ethernet connection?

Paul