Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 15th May 2008, 11:24 AM   (permalink)
Default Need help on Monitor driving

Dear all,

Currently i have a single board computer (with X86 processor,128Mb flash, No hard disk) which runs on DOS and i have an application done in Turbo C runs on it. This board drives any kind of monitors regardless of the size(15" , 17", 19" .....) and type (CRT / TFT / LCD ).

Now i have ported my application in an ARM 7 controller, but iam not getting any idea how to drive the monitors like my above Single board computer does. Will it be possible to make a hardware to interface any kind of monitors ?
My application size is only 2Mb.

Look forward to see your valuable guidance...
__________________
Sqn R.K. Chakravarthy
----------------------
Sky is not the limit for Air Warriors
Rajaneesh is offline   Reply With Quote
Old 15th May 2008, 12:40 PM   (permalink)
Default

The size and type of the monitors makes no difference, they are all VGA montitors, so you just need to create a VGA interface and drivers.

Depending on the speed required you may even be able to do this in software, there's an old application on the PICList using a PIC to directly drive a VGA monitor in real time and do FFT spectrum analysis.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 15th May 2008, 05:24 PM   (permalink)
Default

Quote:
Originally Posted by Nigel Goodwin
The size and type of the monitors makes no difference, they are all VGA montitors, so you just need to create a VGA interface and drivers.

Depending on the speed required you may even be able to do this in software, there's an old application on the PICList using a PIC to directly drive a VGA monitor in real time and do FFT spectrum analysis.

Hi Negel,

Thanks for your points. I dont have much idea on this. Can you please guide me the how to proceed in this? Does it possible to get a VGA driver chip and integrate it with the controller directly? Or do i need to write a device driver for this ? Where will i get more info about this...

Thanks in advance
__________________
Sqn R.K. Chakravarthy
----------------------
Sky is not the limit for Air Warriors
Rajaneesh is offline   Reply With Quote
Old 15th May 2008, 06:02 PM   (permalink)
Default

don't know if it will help, but I would rather considered a FPGA based approach. The hardware then would be diode-resistor network + fpga chip. Also, i believe that it is possible to do it with psoc and even 8051, but fpga seems more streight forward to me in this kind of proj.
Never really tried implementing it myself, though, but altera's UP2 development board (pretty old one) has vga drive circuit on it.
lexter is offline   Reply With Quote
Old 15th May 2008, 06:30 PM   (permalink)
Default

Quote:
Originally Posted by lexter
don't know if it will help, but I would rather considered a FPGA based approach. The hardware then would be diode-resistor network + fpga chip. Also, i believe that it is possible to do it with psoc and even 8051, but fpga seems more streight forward to me in this kind of proj.
Never really tried implementing it myself, though, but altera's UP2 development board (pretty old one) has vga drive circuit on it.
Hi Lexter,

Thanks for the suggestion. Iam not good in FPGA design...looking for some simple steps. Is there any controller with inbuilt VGA driver?
I have one more doubt.....Does it possible to load and run DOS in any controller?

Thanks in advance
__________________
Sqn R.K. Chakravarthy
----------------------
Sky is not the limit for Air Warriors
Rajaneesh is offline   Reply With Quote
Old 15th May 2008, 06:39 PM   (permalink)
Default

Quote:
Originally Posted by Rajaneesh
Hi Negel,

Thanks for your points. I dont have much idea on this. Can you please guide me the how to proceed in this? Does it possible to get a VGA driver chip and integrate it with the controller directly? Or do i need to write a device driver for this ? Where will i get more info about this...
All the kind of information (and chips) that you might find useful are probably years old now, when did VGA first start?.

To do it entirely in software you first have to understand the specification required, then generate the required timing and levels accurately.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 18th May 2008, 05:38 AM   (permalink)
Default

Quote:
Originally Posted by Rajaneesh View Post
Hi Lexter,

Thanks for the suggestion. Iam not good in FPGA design...looking for some simple steps. Is there any controller with inbuilt VGA driver?
I have one more doubt.....Does it possible to load and run DOS in any controller?

Thanks in advance

Well, i think you can find vhdl files for driving vga with fpga.

As for dos - not really, if we are talking about the same thing.
lexter is offline   Reply With Quote
Old 18th May 2008, 07:32 AM   (permalink)
Default

Quote:
Originally Posted by Rajaneesh View Post
Hi Lexter,

Thanks for the suggestion. Iam not good in FPGA design...looking for some simple steps. Is there any controller with inbuilt VGA driver?
I have one more doubt.....Does it possible to load and run DOS in any controller?

Thanks in advance
Controllers have the operating systems, you could also develop one if you want, under the name RTOS. It could perhaps include a driver for a display device(many times mux'ed seven segment display). It would be very small and generally used to reside in an external e(e) prom. With modern ones one could use internal memory, I hope.
__________________
Regards,
Sarma.
mvs sarma is online now   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 11:38 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.