I read "...These motors can be found in old floppy drives and are easy to control...".
The motor I got out of floppy was little different. I first setup from another Arduino tutorial I can't find link of it, the L293D circuit. I used diods for back EMF as it is usual, and the included example of Arduino IDE using digi-pins of 8-11. It works, but the chip (brand new for the project) and motor both get hot very fast.
I first decided to go back to the original tutorial with ULN2003, but the motor there has 5 wires with vcc separated, while my stepper has only 4.
I thought to ask here before changing setup that may be I'm doing something wrong with L293D that motor and chip get that hot?
I checked with datasheet of L293D and I've nothing in difference with. I'm not using heat sink / fan, but well, anyway it should not get that much fast so hot (max around 15 seconds and I can't touch the chip).
Also I'm using good isolated wires so no false contact.
Any idea please, where from the heat is coming from?
How I must go with the missing vcc wire of my stepper, if I get back to ULN2003 please?
I'm not familiar with floppy disk drive stepper motors, but 5 wire stepper motors I've seen have had four coils each with a live terminal and a common terminal. I don't know how this would work with four wires, unless perhaps the motor only has three coils. I suggest you check which pairs of wires are connected to which coil, by measuring the resistance between each combination of wires. Once you have identified the live wire and common wire(s) you should be able to work out the drive algorithm. You will probably need some trial and error to work out the physical order of the coils, unless that's obvious.
I thought it is ok to use 12v as floppy has 12v input from power of pc (as long as I know)
Ok, then I have to start changing power from 5 up to see where motor works normal and less heat. Any other suggestion? May be better to use L293B for higher current of it?
Generally, for such floppy / cd /dvd stepper motor to use an h-bridge, no spec. difference to use L293B or L293B right?
(I know better designs exist, like coupling 297 and 298, etc. just to understand difference of D and B there which I think is simply about current they can bear?)