Google Groups Home
Help | Sign in
RISC PC Powersupply for a car
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 42 of 42 - Collapse all < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Michael Emerton  
View profile
 More options 26 Feb 2007, 10:50
Newsgroups: comp.sys.acorn.hardware
From: Michael Emerton <MichaelREmer...@hotmail.com>
Date: Mon, 26 Feb 2007 10:50:53 GMT
Local: Mon 26 Feb 2007 10:50
Subject: Re: RISC PC Powersupply for a car
<snip>

> Of course maybe the "correct" way of doing this is to ditch the
> OS ROMs altogether and roll your own bespoke app which talks to
> the bare hardware and lives in the normal ROM sockets - any
> attached disks are then purely for entertainment data.

this is a good idea

only slight problem, just slightly out of my scope ;@)

And I cannot use the Ogg player from Peter Nulls as I am assuming it
needs RISC OS :@P


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven Pampling  
View profile
 More options 26 Feb 2007, 11:49
Newsgroups: comp.sys.acorn.hardware
From: Steven Pampling <steve.pampl...@dsl.pipex.com>
Date: Mon, 26 Feb 2007 11:49:09 +0000 (GMT)
Local: Mon 26 Feb 2007 11:49
Subject: Re: RISC PC Powersupply for a car
In article <hYyEh.27312$OK6.19...@newsfe4-win.ntli.net>,
   Michael Emerton <MichaelREmer...@hotmail.com> wrote:

> <snip>
> > Of course maybe the "correct" way of doing this is to ditch the
> > OS ROMs altogether and roll your own bespoke app which talks to
> > the bare hardware and lives in the normal ROM sockets - any
> > attached disks are then purely for entertainment data.

> this is a good idea
> only slight problem, just slightly out of my scope ;@)
> And I cannot use the Ogg player from Peter Nulls as I am assuming it
> needs RISC OS :@P

Probably ported from source code that existed in Linux. Have you checked?
It could "relatively easy" to recompile under whatever you require.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ron  
View profile
 More options 27 Feb 2007, 22:28
Newsgroups: comp.sys.acorn.hardware
From: b...@woosh.co.nz (Ron)
Date: Wed, 28 Feb 2007 11:28:52 +1300
Local: Tues 27 Feb 2007 22:28
Subject: Re: RISC PC Powersupply for a car
In message <b0e1a5b94e.b...@Iyonix.woosh.co.nz>
          b...@woosh.co.nz (Ron) wrote:

> The RiscPC connector is:   Red    +5v
>                            Red    +5v
>                            Black   0v
>                            Black   0v
>                            Yellow +12v
>                            Blue   -12v

> There are standard colours on most ATX psu's but it would pay to check
> at least the +12v and -12v lines. From memory, the purple wire somewhere
> near the center of the atx connector gets grounded to turn the psu on.

Just to correct myself, it is the green wire (not purple) on the ATX
mainboard connector that is the soft-power line. It is the 4th from one
end and it needs to be grounded to get power from the ATX psu.
Cheers -Ron

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Theo Markettos  
View profile
 More options 27 Feb 2007, 23:44
Newsgroups: comp.sys.acorn.hardware
From: Theo Markettos <theom+n...@chiark.greenend.org.uk>
Date: 27 Feb 2007 23:44:51 +0000 (GMT)
Local: Tues 27 Feb 2007 23:44
Subject: Re: RISC PC Powersupply for a car

Jules <julesrichardso...@remove.this.yahoo.co.uk> wrote:
> Hmm. For a car system with an LCD (presumably run via a serial or parallel
> port?) as the main display, there's no *need* for normal graphical video
> output either. Whether the system would power up and initialise without
> any video is another matter.

IIRC the +12V is required for the analogue video output.  So it'll work
quite happily with no +12V, it's just like nothing is connected to the
monitor port.  Also you can switch the VIDC into digital out (to the Genlock
header) and it won't need +12V - you can then drive a laptop screen LCD from
that.

> Of course maybe the "correct" way of doing this is to ditch the
> OS ROMs altogether and roll your own bespoke app which talks to
> the bare hardware and lives in the normal ROM sockets - any
> attached disks are then purely for entertainment data.

Well, that sounds a bit hairy, given you'd have to write your own IDE,
serial, etc drivers, worry about the MMU, cache, interrupts and so on.  No
doubt you could install an ARM micro-OS, but RISC OS is almost as good as
that for this application.  What you could do is roll your own RISC OS ROMs
with all the other software in ROM (there's an article on the technical
documents page on my website to do this in RO3.1), but loading a few bits
off compactflash isn't a big deal.

