@@ -226,6 +227,7 @@ The hardware must remain within the budget.
...
@@ -226,6 +227,7 @@ The hardware must remain within the budget.
The DLA used a custom Rocket PCB in previous Prjects therfore it was the foundation to be expandaed apon with additional functionality for this Project.
The DLA used a custom Rocket PCB in previous Prjects therfore it was the foundation to be expandaed apon with additional functionality for this Project.
WE kept the Xiao ESP32C3 as the Micoprocessor, the 10 DOF Sensor PCB and the SingleCell LiPo Battery.
WE kept the Xiao ESP32C3 as the Micoprocessor, the 10 DOF Sensor PCB and the SingleCell LiPo Battery.
**Periphery**
**Periphery**
The Periphery to be supported:
The Periphery to be supported:
...
@@ -236,7 +238,8 @@ The Periphery to be supported:
...
@@ -236,7 +238,8 @@ The Periphery to be supported:
@@ -252,6 +255,7 @@ While it is simple, not requiring additional Components it only offers 3.3V with
...
@@ -252,6 +255,7 @@ While it is simple, not requiring additional Components it only offers 3.3V with
The Second Design Tested was to have a seperate Voltage Supply for the Motors and the rest of the Hardware.
The Second Design Tested was to have a seperate Voltage Supply for the Motors and the rest of the Hardware.
This failed hower because the Boost Converter and Esp32 would effectivly act as a Voltage Divider dropping the Voltage registered at the battery Protection circuit of the esp32 below the needed 3.2V, even at very low currents.
This failed hower because the Boost Converter and Esp32 would effectivly act as a Voltage Divider dropping the Voltage registered at the battery Protection circuit of the esp32 below the needed 3.2V, even at very low currents.
@@ -259,6 +263,7 @@ This failed hower because the Boost Converter and Esp32 would effectivly act as
...
@@ -259,6 +263,7 @@ This failed hower because the Boost Converter and Esp32 would effectivly act as
The third design tested was utilising a seperate BMS PCB to keep the Battery Voltage at the correct level on for Protection circuit while not beeing limited to the 0.75 A of the ESP32s Voltage regulator.
The third design tested was utilising a seperate BMS PCB to keep the Battery Voltage at the correct level on for Protection circuit while not beeing limited to the 0.75 A of the ESP32s Voltage regulator.
While the Design theoretically provided optimal Power for the Motors it had a lot of Components and inefficiencies limiting the actual benefits.
While the Design theoretically provided optimal Power for the Motors it had a lot of Components and inefficiencies limiting the actual benefits.
@@ -267,6 +272,7 @@ The fourth Desing tested and ultimatly used in the Rocket was a hybrid design wh
...
@@ -267,6 +272,7 @@ The fourth Desing tested and ultimatly used in the Rocket was a hybrid design wh
During testing we noticed that while the mechanical Power correlated to the electical Power provided the maximum Torque of the Moter was purly related to the supplyed Voltage.
During testing we noticed that while the mechanical Power correlated to the electical Power provided the maximum Torque of the Moter was purly related to the supplyed Voltage.
The hybrid Design offerd maximum flexibility where the Servo Motor could ether be optimized for Torque by boosting the Voltage or optimized for optimal Power/Efficency using the ESP32 3.3V supply.
The hybrid Design offerd maximum flexibility where the Servo Motor could ether be optimized for Torque by boosting the Voltage or optimized for optimal Power/Efficency using the ESP32 3.3V supply.
The PCB was screwed into the Bottom Cargo Section leaving the Periphery accessible with a with hole to equalise the pressure for the barometer.
## Testing
During Testing we found that overcoming the friction of the linear Servo Motors and Hinges was the limiting Factor.
Therfore the optimal reliability of the Servomotors was reached when the voltage was boosted to 4.3V providing maximum Torque without dropping below 3.3V on the ESP32 during stall current.
Additionaly lubrication with silicon greace helped tremendously.
## Launch Day
On Launch Day one of the Servomotors provided significantly lower Torque and was therefore not able to reliably push one side of the Fairing open.
This was ether because we transported the upper section fully assembled with most of the loads aplyed transfered into the motor or due to the greece of the silicon greece drying up which was applied during the extensive testing on the day before.
## Software Design (@stsuyooo)
## Software Design (@stsuyooo)
To keep it simple an illustration of the state machine will be used to explain the software. To see the full code visit the project [repository](https://code.fbi.h-da.de/hda10343/dla/-/tree/Satellite/Satellite?ref_type=heads).
To keep it simple an illustration of the state machine will be used to explain the software. To see the full code visit the project [repository](https://code.fbi.h-da.de/hda10343/dla/-/tree/Satellite/Satellite?ref_type=heads).