Reply to topic  [ 30 posts ]  Go to page 1, 2  Next
Raspberry Pi - How do you take yours? 
Author Message
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:58 pm
Posts: 8767
Location: behind the sofa
Reply with quote
So, as someone asked back in July:

leeds_manc wrote:
What's everyone doing with their Raspberry Pis? What can you do with them?


I know quite a few of you guys have one now. I'm still considering what to do with one, although with the delivery time so high I may as well order one now. I'll have plenty time for thinking.

Has anyone interfaced anything interesting using the GPIO header?
Any running web servers or other network applications?
Anyone enjoying the HD video and digital sound?
Anyone killed theirs already?

How many are now sat in a box gathering dust, after all the initial excitement wore off?

What is the plural of Pi anyway?

_________________
jonbwfc's law: "In any forum thread someone will, no matter what the subject, mention Firefly."

When you're feeling too silly for x404, youRwired.net


Fri Nov 02, 2012 2:31 am
Profile WWW
Doesn't have much of a life
User avatar

Joined: Thu Apr 23, 2009 7:56 pm
Posts: 603
Location: Durham, UK
Reply with quote
My Dad's got one running XBMC and at some point is going to integrate it with our TV Stuffs. I know he said he wanted another one to do something else with, but can't remember what.

Need to ask my friend what he's doing with his.


Fri Nov 02, 2012 3:40 am
Profile
Site Admin
User avatar

Joined: Thu Apr 23, 2009 5:53 pm
Posts: 8603
Location: location, location
Reply with quote
Mine's running nagios at the moment.

_________________
Support X404, use our Amazon link
Get your X404 tat here
jonlumb wrote:
I've only ever done it with a chicken so far, but if required I wouldn't have any problems doing it with other animals at all.


Fri Nov 02, 2012 8:45 am
Profile WWW
Spends far too much time on here

Joined: Thu Apr 23, 2009 6:12 pm
Posts: 2020
Location: Mute City
Reply with quote
Mine is currently running an MC-Server (lightweight 3rd party Minecraft server) installation, and handling it surprisingly well. I have some other plans for it though, including combining it with a battery pack, 7" LCD panel and a Power Rangers lunch box to create a home-made netbook :D

Funnily enough, the lunch box is proving hardest to acquire currently :lol:

*EDIT* also what with me originating from the CustomPC side of the DUMP, my Pi is overclocked. currently running at 1GHz CPU, 450Mhz RAM, 500MHz core with overvoltage 4 (1.3v). it isnt quite stable in Quake3 yet, but a little more tinkering should get it there :)


Last edited by soddit112 on Fri Nov 02, 2012 9:35 am, edited 1 time in total.



Fri Nov 02, 2012 9:02 am
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 6:27 pm
Posts: 12251
Reply with quote
RISC OS is now properly available, so I've been tinkering with that.

_________________
All the best,
Paul
brataccas wrote:
your posts are just combo chains of funny win

I’m on Twitter, tweeting away... My Photos Random Avatar Explanation


Fri Nov 02, 2012 9:10 am
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 8:46 pm
Posts: 10022
Reply with quote
Mine's been forgotten in a cupboard.

_________________
Image
He fights for the users.


Fri Nov 02, 2012 9:46 am
Profile
Moderator
User avatar

Joined: Thu Apr 23, 2009 6:11 pm
Posts: 12143
Location: Belfast
Reply with quote
saspro wrote:
Mine's running nagios at the moment.
Used that in my old place of work, not on a Raspberry Pi, though.

Mark

_________________
okenobi wrote:
All I know so far is that Mark, Jimmy Olsen and Peter Parker use Nikon and everybody else seems to use Canon.
ShockWaffle wrote:
Well you obviously. You're a one man vortex of despair.


Fri Nov 02, 2012 9:53 am
Profile WWW
I haven't seen my friends in so long
User avatar

Joined: Fri Apr 24, 2009 6:06 pm
Posts: 6355
Location: IoW
Reply with quote
Had some problems getting mine to play nice with a wireless dongle, but I've recently bought a new USB hub, so things should be ok; providing my wireless keyboard stops acting up.


Sent from my iPhone using Tapatalk

_________________
Before you judge a man, walk a mile in his shoes; after that, who cares?! He's a mile away and you've got his shoes!


Fri Nov 02, 2012 11:41 am
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:58 pm
Posts: 8767
Location: behind the sofa
Reply with quote
paulzolo wrote:
RISC OS is now properly available, so I've been tinkering with that.

I have some real-time applications, and was pondering if this might be a more suitable OS. Not sure where drivers stand for things like the SPI though.

_________________
jonbwfc's law: "In any forum thread someone will, no matter what the subject, mention Firefly."

When you're feeling too silly for x404, youRwired.net


Wed Nov 07, 2012 7:08 pm
Profile WWW
What's a life?
User avatar

Joined: Thu Apr 23, 2009 6:27 pm
Posts: 12251
Reply with quote
JJW009 wrote:
paulzolo wrote:
RISC OS is now properly available, so I've been tinkering with that.

I have some real-time applications, and was pondering if this might be a more suitable OS. Not sure where drivers stand for things like the SPI though.


SPI? Not sure what that is.

The beauty is you are very close to bare metal programming. The BASC comes with an assembler, so you could write your own drivers if needed in machine code.

_________________
All the best,
Paul
brataccas wrote:
your posts are just combo chains of funny win

I’m on Twitter, tweeting away... My Photos Random Avatar Explanation


Wed Nov 07, 2012 8:07 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:58 pm
Posts: 8767
Location: behind the sofa
Reply with quote
paulzolo wrote:
SPI? Not sure what that is.

The beauty is you are very close to bare metal programming. The BASC comes with an assembler, so you could write your own drivers if needed in machine code.

Decent explanation here: https://projects.drogon.net/understandi ... pberry-pi/

I want to interface temperature censors, A/D and D/A high-speed converters and LCD modules - without bit-banging in assembly if I can avoid it!

Is it much like the BBC basic built-in assembler? I loved that, and was pleased to find Microsoft C had a similar feature when I moved to an 8088 based machine.

_________________
jonbwfc's law: "In any forum thread someone will, no matter what the subject, mention Firefly."

When you're feeling too silly for x404, youRwired.net


Thu Nov 08, 2012 7:49 pm
Profile WWW
Spends far too much time on here

Joined: Thu Apr 23, 2009 6:12 pm
Posts: 2020
Location: Mute City
Reply with quote
Overclock settled at ARM 960MHz, RAM 533MHz, Core 330MHz, at overvolt 3 (1.275v). Any higher and it would trip the overcurrent protection, and I'm not quite willing to wave goodbye to my warranty yet :P


Thu Nov 08, 2012 7:56 pm
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 6:27 pm
Posts: 12251
Reply with quote
JJW009 wrote:
paulzolo wrote:
SPI? Not sure what that is.

The beauty is you are very close to bare metal programming. The BASC comes with an assembler, so you could write your own drivers if needed in machine code.

Decent explanation here: https://projects.drogon.net/understandi ... pberry-pi/

I want to interface temperature censors, A/D and D/A high-speed converters and LCD modules - without bit-banging in assembly if I can avoid it!

Is it much like the BBC basic built-in assembler? I loved that, and was pleased to find Microsoft C had a similar feature when I moved to an 8088 based machine.

From what an remember from my RISC User days, BBC Basic assembler on the Archimedes was a development of that in the BBC Micro. I'm afraid I'm not an assembler expert, but what I typed into the BBC Micro was very similar to what I typed into the Archimedes.

The place to ask would be the forums on http://www.riscosopen.org

_________________
All the best,
Paul
brataccas wrote:
your posts are just combo chains of funny win

I’m on Twitter, tweeting away... My Photos Random Avatar Explanation


Thu Nov 08, 2012 8:16 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Fri Apr 24, 2009 6:06 pm
Posts: 6355
Location: IoW
Reply with quote
Just set mine up with XBMC, to see how it fairs as a media box/smart TV extension.

_________________
Before you judge a man, walk a mile in his shoes; after that, who cares?! He's a mile away and you've got his shoes!


Fri Nov 09, 2012 9:22 am
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 6:27 pm
Posts: 12251
Reply with quote
Apparently you can run Elite on RISC OS Pi by running ArcEm - an emulator of an Archimedes running RISC OS 3. So far, the application which lets you run games natively - Aemulor - doesn't work on the RPi.

_________________
All the best,
Paul
brataccas wrote:
your posts are just combo chains of funny win

I’m on Twitter, tweeting away... My Photos Random Avatar Explanation


Fri Nov 09, 2012 10:20 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 30 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users and 64 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.