Theo

--
Theo Markettos                 t...@markettos.org.uk
Clare Hall, Cambridge          at...@cam.ac.uk
CB3 9AL, UK                    http://www.markettos.org.uk/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ron  
View profile
 More options 28 Feb 2007, 01:11
Newsgroups: comp.sys.acorn.hardware
From: b...@woosh.co.nz (Ron)
Date: Wed, 28 Feb 2007 14:11:13 +1300
Local: Wed 28 Feb 2007 01:11
Subject: Re: RISC PC Powersupply for a car
In message <FAf*Cc...@news.chiark.greenend.org.uk>
          Theo Markettos <theom+n...@chiark.greenend.org.uk> wrote:

> Jules <julesrichardso...@remove.this.yahoo.co.uk> wrote:
> > Hmm. For a car system with an LCD (presumably run via a serial or parallel
> > port?) as the main display, there's no *need* for normal graphical video
> > output either. Whether the system would power up and initialise without
> > any video is another matter.

> IIRC the +12V is required for the analogue video output.  So it'll work
> quite happily with no +12V, it's just like nothing is connected to the
> monitor port.  Also you can switch the VIDC into digital out (to the Genlock
> header) and it won't need +12V - you can then drive a laptop screen LCD from
> that.

Not having to use 12v would help in keeping the computer alive during
engine cranking, a problem that some dc-dc supplys have. If it wasn't
for the -5v needed for the audio all you would need is a heavy +5v
regulator.

I would like to now more about how to do the lcd connections as this
would obviously be a big power saver. This would be a great project
especially nowadays with the advances of LCD's, Solar panels, batteries
and so on. TIA  -Ron


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Theo Markettos  
View profile
 More options 28 Feb 2007, 14:27
Newsgroups: comp.sys.acorn.hardware
From: Theo Markettos <theom+n...@chiark.greenend.org.uk>
Date: 28 Feb 2007 14:27:56 +0000 (GMT)
Local: Wed 28 Feb 2007 14:27
Subject: Re: RISC PC Powersupply for a car

Ron <b...@woosh.co.nz> wrote:
> I would like to now more about how to do the lcd connections as this
> would obviously be a big power saver. This would be a great project
> especially nowadays with the advances of LCD's, Solar panels, batteries
> and so on. TIA  -Ron

http://www.markettos.org.uk/riscos/a4/lcd7500.html

has details for the rather strange Acorn A4 monochrome panel, but it links
to an ARM application note which tells you (section B) how to attach a
colour LCD to an ARM7500.  The ARM7500 contains a VIDC20, so the same should
apply to a Risc PC (though I haven't actually tried it).

Theo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Emerton  
View profile
 More options 28 Feb 2007, 16:07
Newsgroups: comp.sys.acorn.hardware
From: Michael Emerton <MichaelREmer...@hotmail.com>
Date: Wed, 28 Feb 2007 16:07:13 GMT
Local: Wed 28 Feb 2007 16:07
Subject: Re: RISC PC Powersupply for a car
<snip>

>> only slight problem, just slightly out of my scope ;@)

>> And I cannot use the Ogg player from Peter Nulls as I am assuming it
>> needs RISC OS :@P

> Probably ported from source code that existed in Linux. Have you checked?
> It could "relatively easy" to recompile under whatever you require.

I am not a big time coder / compiler, I work in BBC Basic ;@,

but I believe you are correct in that it is from linux.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Emerton  
View profile
 More options 4 Mar 2007, 17:37
Newsgroups: comp.sys.acorn.hardware
From: Michael Emerton <MichaelREmer...@hotmail.com>
Date: Sun, 04 Mar 2007 17:37:36 GMT
Local: Sun 4 Mar 2007 17:37
Subject: Re: RISC PC Powersupply for a car

Theo Markettos wrote:
> Jules <julesrichardso...@remove.this.yahoo.co.uk> wrote:
>> Hmm. For a car system with an LCD (presumably run via a serial or parallel
>> port?) as the main display, there's no *need* for normal graphical video
>> output either. Whether the system would power up and initialise without
>> any video is another matter.

> IIRC the +12V is required for the analogue video output.  So it'll work
> quite happily with no +12V, it's just like nothing is connected to the
> monitor port.  Also you can switch the VIDC into digital out (to the Genlock
> header) and it won't need +12V - you can then drive a laptop screen LCD from
> that.

Could I connect up a TFT (Harvested from a damaged home screen) which is
in colour? (1024 X 768 X 256)

Or is it still restricted to 640x480x4?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Theo Markettos  
View profile
 More options 4 Mar 2007, 19:53
Newsgroups: comp.sys.acorn.hardware
From: Theo Markettos <theom+n...@chiark.greenend.org.uk>
Date: 04 Mar 2007 19:53:22 +0000 (GMT)
Local: Sun 4 Mar 2007 19:53
Subject: Re: RISC PC Powersupply for a car

Michael Emerton <MichaelREmer...@hotmail.com> wrote:
> Could I connect up a TFT (Harvested from a damaged home screen) which is
> in colour? (1024 X 768 X 256)

Yes, assuming it has a parallel input (nothing to do with parallel printer
ports).  See the colour panel section of the ARM datasheet linked from my
page for the sort of thing it means.  Some more modern screens use LVDS (low
voltage differential signalling, a form of serial input) for which Simtec
make a converter between the Risc PC and LVDS (actually it's for their
RiscStation board, but it should work on a RPC too).  Do you have the
datasheet for you panel, or can you find it on the net?  That'll be the
first place to start.

> Or is it still restricted to 640x480x4?

No, though the VIDC's digital out is only 8 bits wide, so for 16-bit
displays you have to double-clock it, which means you might hit the VIDC's
bandwidth limits.  I can't remember exactly what the limit is, but I'm sure
800x600 has been done so don't see why 1024x768 at 8 bit shouldn't be
possible.

Theo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Emerton  
View profile
 More options 6 Mar 2007, 13:28
Newsgroups: comp.sys.acorn.hardware
From: Michael Emerton <MichaelREmer...@hotmail.com>
Date: Tue, 06 Mar 2007 13:28:51 GMT
Local: Tues 6 Mar 2007 13:28
Subject: Re: RISC PC Powersupply for a car

Theo Markettos wrote:
> Michael Emerton <MichaelREmer...@hotmail.com> wrote:
>> Could I connect up a TFT (Harvested from a damaged home screen) which is
>> in colour? (1024 X 768 X 256)

> Yes, assuming it has a parallel input (nothing to do with parallel printer
> ports).  See the colour panel section of the ARM datasheet linked from my
> page for the sort of thing it means.  Some more modern screens use LVDS (low
> voltage differential signalling, a form of serial input) for which Simtec
> make a converter between the Risc PC and LVDS (actually it's for their
> RiscStation board, but it should work on a RPC too).  Do you have the
> datasheet for you panel, or can you find it on the net?  That'll be the
> first place to start.

Slight problem there, its a cheap LCD (£100 over 4 years ago!) and I
have no idea where it came from, as my Parents brought it.

As the screen is so old, I assume its parellel?

I will do some digging.

>> Or is it still restricted to 640x480x4?

> No, though the VIDC's digital out is only 8 bits wide, so for 16-bit
> displays you have to double-clock it, which means you might hit the VIDC's
> bandwidth limits.  I can't remember exactly what the limit is, but I'm sure
> 800x600 has been done so don't see why 1024x768 at 8 bit shouldn't be
> possible.

I hadn't realised this was possible!  800x600 would be ok, but latter
would be better for listing Music Data!

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Theo Markettos  
View profile
 More options 6 Mar 2007, 19:38
Newsgroups: comp.sys.acorn.hardware
From: Theo Markettos <theom+n...@chiark.greenend.org.uk>
Date: 06 Mar 2007 19:38:43 +0000 (GMT)
Local: Tues 6 Mar 2007 19:38
Subject: Re: RISC PC Powersupply for a car

Michael Emerton <MichaelREmer...@hotmail.com> wrote:
> Slight problem there, its a cheap LCD (?100 over 4 years ago!) and I
> have no idea where it came from, as my Parents brought it.

> As the screen is so old, I assume its parellel?

Very much depends.  I haven't taken a desktop LCD apart, but it might be the
panel doesn't have the same interface as in a laptop.

> I will do some digging.

Start looking for model numbers on the LCD or the chips on it and having a
Google will probably be the best way.  This discussion forum is probably the
best resource for LCD info on the net:
http://www.eio.com/lcdintro.htm

Theo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ron  
View profile
 More options 13 Mar 2007, 05:23
Newsgroups: comp.sys.acorn.hardware
From: b...@woosh.co.nz (Ron)
Date: Tue, 13 Mar 2007 18:23:57 +1300
Local: Tues 13 Mar 2007 05:23
Subject: Re: RISC PC Powersupply for a car
In message <qsw*Br...@news.chiark.greenend.org.uk>
          Theo Markettos <theom+n...@chiark.greenend.org.uk> wrote: