Tinker.it notes can be found here: www.tinker.it/en/Teaching/Actuators
Voltage = Current * Resistance. (V=IR)
Power = Voltage * Current (P=VI)
Power = Current2 * Resistance (P=I2R)
Torque measured in Newton meters: (needed to spec installation).
int rangeAdjust(float oldMinVal, float oldMaxVal, float newMinVal, float newMaxVal, float currentReading)
{
float ratio = (currentReading-oldMinVal)/(oldMaxVal-oldMinVal);
float newValue = ratio * (newMaxVal - newMinVal);
newValue = newValue + newMinVal; // bump up the figure into the new range
return newValue;
}
TP.org (for pump)
Power supply from Rapid. £60.
BOOK: Robotics, Mechatronics & artificial intelligence.
BOOK: Muscle wire.
- Could use a cam to count spins i.e. cam makes switch go on one rotation.
- Slots on a disk to count spins (optical encoder).
- Slotted opto switch (found in printers etc.).
-
1. List wires & measure resistance between pairs to work out which are connected.
Standard degree shift: 1.8, 7.5, 15, 30