Welcome:

Welcome to Alternative Battery Enterprise weblog, Alternative Battery Enterprise is a small business based in Malaysia, that realt/refill/recell or even repair your laptop and notebook battery.


Alternative Battery Enterprise always emphasize on the quality of the refilled battery, you are welcome to search for our services record or user experience on other web space.

Since first operates from year 2006, Alternative Battery Enterprise maintain good customer sales and services record.

Fast turn around time, your battery will be fixed in less than one week time. Usually customers get their batteries back in next day although they are normally told 3 working day to proceed. This could be the most efficient battery refill service that really work you could possibly found in Malaysia.

Battery is backed with 100% money back satisfaction guarantee in the first month of recell. Alternative Battery Enterprise accept any reasonable reject of any refilled battery and refund will be issued immediately in 3 working day after battery is post back to us.

A total of 1 year warranty will be given!

There are 6 months warranty on battery cell, in this period you will still get a refund of 80% if your battery fail beyond repair.

After 6 months, Alternative Battery Enterprise will still fix your battery if it fail within any period of 1 year without any additional charge excluded postage fees.

Even after the warranty period, if you confirm that your battery cell is still in good condition, but battery just no working, it can be repaired at RM30! Which is the best way to ensure you get a working battery that value for your money!

Most customers reported that a refilled battery work 2-3years! Some really poorly designed (too few cell with big load) battery may last merely just 1 year, some may last up to 4 years.

Leave a user comment


Sunday 28 March 2010

Control a stepper motor with just one low cost IC

There are generally two type of motor that can do the amount of work you request, stepper and a servo motor. Stepper is usually more precise but slow (to prevent overturn or underturn), but those stepper in your hardrive is not slow at all, it can even go up to 10'000RPM, perhap it turn a large degree for every driving signal? Or it can be magnetized/demagnetized very fast, I just never have experience with it.

A stepper motor is the type of motor that usually use in printer, typewriter to roll the paper in the correct length one time a bit.

Custom stepper motor driver is expansive, usually around RM15 to RM25 each driver IC. If you burn one during development of your project, that mean you burn RM15 each time.

Alternatively, you can use 4 MOSFET or BJT and one microcontroller to drive your unipolar type stepper motor. If you need to drive a bipolar type stepper motor with only 4-pin as you found on most printer, you will need at least 6 transistor to form two individual switchable H-bridge.

A H-bridge is a transistor bridge that allow bipolar (two direction) current flowing. To cut the cost, one can actually get a ready available bidirectional motor drive IC on the market such as BA6238A.

Those IC are very famous last time, it is widely use in CD-player, tape-recorder and etch. As long as there are at least 2 bidirectional channel, you can use it to drive a stepper motor. Please note that those IC only cost less than RM3, but I doubt will you still get it from the market as it is obsoleted. Nowaday BJT is widely replace by the MOSFET due to it significant power saving benefit over BJT.

You can refer to code below to drive your BA6238A to bipolar stepper motor, please note that a unipolar stepper can be drive with bipolar driver, but a bipolar stepper motor won't work if drive with unipolar driver.

Last Pattern is global variable that store the last motor control patern. We only need to output 3 LSB pin from PC port or MCU port to the BA6238A. Pin 10 of BA6238 is common to both bipolar coil of the motor, Pin 2,3 is connected to the repective coil of different phase.

ACT_OP1=0x07; //Motor 1 mask 00000111, last 3 pin of port B
if (MTP1.Val>RELATIVE_POS1.Val && !FORCE_REVERSE)
{
switch (LAST_PATTERN1)
{
case 5: LAST_PATTERN1=3;break;
case 3: LAST_PATTERN1=4;break;
case 4: LAST_PATTERN1=2;break;
case 2: LAST_PATTERN1=5;break;
default: LAST_PATTERN1=5;
}
RELATIVE_POS1.Val++; //Change this to change direction??
}

Reverse drection is done with reversed pattern.

else if (FORCE_REVERSE)
{ //MASK=LAST_PATTERN1 & 0x07
switch (LAST_PATTERN1)
{
case 5: LAST_PATTERN1=2;break;
case 3: LAST_PATTERN1=5;break;
case 4: LAST_PATTERN1=3;break;
case 2: LAST_PATTERN1=4;break;
default: LAST_PATTERN1=5; }
RELATIVE_POS1.Val--;
}
else
{
ACT_OP1=0;
}

motor= LAST_PATTERN1 & ACT_OP1

'motor' is Port B in my case. I know it is dificuit with no photo here, but I am not too free to take the photo yet, will try to post it later if posible.

Please note that you should turn the active coil off for a while before you turn on another coil, you can do this with timer, alternatively, a current sense circuit can be used to sense the current across the motor. The best way is high side current sensing on BA driver, then chop the supply off when it over the limit. If you sense it at low side, the digital i/o signal will become too noisy.

Ok, I think that is enough for small piece of information, if you have problem kindly email to: mail.altbattery@gmail.com. May not be replied on this affair, but you can try your luck.

Friday 12 March 2010

Drill-bit for sell

This tiny drill-bit is so difficuit to get from local hardware shop, therefore I buy some oversea, for some of my through hole old style PCB drilling work.

DIP8 through hole CNC result of my CNC project at year 2004:


Diameter available: 0.8mm, 0.9mm, 1mm, suitable for thru hole type PCB drilling, can be used on CNC(computer numerical control) machine, mini hand drill or dremel.
Price: RM10 each(Please specified the diameter you want), postage add RM3 for courier.
Item condition: New