Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 04-27-2005, 04:33 PM   #31
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
For the US guys, one good link ebay to purchase the rear cam (night vision with infrared IR )
See:
http://cgi.ebay.com/ws/eBayISAPI.dll...ay_Pr4_PcY_BIN

Mauri
mauri is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-27-2005, 04:41 PM   #32
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Quote: Originally Posted by DJSmiley
Nice job

Waiting for the moment I can download the hex file and (try) to build one myself.

by the way: do you happen to have the .hex file for the 145-temperature kit? I do have a few DS1890 as required, only I can't get to compile the soucecode into a hex file.

For the time being I have not published the material for this new project, only the photo.... And on-line for the time being only the old version without the discourse switch VGA - AV.

For the kit of temperature you have to use some DS18B20 sensors not those that you have written you.

To compile the. asm in. hex file you have to use the old GPASM compiler, it doesn't work with the MPASM or internally to the MPLAB by Microchip....

Mauri
mauri is offline   Reply With Quote
Old 04-28-2005, 09:22 AM   #33
Constant Bitrate
 
Join Date: Nov 2004
Location: Netherlands
Posts: 128
DJSmiley is on a distinguished road
Quote: Originally Posted by mauri
For the time being I have not published the material for this new project, only the photo.... And on-line for the time being only the old version without the discourse switch VGA - AV.

For the kit of temperature you have to use some DS18B20 sensors not those that you have written you.

To compile the. asm in. hex file you have to use the old GPASM compiler, it doesn't work with the MPASM or internally to the MPLAB by Microchip....

Mauri

