Difference between revisions of "Landing Gear"

From Bike Wiki
Jump to navigation Jump to search
(Created page with "The landing gear is controlled via RC, deploying or retracting the training wheels with a toggle switch. The transmitted signal is received by the receiver on the bike and sen...")
 
Line 1: Line 1:
The landing gear is controlled via RC, deploying or retracting the training wheels with a toggle switch. The transmitted signal is received by the receiver on the bike and sent to the Arduino DUE, which uses a relay module to drive the motor in a certain direction. Once the motor reaches its desired position, it hits one of the limit switches, shutting off power and thus stopping the motor. The purpose of this section is to provide a better schematic of the system and explain the current status and any improvements on the old landing gear.  
+
The landing gear is a subsystem designed to assist testing or, more specifically, maintaining the bike upright when beginning and ending testing. The landing gear is controlled via a toggle switch (Channel 5) on the RC that deploys and retracts the wheels.  
  
===Schematic/Design===
+
==Schematic/Design==
 
+
The landing gear is a DC motor (##) controlled by two relays (from the relay module) and powered by a standard 9V battery. The two relay's input signals (in3 and in4) is connected to the pins 47 and 48, respectively. As seen on the schematic, the relay's normally open (NO) and normally closed (NC) terminals are either connected to directly to the motor or to the COM of one of the limit switches. The best way to understand the schematic is by understanding what occurs when the relays are on NC or NO. Fundamentally, when the relays are on NC, the motor rotates in one direction. If on NO, the motor turns in the opposite direction. The limit switches are connected in the NC configuration, meaning that the circuit between the relay and the motor is normally closed until the limit switch is triggered. Hence, when one of the arms hits the limit switch, it opens the circuit and causes the motor to stop. Note that triggering one of the limit switches does not prevent the motor turning in the other direction.
===Fixes and Improvements===
+
===Electronics===
 
+
The landing gear system is an assembly of different electrical components, specifically a relay module, limit switches, and a DC motor.
====Horizontal Kickstand====
+
====Relay Module====
 
+
====Limit Switch(es)====
===Future Goals: Recovery System===
+
====DC Motor====
 +
==Past and Current Issues==
 +
===Arms Bending===
 +
===Interruption Bug===
 +
===Power Supply===

Revision as of 04:50, 8 May 2019

The landing gear is a subsystem designed to assist testing or, more specifically, maintaining the bike upright when beginning and ending testing. The landing gear is controlled via a toggle switch (Channel 5) on the RC that deploys and retracts the wheels.

Schematic/Design

The landing gear is a DC motor (##) controlled by two relays (from the relay module) and powered by a standard 9V battery. The two relay's input signals (in3 and in4) is connected to the pins 47 and 48, respectively. As seen on the schematic, the relay's normally open (NO) and normally closed (NC) terminals are either connected to directly to the motor or to the COM of one of the limit switches. The best way to understand the schematic is by understanding what occurs when the relays are on NC or NO. Fundamentally, when the relays are on NC, the motor rotates in one direction. If on NO, the motor turns in the opposite direction. The limit switches are connected in the NC configuration, meaning that the circuit between the relay and the motor is normally closed until the limit switch is triggered. Hence, when one of the arms hits the limit switch, it opens the circuit and causes the motor to stop. Note that triggering one of the limit switches does not prevent the motor turning in the other direction.

Electronics

The landing gear system is an assembly of different electrical components, specifically a relay module, limit switches, and a DC motor.

Relay Module

Limit Switch(es)

DC Motor

Past and Current Issues

Arms Bending

Interruption Bug

Power Supply