I have burned out two stock brush motors this week... I have heat sinks installed, and with
heat sink paste. I took off the stickers on the motors to install the heat sink, which
even exposes an extra air hole on the motor.
Maybe this is a bad lot on the motors.
I could have installed the motors too tightly, and I did notice on the second burned motor
(ie my second Exceed Eagle 50) I had the screw rubbing some what on the main gear.
I am thinking this is the cause of the second motor burn out, but it flew great with no
apparent loss of lift and speed. Although hand turning the main gear had been noticeable
before I readjusted the motor, unfortunately after it burned out.
As another note for some of you that make your own "home page" to use on your computers,
or design webpages... this will help you search without go to a site. It is coded for rcuniverse.com
and google.
Insert the form in your webpage or homepage.
You will get a "box" to enter your search and a button for rcuniverse.com
or all of the Web on google.
Code:
<TABLE>
<tr>
<td align="left" height="70" valign="top" width="336">
<form method="get" action="http://www.google.com/search">
<input name="domains" value="rcuniverse.com" type="hidden">
<input name="q" size="25" maxlength="255" value="" type="text">
<input name="btnG" value="Google" type="submit"><input name="sitesearch" value="rcuniverse.com" checked="checked" type="radio">
<b><font color="black">Search RCUNIVERSE.COM</font></b>
<input name="sitesearch" value="" type="radio">WWW
</form>
</td>
</tr>
</TABLE>