The landing gears of radio controlled aircraft can be retracted and extended in some models. There are many ways to do this. The most usual way is pneumatic control which is very unrealistic and unreliable.
Hydraulic control is a good alternative but it is expensive and requires complex systems.
The best way is using electric actuators to accomplish this task.
There are two main types of electric retract systems. One type uses endpoint switches which signal to the control logic that an endpoint has been reached so that the current to the motor can be switched off. More sophisticated systems omit those unreliable mechanical switches. They check the current of the motor. If the motor reaches an endpoint it stalls, increasing the current draw drastically. This increase in current is being sensed by the control circuitry.
I am using two relays for this purpose. You can see the schematic. The contacts of the relay form an H bridge. If I activate one relay the landing gear extends and if I activate the other relay the landing gear retracts. You can see the low side current sensing resistor (0.33 ohm). I am using an Attiny85 to control the relays and to monitor the voltage between the pins of this resistor.
Although the setup works fine most of the time, there are times when the gear stops moving midway. I think the inductive nature of the electirc motor makes the voltage reading unreliable.
A typical motor draws 300 - 400 mA during normal operation and when stalled it draws more than 1000 mA current. So it should not be too difficult to differentiate between the normal operation and stalled condition. At least theoretically.
Do you have any suggestions for the setup? (Any capacitors maybe across the shunt resistor etc...)
Thank you very much.

Hydraulic control is a good alternative but it is expensive and requires complex systems.
The best way is using electric actuators to accomplish this task.
There are two main types of electric retract systems. One type uses endpoint switches which signal to the control logic that an endpoint has been reached so that the current to the motor can be switched off. More sophisticated systems omit those unreliable mechanical switches. They check the current of the motor. If the motor reaches an endpoint it stalls, increasing the current draw drastically. This increase in current is being sensed by the control circuitry.
I am using two relays for this purpose. You can see the schematic. The contacts of the relay form an H bridge. If I activate one relay the landing gear extends and if I activate the other relay the landing gear retracts. You can see the low side current sensing resistor (0.33 ohm). I am using an Attiny85 to control the relays and to monitor the voltage between the pins of this resistor.
Although the setup works fine most of the time, there are times when the gear stops moving midway. I think the inductive nature of the electirc motor makes the voltage reading unreliable.
A typical motor draws 300 - 400 mA during normal operation and when stalled it draws more than 1000 mA current. So it should not be too difficult to differentiate between the normal operation and stalled condition. At least theoretically.
Do you have any suggestions for the setup? (Any capacitors maybe across the shunt resistor etc...)
Thank you very much.