I have those DS18B20 ones, wrote it wrong (Didn't remember it ok without looking first).

I can't find however an old GPASM version, latest version (and MPLAB) gives compiling errors
__________________
My Opel Astra 1993 CarPC: http://www.djsmiley.com/projects/carpc/photos/
DJSmiley is offline   Reply With Quote
Old 05-01-2005, 04:32 AM   #34
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Update the hardware...
See my first post
http://www.mp3car.com/vbulletin/show...716#post463716

Mauri
mauri is offline   Reply With Quote
Old 05-02-2005, 12:51 AM   #35
Registered User
 
gork's Avatar
 
Join Date: Aug 2003
Location: Amarillo, TX
Posts: 655
gork
I implemented auto switching for my reverse camera using a cheese video box. It converts the NTSC video from the rear camera to VGA. There is a small on/off button switch on the box that switches inputs between the VGA passthrough input and the NTSC input. All I had to do was solder a wire to the switch pads and hook a relay up between that and my reverse light. Whenever I put the car in reverseit instantly switches to the reverse view.

This has the advantage that it will work with any VGA screen, not just the lilliput.. It also uses a 640x480 signal, so if you run 640x480 desktop there will not be any mode switching going on either which can be nice since the xenarc and lilliput both sometimes have sync problems when switching between resolutions.

mauri: Have you considered building a backlight dimmer circuit that takes the illumination wire in the dash as an input so that you can dim the LCD with the dash illumination? I have been wanting that feature for a long time, but there weren't many electronics folks around here

I understand that to get backlight dimming either the input or the output of the CCFL's inverter needs to be modulated with PWM.. So the circuit should be designed to do something like this:

Illum wire @ 0V (headlights/dash illum off/daytime) -> 100% duty cycle
Illum wire @ ~12V (headlights on/dash illum full/night) -> 40-80% duty cycle
Illum wire @ 3-4V (lights on/dash illum min/night) -> 30-40% duty cycle

I imagine these voltage ranges will be different between cars and I also imagine that the duty cycles will be different between LCD monitors and inverters.. So it would be good if they could be slightly adjusted with a little screw potentiometer or something. If you have the time to design a circuit like this, I know a lot of people would be interested
__________________
MY CAR IS FOR SALE!
See My Project Page for Details - 2003 BMW E46 ///M3
Custom Dash Monitor Housing - OEM Fitment
Custom Overhead DVD-ROM Housing in Headliner
BMW I-Bus Integration
My homepage with many other fun projects!
gork is offline   Reply With Quote
Old 05-02-2005, 12:58 AM   #36
Para Laura
 
thanatos106's Avatar
 
Join Date: Nov 2004
Location: Miami Beach,FL U.S.A
Posts: 3,485
thanatos106 is on a distinguished road
Quote: Originally Posted by mauri
For the US guys, one good link ebay to purchase the rear cam (night vision with infrared IR )
See:
http://cgi.ebay.com/ws/eBayISAPI.dll...ay_Pr4_PcY_BIN

Mauri


Same store that my link in the first post.......................
thanatos106 is offline   Reply With Quote
Old 05-02-2005, 01:00 AM   #37
Para Laura
 
thanatos106's Avatar
 
Join Date: Nov 2004
Location: Miami Beach,FL U.S.A
Posts: 3,485
thanatos106 is on a distinguished road
Quote: Originally Posted by thanatos106
Hey royn $175 is a little hight......like you said in you thread "ouch"

I got the same one for US$55 with S/H included ....if you like royn's review here is the link:

http://www.mp3playerstore.com/stuff_...ies/CAM-07.htm


Seeeeeeeee!!!!!!!!!!!!!
thanatos106 is offline   Reply With Quote
Old 05-02-2005, 03:34 PM   #38
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Quote: Originally Posted by gork
I implemented auto switching for my reverse camera using a cheese video box. It converts the NTSC video from the rear camera to VGA. There is a small on/off button switch on the box that switches inputs between the VGA passthrough input and the NTSC input. All I had to do was solder a wire to the switch pads and hook a relay up between that and my reverse light. Whenever I put the car in reverseit instantly switches to the reverse view.

This has the advantage that it will work with any VGA screen, not just the lilliput.. It also uses a 640x480 signal, so if you run 640x480 desktop there will not be any mode switching going on either which can be nice since the xenarc and lilliput both sometimes have sync problems when switching between resolutions.

mauri: Have you considered building a backlight dimmer circuit that takes the illumination wire in the dash as an input so that you can dim the LCD with the dash illumination? I have been wanting that feature for a long time, but there weren't many electronics folks around here

I understand that to get backlight dimming either the input or the output of the CCFL's inverter needs to be modulated with PWM.. So the circuit should be designed to do something like this:

Illum wire @ 0V (headlights/dash illum off/daytime) -> 100% duty cycle
Illum wire @ ~12V (headlights on/dash illum full/night) -> 40-80% duty cycle
Illum wire @ 3-4V (lights on/dash illum min/night) -> 30-40% duty cycle

I imagine these voltage ranges will be different between cars and I also imagine that the duty cycles will be different between LCD monitors and inverters.. So it would be good if they could be slightly adjusted with a little screw potentiometer or something. If you have the time to design a circuit like this, I know a lot of people would be interested

Yes , my post on the test to be done to the first power of the Lilliput and for this motive:
In the first 5/7 seconds the Lilli ones if it start in VGA doesn't "see " the switch in AV1 (if the PC and in phase of Boot) and I wanted to know with others Lilli if this thing happens.

The backlight dimming circuit in PWM is possible, but for adapt this for one " universal" gadget is hard... also with a one NE555 and possible to make a very simple circuit in PWM, the troubles worry me that noise produce even on the monitor or on the audio....
Simple use the " gamma control" sw embed in RR, small problem and plus result

Mauri
mauri is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-03-2005, 02:30 AM   #39
Registered User
 
gork's Avatar
 
Join Date: Aug 2003
Location: Amarillo, TX
Posts: 655
gork
Mauri: The backlight circuit is generally fairly isolated as there's already a lot of high frequency AC going on in there, so I'm not convinced that dimming it would interefere with much. There may be a simpler way to dim it, too. Someone on here had figured out a way to dim directly using his dash illumination wire, but I think that perhaps he had both a unique backlight inverter that would dim with direct voltage control and also had a unique illumination wire that would give full voltage when the dash lights were off (as a radio would).

GammaControl (and other similar programs) is a stopgap solution though.. On the lilliput at night even when the screen is 100% black, the backlight is still very bright. I really wish some company would make a 'car' vga monitor that took an external brightness control...
__________________
MY CAR IS FOR SALE!
See My Project Page for Details - 2003 BMW E46 ///M3
Custom Dash Monitor Housing - OEM Fitment
Custom Overhead DVD-ROM Housing in Headliner
BMW I-Bus Integration
My homepage with many other fun projects!
gork is offline   Reply With Quote
Old 03-17-2006, 07:42 PM   #40
Raw Wave
 
ShawJohn's Avatar
 
Join Date: Aug 2004
Location: On the edge!
Posts: 1,789
ShawJohn is on a distinguished road
so where do I get one of the RCA --> VGA cheese thingies?
ShawJohn is offline   Reply With Quote
Old 03-18-2006, 07:01 AM   #41
FLAC
 
Griff1's Avatar
 
Join Date: Nov 2005
Location: Midlands
Posts: 1,031
Griff1 is on a distinguished road
Same old story,Nothing worth having ever came easy! i've been looking for this function for ages,now its come along i'm not skilled enough to impliment it,BUMMER.I might have to start skipping your threads Mauri,to keep from depressing myself.

Last edited by Griff1; 03-18-2006 at 07:04 AM.
Griff1 is offline   Reply With Quote
Old 03-18-2006, 08:49 AM   #42
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Marui.... heresa thought... if all you are doing is sending pulses or briefly connecting the curcuit to move from AV and VGA then I guess if youb can change the number of pulses and timing it may be possible to adapt to other screens.

Further more if you say its RR compatible then you could just use this as a sensor and let RR switch inputs ( ie USB cam 1 or 2 ( if you have forward for pasengers and reverse ) or Svid / compersite of a TV card using the Winamp plugin ) - also allowing another genric use.

In fact the above may work with a simpler circuit I guess.

Lastly - can any one build these in the UK ?

Terran

Last edited by ccsnet; 03-18-2006 at 08:53 AM.
ccsnet is offline   Reply With Quote
Old 05-05-2006, 05:11 AM   #43
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
All - a UK supplier is trying to gage intrest here ( http://www.digital-car.co.uk/forum/s...ead.php?t=3363 ) - If there are enough to bring the cost down he may get a batch run off.

@Mauri - I don't belive he will make money on the design only the building of... which seems fair enough although if poss can you attach the PIC software ( for the chip not to load it ) on this thread ?

Thanks

Terran
ccsnet is offline   Reply With Quote
Old 10-31-2006, 12:00 PM   #44
Maximum Bitrate
 
Join Date: Jun 2002
Location: Malaysia
Posts: 621
masch
Mauri,

From your first post, you said on CN4, switches 1 & 2 connects to Switch Lilliput. What do you mean by this? Is this the A/V switch on the button board?

Where does switches 3 & 4 connect to? You said Pin 8 and Pin 12 on the Lilliput. Where is pin 8 and pin 12 on the lilliput?
__________________
New Lilliput EBY701 For Sale http://www.nusantech.com/index.asp?c...at=TOUCHSCREEN
SiRF3 Bluetooth GPS http://www.nusantech.com/index.asp?cat=GPS
masch is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
97 Toyota Tacoma You gotta See This. NEW UPDATE with 100+ pics on 7-4-03 cproaudio Show off your project 97 09-18-2006 02:56 PM
On-line for download my hardware for RR (Serial Voltmeter) implemented by Guino mauri Road Runner 22 03-04-2006 09:35 PM
serial ata hardware consumption kilomo General Hardware Discussion 1 03-15-2005 02:53 PM
USB Serial Port Adapter Troubles bLindmOnkey General MP3Car Discussion 0 10-14-2004 12:29 AM
Via Mini-ITX Epia 5000 serial port not working vash General Hardware Discussion 2 08-13-2002 09:48 PM



All times are GMT -5. The time now is 07:36 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics