|
 |
|
07-20-2004, 10:54 AM
|
#1
|
|
Constant Bitrate
Join Date: May 2004
Location: NJ
Posts: 153
|
Motorized Door To Cover The Lilliput LCD
I hope this is the right section to put this in, since it has to do with a possible input/output device for the carputer.
Anyway...
I took apart an old cd drive, and I'm going to mount it under the console.
So when the carputer turns off, the door closes and hides the LCD, and the same with went it turns on (it will open to show the LCD)
I'm not sure what type of circuit/controller card I need tho. Any help?
Heres some pics of the drive as it is now (havent cut it down yet):
the red and white wire are to the motor, and the other three are to that switch thing on the gear (center wire makes connection with the wires to the sides of it when it is fully open or fully closed)
I was also wondering if I could get one that is controlled via a serial or usb connection, so when the computer starts up/shuts down, I could have the program throw a command at it to open/close the door.
any suggestions are greatly appreciated, thanks!
Last edited by Xtreme2k2; 07-20-2004 at 04:43 PM.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
07-20-2004, 11:27 AM
|
#2
|
Join Date: Feb 2004
Location: PA, USA
Posts: 805
|
Search the forums, because I don't have the right number off the top of my head, but you could use the serial port to trigger an external board. I can't remember which pin, but one of the serial pins goes high when you turn on the computer. You could have some sort of hardware controlled board that flips a relay to trigger the motor when it sees the pin, then reverses polarity when the pin goes low.
Other than that, you might be able to use the one VB program that can be found on here that controls a relay board. It might be pretty slow, however, since you would have to have the program running at startup, and autmatically turn the one relay on for a given amount of time, all before you would be able to see your screen.
I hope this helps.
__________________
2000 Subaru OBS
Dell P3 @ 900 Mhz
7" Lilliput TS w/DigitalWW in-dash mount
80GB External HD
I am Zero Bitrate....
|
|
|
07-20-2004, 03:53 PM
|
#3
|
|
Newbie
Join Date: Jul 2004
Posts: 52
|
Why won't you do it with an relais?
When the power supply turns of, a relais falls off, you let a current flow through the NO of the relais, and the door will close.
You'll need an other relais for opening.
If you're interested, but you don't know how to do it, i'll draw a sceme for you.
I think that's a way more easy way!
I'm sorry to say, but i'm gonna use that idea to!

I think it's great!
An old CD-Rom drive!
|
|
|
07-20-2004, 04:10 PM
|
#4
|
|
Variable Bitrate
Join Date: May 2004
Location: Denmark
Posts: 333
|
I hope this diagram can help you
if you + on A and - on B the motor run one way
and if you shift it it run another way
to stop the motor the A and B should be equl
__________________
Plan for project = 100%
Part the project. = 100%
Built...................= 99%
Finish.................= 99%
Install ...............= 99% -50%
Ditail at 4u2n.dk
Here
|
|
|
07-20-2004, 04:42 PM
|
#5
|
|
Constant Bitrate
Join Date: May 2004
Location: NJ
Posts: 153
|
Quote: Originally Posted by MatthijsNL
Why won't you do it with an relais?
When the power supply turns of, a relais falls off, you let a current flow through the NO of the relais, and the door will close.
You'll need an other relais for opening.
If you're interested, but you don't know how to do it, i'll draw a sceme for you.
I think that's a way more easy way!
I'm sorry to say, but i'm gonna use that idea to!

I think it's great!
An old CD-Rom drive!
That'd be awesome if you could draw up a scheme for me. I'm still new to all this, but I'm learning as I go
Cool idea eh? What better way to re-use an old cd drive
Quote: Originally Posted by 4u2n
I hope this diagram can help you
if you + on A and - on B the motor run one way
and if you shift it it run another way
to stop the motor the A and B should be equl
ah, thanks for the diagram, I'll see what I can do with it
|
|
|
07-20-2004, 05:39 PM
|
#6
|
|
Variable Bitrate
Join Date: May 2004
Location: Minot AFB, ND
Posts: 261
|
4u2n schematic should work, it is a H-bridge circuit. The only problem is limiting the range of motion for how long the motor runs to close and open. You could do it with SPST switches setup to limit open and close range of motion. You'd have to write code to operate the motors using the parallel port and read the switches as input to stop the motors from rotating when they have reached their limit. If you know how to program microcontrollers such as PICs or the Basic Stamp then you could use 4u2n's circuit and switches with ease. PM me and maybe I could whip something up.
Remember, using 4u2n's schematic will require heatsinks on the tip31 and tip32 transisters
__________________
Check out my hopefully useful site...
www.hobbybotics.com
It's still under design but it is functional
|
|
|
07-20-2004, 11:01 PM
|
#7
|
|
Variable Bitrate
Join Date: May 2004
Location: Denmark
Posts: 333
|
Quote: Originally Posted by brooksware2000
Remember, using 4u2n's schematic will require heatsinks on the tip31 and tip32 transisters
It not need heatsinks on tip31 and tip 32, the time and the power to open this type of door do not need more power 1-3 sec
the transisters can handel this small headt.
__________________
Plan for project = 100%
Part the project. = 100%
Built...................= 99%
Finish.................= 99%
Install ...............= 99% -50%
Ditail at 4u2n.dk
Here
|
|
|
07-20-2004, 11:55 PM
|
#8
|
|
Variable Bitrate
Join Date: May 2004
Location: Minot AFB, ND
Posts: 261
|
Quote: Originally Posted by 4u2n
It not need heatsinks on tip31 and tip 32, the time and the power to open this type of door do not need more power 1-3 sec
the transisters can handel this small headt.
Yeah, I suppose you're right about that one. Guess I was thinkin about the wrong kinda application for long term use instead of a few seconds or so.
__________________
Check out my hopefully useful site...
www.hobbybotics.com
It's still under design but it is functional
|
|
|
07-21-2004, 04:48 AM
|
#9
|
|
Newbie
Join Date: Jul 2004
Posts: 52
|
[quote]how long the motor runs to close and open.[quote/]
That problem is solved by the microswitches insede the cd-rom.
I'll draw a sceme for that when I have a little more time available.
Tomorow or tonight.
I don't think we need the sceme by 4u2n.
I've got a circuit in mind wich needs only one relais.
(If I understand the meanings of the wires comming out of the cd-rom corectly)
|
|
|
07-21-2004, 05:05 AM
|
#10
|
|
Newbie
Join Date: Jul 2004
Posts: 52
|
I've got the sceam ready.
Can someone tell me how to acces the photo upload section of this site?
I really don't have the time now to search.
If i don't hear anyting i'll serch the section myself, but than I can post my drawing tomorow...
|
|
|
07-21-2004, 06:56 AM
|
#11
|
|
Variable Bitrate
Join Date: May 2004
Location: Denmark
Posts: 333
|
Quote: Originally Posted by MatthijsNL
I've got the sceam ready.
Can someone tell me how to acces the photo upload section of this site?
I really don't have the time now to search.
If i don't hear anyting i'll serch the section myself, but than I can post my drawing tomorow...
Use the in the buttom of the page
Attach Files
Valid file extensions: bmp doc gif jpe jpeg jpg pdf png psd txt zip
__________________
Plan for project = 100%
Part the project. = 100%
Built...................= 99%
Finish.................= 99%
Install ...............= 99% -50%
Ditail at 4u2n.dk
Here
|
|
|
07-21-2004, 11:38 PM
|
#12
|
|
Variable Bitrate
Join Date: May 2004
Location: Minot AFB, ND
Posts: 261
|
Quote: Originally Posted by MatthijsNL
I've got the sceam ready.
Can someone tell me how to acces the photo upload section of this site?
I really don't have the time now to search.
If i don't hear anyting i'll serch the section myself, but than I can post my drawing tomorow...
Click on Advanced and then click on manage attachments and browse to the file you want to upload
__________________
Check out my hopefully useful site...
www.hobbybotics.com
It's still under design but it is functional
|
|
|
07-22-2004, 12:05 PM
|
#13
|
|
Newbie
Join Date: Jul 2004
Posts: 52
|
Ok Thanks.
Well here it is.
Can't do it with one relais (like I said) becouse there's a wire that gets current when the door is fuly open or closed.
So we'll need a relais for that to.
|
|
|
07-22-2004, 05:08 PM
|
#14
|
|
Maximum Bitrate
Join Date: Nov 2003
Location: NC
Posts: 604
|
What are you going to make the door from? I think something strong that was on tracks that would be hard to break would be nice, then it would be more sturdy and better theft resistant, what do you think? Also a form of locking it down would be nice.
|
|
|
07-23-2004, 05:03 AM
|
#15
|
|
Newbie
Join Date: Jul 2004
Posts: 52
|
I don't know what Xtreme's gonna use, but I can't use something that goes right up.
Becouse there are the vent holes.
So my 'door' is going to be mounted horizontally.
When it's gonna open, is has to flip when fully opened.
I think a pantser is to heavy, and when they want youre screen, they gonna have it.
Pantser or no pantser.
Last edited by MatthijsNL; 07-23-2004 at 06:05 AM.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:39 AM.
| |