Difference between revisions of "Components Previously on the PCB"
Line 48: | Line 48: | ||
====Xbee Pro==== | ====Xbee Pro==== | ||
The Xbee Pro was used in conjunction with CUSail's remote controller. The bike uses a different controller. | The Xbee Pro was used in conjunction with CUSail's remote controller. The bike uses a different controller. | ||
+ | |||
+ | ==Other Components== | ||
+ | |||
+ | ===IMU & RS=== | ||
+ | The IMU (Inertial Measurement Unit) is a sensor used to provide information regarding the bike's current angle and angular rates. The IMU is connected to the board using a six pin-out terminal (figure N). Because the IMU communicates with the DUE using [[Fundamental_Concepts|SPI]], the pin-out terminal requires MISO, MOSI, and SCK connections to the DUE. The pin-out terminal has a pin called IMU-CS and it is believed to be the designated SS (Slave Select) for the IMU. Additionally, two pins (5V and GND) supplies power to the IMU. | ||
+ | |||
+ | Similarly, the RS communicates to the DUE using SPI and thus requires the same terminals, MISO, MOSI, SCK, and (in this case) RS-CS. The RS is connected to the board through a six pin-out terminal, two terminals being GND and 3.3V. Initially, the RS terminal was used for the BeagleBone Black that is a micro-controller. The motivation behind the BeagleBone was that the DUE would communicate with the IMU through the BeagleBone. However, the BeagleBone is no longer used and the DUE directly communicates with the IMU directly via SPI. Currently, the pin-put terminal for RS is not used but serves as an extra SPI communication port and thus may be used for any future microcontrollers or peripherals (e.g. Raspberry Pi). |
Revision as of 16:15, 25 April 2020
The printed circuit board has many components that have been deemed obsolete and removed. Below is a list of those components, how they worked, and why the were removed.
Contents
Components Removed In Spring 2020
Prior to spring 2020, the PCB was designed for use by both CUBike and CUSail, resulting in many parts that were not necessary for the functioning of the bike. In Spring 2020, a major overhaul was started in part to remove many of these unnecessary parts.
Watchdog
The Watchdog is an external timer circuit that assured the Arduino DUE was correctly executing its loop. The Watchdog’s timer was reset each time the DUE successfully completed a loop. However, if the DUE’s loop execution was unsuccessful, the Watchdog’s timer would not be reset, causing an emergency shutdown and preventing damage to the bike’s systems.
The Watchdog connected to the PCB through three pins, labeled WD+DPINS, and an op-amp.
WD+DPINS
Pin Label | Connected To |
---|---|
1 | DUE pin 45 |
2 | DUE pin 43 |
3 | Op-Amp pin 1 WDO |
Associated Op-Amp
Pin Label | Connected To |
---|---|
1 WDO | WD+DPINS pin 3 |
2 GND | GND |
3 EN | DUE pin 41 |
4 WDI | DUE pin 42 |
5 VCC | C35 --> GND |
The Watchdog and associated hardware were removed because an unsuccessful loop execution by the DUE was deemed to be an unlikely source of failure.
Additional Components Only Used by CUSail
Sail Motor
The old PCB contained outputs for the sail motor and bike motor. Since the bike is not a sailboat, the sail motor outputs were removed.
Sail Power
Similar to the sail motor, only the bike power output is necessary.
H-Bridges
Xbee Pro
The Xbee Pro was used in conjunction with CUSail's remote controller. The bike uses a different controller.
Other Components
IMU & RS
The IMU (Inertial Measurement Unit) is a sensor used to provide information regarding the bike's current angle and angular rates. The IMU is connected to the board using a six pin-out terminal (figure N). Because the IMU communicates with the DUE using SPI, the pin-out terminal requires MISO, MOSI, and SCK connections to the DUE. The pin-out terminal has a pin called IMU-CS and it is believed to be the designated SS (Slave Select) for the IMU. Additionally, two pins (5V and GND) supplies power to the IMU.
Similarly, the RS communicates to the DUE using SPI and thus requires the same terminals, MISO, MOSI, SCK, and (in this case) RS-CS. The RS is connected to the board through a six pin-out terminal, two terminals being GND and 3.3V. Initially, the RS terminal was used for the BeagleBone Black that is a micro-controller. The motivation behind the BeagleBone was that the DUE would communicate with the IMU through the BeagleBone. However, the BeagleBone is no longer used and the DUE directly communicates with the IMU directly via SPI. Currently, the pin-put terminal for RS is not used but serves as an extra SPI communication port and thus may be used for any future microcontrollers or peripherals (e.g. Raspberry Pi).