How to connect CD-ROM motor to PIC microcontroller?

Microcontroller Topics
DeepakPatil23
Sergeant
Sergeant
Posts: 20
Joined: Mon May 23, 2011 7:16 pm

Re: How to connect CD-ROM motor to PIC microcontroller?

Post by DeepakPatil23 » Sat Jul 02, 2011 4:53 pm

Hi,

For ejecting a CDROM small motor which has only 2 wire connection red and Black. and main Motor having 11 connection
which are those?? and which type of these motors ?
:?:
02072011434.jpg
02072011434.jpg (7.92 KiB) Viewed 4775 times
02072011437.jpg
02072011437.jpg (8.6 KiB) Viewed 4775 times
02072011435.jpg
02072011435.jpg (12.94 KiB) Viewed 4775 times
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: How to connect CD-ROM motor to PIC microcontroller?

Post by Neo » Sun Jul 03, 2011 12:37 am

First one looks like a Brushless DC (BLDC) motor. Most pins on the connector must be the ones connected to hall-effect sensors. I guess there are few.

Second one looks like it has only 2 wires right? Then it should be just a DC motor which is simple to operate. If you need more control over a DC motor as such, you can do that with H-Bridge circuit. H-Bridges are available as ICs that are simple to control using a micro.

On the first one, you will have to do some experiments with a multimeter to identify the wires that are going to the motor. Once you make the motor working, you can move to hall-effect sensors as you wish. I guess we can expect some help from NTSH on this.
User avatar
Nandika
Captain
Captain
Posts: 247
Joined: Sat Oct 15, 2011 11:40 am
Location: Galle-Sri Lanka

Re: How to connect CD-ROM motor to PIC microcontroller?

Post by Nandika » Sat Dec 17, 2011 8:02 pm

Neo wrote:First one looks like a Brushless DC (BLDC) motor. Most pins on the connector must be the ones connected to hall-effect sensors. I guess there are few.
What is hall-effect sensor?
has it for sense motor speed? like computer CPU Cooler?
and,
some coolers(new P4,dual core{LGA 775 and latest) have 4 pin motor,some(P3,P2)have 3 pin.
what is defferent in thies cooler?

[ Post made via Mobile Device ] Image
User avatar
Shane
Captain
Captain
Posts: 226
Joined: Sun Jul 19, 2009 9:59 pm
Location: Jönköping, Sweden

Re: How to connect CD-ROM motor to PIC microcontroller?

Post by Shane » Mon Dec 19, 2011 2:58 pm

What is hall-effect sensor?
has it for sense motor speed?
hall.gif
hall.gif (19.86 KiB) Viewed 4662 times
A Hall effect sensor is a transducer that varies its output voltage in response to a magnetic field. Hall effect sensors are used for proximity switching, positioning, speed detection, and current sensing applications.

In its simplest form, the sensor operates as an analogue transducer, directly returning a voltage. With a known magnetic field, its distance from the Hall plate can be determined. Using groups of sensors, the relative position of the magnet can be deduced.

Electricity carried through a conductor will produce a magnetic field that varies with current, and a Hall sensor can be used to measure the current without interrupting the circuit. Typically, the sensor is integrated with a wound core or permanent magnet that surrounds the conductor to be measured.

Frequently, a Hall sensor is combined with circuitry that allows the device to act in a digital (on/off) mode, and may be called a switch in this configuration. Commonly seen in industrial applications such as the pictured pneumatic cylinder, they are also used in consumer equipment; for example some computer printers use them to detect missing paper and open covers. When high reliability is required, they are used in keyboards.
like computer CPU Cooler?
No. computer fans are control by PWM. A PWM capable fan is usually connected to a 4-pin connector (pinout: Ground, +12V, sense, control). The sense pin is used to measure the rotation speed of the fan and the control pin is a open-drain or open-collector output, which requires a pull-up to 5V or 3.3V in the fan. Unlike linear voltage regulation, where the fan voltage is proportional to the speed, the fan is driven with a constant supply voltage; the speed control is performed by the fan based on the control signal.

The control signal is a square wave operating at 25kHz, with the duty cycle determining the fan speed. Typically a fan can be driven between about 30% and 100% of the rated fan speed, using a signal with up to 100% duty cycle. The exact speed behaviour (linear, off until a threshold value, or a minimum speed until a threshold) at low control levels is manufacturer-dependent.
some coolers(new P4,dual core{LGA 775 and latest) have 4 pin motor,some(P3,P2)have 3 pin.
what is defferent in thies cooler?
I think you are now clear on this one.
Post Reply

Return to “Microcontrollers”