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 ?
How to connect CD-ROM motor to PIC microcontroller?
-
- Sergeant
- Posts: 20
- Joined: Mon May 23, 2011 7:16 pm
Re: How to connect CD-ROM motor to PIC microcontroller?
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.
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.
Re: How to connect CD-ROM motor to PIC microcontroller?
What is hall-effect sensor?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.
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 ]
Re: How to connect CD-ROM motor to PIC microcontroller?
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.What is hall-effect sensor?
has it for sense motor speed?
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.
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.like computer CPU Cooler?
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.
I think you are now clear on this one.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?