You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the scope of the ECE sub-team for SailBOT is limited to simple remote control using a transmitter and receiver. In the future however, the boat will become fully autonomous and the need for manual control will be limited to times when we must specifically guide the boat or in the event of a failure on the boat. To enable this, the micro-controller needs to be able to tell the multiplexer driving the servos to take raw input from the receiver instead of from the maestro.
It is important to note that this differs from toggling RC mode and autonomy (auto) mode. Changing the input to the servos should only happen in the event of a failure of some subsystem of which the autonomy of the boat is compromised and the system cannot recover quickly. Simply toggling between RC and auto mode would still have the servos being driven from the maestro.
Breakdown of the system
Micro-Controller (Teensy 4.0) portion
Requirements
Multiplexer control signal is logic level 1 when no failures are present and board is powered on
Multiplexer control signal is logic level 0 when a non-recoverable failure is present and board is powered on
BeagleBone (BB Black) portion
Non-Recoverable Failures
Loss of power to any of the boards combined or individually.
The text was updated successfully, but these errors were encountered:
Something I forgot to mention is how the multiplexers are using the control signal. Since a loss of power should coincide with loss in output, meaning all pins now output logic level 0. The multiplexers will default to direct receiver input in the event of total power loss. It follows then that a control signal of logic level 1 causes maestro output to drive the servos.
Introduction
Currently the scope of the ECE sub-team for SailBOT is limited to simple remote control using a transmitter and receiver. In the future however, the boat will become fully autonomous and the need for manual control will be limited to times when we must specifically guide the boat or in the event of a failure on the boat. To enable this, the micro-controller needs to be able to tell the multiplexer driving the servos to take raw input from the receiver instead of from the maestro.
It is important to note that this differs from toggling RC mode and autonomy (auto) mode. Changing the input to the servos should only happen in the event of a failure of some subsystem of which the autonomy of the boat is compromised and the system cannot recover quickly. Simply toggling between RC and auto mode would still have the servos being driven from the maestro.
Breakdown of the system
Micro-Controller (Teensy 4.0) portion
Requirements
BeagleBone (BB Black) portion
Non-Recoverable Failures
The text was updated successfully, but these errors were encountered: