Page 19 of 23

Posted: Tue 12 Jun 2012, 03:37
by antiloquax
Lobster wrote: SD cards are either rubbish OR work
I have managed to get my 8 gb Sandisk Extreme Pro (class 10) card to boot. It wouldn't work when I last tried - I think the latest firmware updates have sorted out the problems.

I've also managed to get Scratch working on Arch. It's a total hack - I just copied the files from the Debian image. It does work (although no sound atm).
mark

Posted: Tue 12 Jun 2012, 17:03
by puppy_apprentice
i was thinking about making box for RPi from plastic soap box

something like this one:
http://www.longsure.net/product_7831_pl ... p_box.html

what u think?

Posted: Tue 12 Jun 2012, 17:20
by antiloquax
I've been playing around with the set-up of my Pi again today.
I'd read about the slow read/write speeds using the sd card slot. I am now just using the boot partition on the card and my file-system is on a usb. I'm not convinced it's made much of a difference tbh.

I've also been having a go with Openbox instead of twm. That seems to work nicely.
mark

Posted: Tue 12 Jun 2012, 17:46
by darkcity
puppy_apprentice wrote:i was thinking about making box for RPi from plastic soap box

something like this one:
http://www.longsure.net/product_7831_pl ... p_box.html

what u think?
seems like a good idea, should be easy to cut holes, I'm hoping to reuse something
Image

Posted: Tue 12 Jun 2012, 20:38
by puppy_apprentice
this trailer is probably a little too big for RPi :lol:

Posted: Wed 13 Jun 2012, 11:13
by darkcity
8) maybe a toy trailer

Image

Posted: Thu 14 Jun 2012, 09:58
by puppy_apprentice
@antiloquax and lobster

u can check Bodhi for Pi:
http://jeffhoogland.blogspot.com/2012/0 ... e-for.html

Posted: Thu 14 Jun 2012, 10:07
by Aitch

Posted: Thu 14 Jun 2012, 15:33
by sickgut
im interested in making a robot that has camera and mic and recieves its signal via wifi or ethernet (ethernet could be useful when you dont mind a lead dragging behind it and you are in an area where wifi wont give good distance or around corners etc in metal/ concrete buildings or other interference issue sites).

i envision the robot streaming the video to a laptop via wifi and or ethernet AND recording to the sd card at the same time.

i am wanting to create a rasp pi powered robotic probe of some sort.
altho for the wheels/ signal for moving... your prob best off buying a remote controlled car that has big enough wheels and stuff to give good clearance in rougher places like outside on pebbles or gravel type surfaces.

the rasp pi could handle all the video streaming stuff etc.

ive aready bought the remote controlled jeep type thingy in anticipation of recieving my rasp pi in the post. You can get these kind of things for like $50 or so should be suitable. There may also be models that share the same dc voltage as the rasp pi and you could run a line from the onboard battery pack to the rasp pi for the power.

Posted: Thu 14 Jun 2012, 15:34
by sickgut
anyone know the voltage tolerance of the rasp pi? will it burn and die if you give it one volt over its recommended, or two volts or 3?

Posted: Thu 14 Jun 2012, 18:15
by sickgut
omg.... ive been notified that my rasp pi will take another 72 days to arrive

Posted: Thu 14 Jun 2012, 18:42
by linuxbear
sickgut wrote:anyone know the voltage tolerance of the rasp pi? will it burn and die if you give it one volt over its recommended, or two volts or 3?
you could hook a voltage regulator IC to the input to keep the input voltage in the sweet zone. It is fairly basic. and has three pins: source voltage pin, regulated voltage out pin and ground pin. I think mine is +- 7 volts in and 5 V out. This is what I used to get a regulated DC out of some rechargeable cells I put into a candy tin.

Posted: Thu 14 Jun 2012, 18:51
by Aitch

Posted: Fri 15 Jun 2012, 17:59
by antiloquax
I've had a go at connecting an LED and a switch to the RPi (following instructions in the MagPi issue 2).
Got the LED to light up, but I think I had the switch in the wrong way.
Will debug later ...

got a raspberry pi, can't wait for puppy

Posted: Sun 17 Jun 2012, 19:05
by tinker
Well, the long awaited rpi is here, and I've spent half of father's day trying different distros. (This would normally be a good thing - when asked what I wanted for father's day, I could honestly say, just some peace and quiet and the opportunity to putter with computer hardware and software, and I got it!) But it's turned out to be frustrating. I've tried 3 things, and I don't have any of them in a really good state (although this message is being typed in Debian, so at least that's usable).

This is certainly a device that cries out for puppy linux. I'm a professional computer person who ought to be able to do the google-fiddle-fiddle-fix myself and eventually get there, but I guess I'm spoiled by the puppy world. I've used various puppies on my regular machines, Jemimah's puppeee and fluppy on various netbooks, and they JUST WORK. That's such a relief! I've done linux for a long time, I know that this is more like a beta device and not a consumer appliance, and I know it's early days, still, this is such a pain...

arch: got it to boot to a command line. Is there really no graphical desktop installed? I saw someone's instructions on installing Enlightenment - pages of installation and configuration - and decided to shelve that one.

raspbmc: found excellent (Windows) instructions on how to download and install the installer to an sd card, that all worked fine, and I ended up at the xbmc main screen. Not sure how it works, since I've never tried xbmc on any machine before - but I would be interested in using the pi sometimes as a way to get video or tv off the internet, so this looks promising. However, after a while it locks up with some usb-related errors that I haven't yet looked up on the internet.

debian: I needed to make half a dozen tweaks, but at least they were well documented, I can't get hdmi to work at all after many attempts at modifying /boot/config.txt, so I'm stuck with a max resolution of 678x460 (circa 1985), Also I can't get hexxeh's rpi-update to work, although I have tried all of the workarounds.

Posted: Sun 17 Jun 2012, 20:35
by aarf
antiloquax wrote:I've had a go at connecting an LED and a switch to the RPi (following instructions in the MagPi issue 2).
Got the LED to light up, but I think I had the switch in the wrong way.
Will debug later ...
took a look at how they did it. Unfortunately I don't know anything about python. Would be interested to know if just copying the blink arduino script into the python file with the same breadboard setup for blinking would get there.

Re: got a raspberry pi, can't wait for puppy

Posted: Mon 18 Jun 2012, 05:39
by antiloquax
tinker wrote:
arch: got it to boot to a command line. Is there really no graphical desktop installed?

Update system

pacman -Syyu

Install X

Code: Select all

pacman -S xorg-server xorg-xinit xorg-server-utils mesa mesa-demos xorg-twm xorg-xclock xterm rox xf86-video-fbdev dbus

rc.d start dbus
Add dbus to the DAEMONS array in /etc/rc.conf (you can do this later).

Install some fonts:

Code: Select all

pacman -S ttf-dejavu
Start the X server:

Code: Select all

startx
Some terminals will appear on a desktop. To get a pinboard, type:

Code: Select all

rox -p pin

Re: got a raspberry pi, can't wait for puppy

Posted: Tue 19 Jun 2012, 03:21
by tinker
antiloquax,

thanks for the instructions for arch. I can't try them tonight, but I will do so as soon as I can.

Re: got a raspberry pi, can't wait for puppy

Posted: Tue 19 Jun 2012, 09:53
by antiloquax
tinker wrote:antiloquax,

thanks for the instructions for arch. I can't try them tonight, but I will do so as soon as I can.
I find it a lot faster than Debian. Those instructions just intall "twm" (the old and basic window manager). I'm having a play with rox and openbox at the moment, and that is nicer (once you have set up the openbox menu how you want it!).
mark

Posted: Tue 19 Jun 2012, 11:03
by antiloquax
I've been using VNC to use my Pi from my desktop PC. This is useful as my router is in another room. So now I can do stuff on my Pi online without hassle.

I haven't tried using ssh and vnc before, I was quite pleased to get this working!

mark