Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johassel/exo_battery_sizing
Dimensioning of a LFP battery for a 4-DOF Lower Limb Exoskeleton
https://github.com/johassel/exo_battery_sizing
Last synced: 15 days ago
JSON representation
Dimensioning of a LFP battery for a 4-DOF Lower Limb Exoskeleton
- Host: GitHub
- URL: https://github.com/johassel/exo_battery_sizing
- Owner: JoHassel
- License: cc0-1.0
- Created: 2024-09-26T10:34:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T13:22:09.000Z (4 months ago)
- Last Synced: 2024-12-24T14:50:01.329Z (about 1 month ago)
- Language: MATLAB
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exoskeleton Battery Sizing
Dimensioning of a LFP battery for a 3-DOF Lower Limb Exoskeleton## Introduction
The purpose of the Matlab simulation was to calculate the capacity and power of the battery. The data base are trajectories for five different modes: Walking, Stairs-up, Stairs-Down, Sit-to-stand, Stand-to-sit.## Structure
1. Import parameters
2. Extract trajectory data from scientific literature with [DataThief](https://www.datathief.org/)
3. Import trajectories (either rpm and torque trajectories or mechanical power)
4. If rpm and torque imported: calculate mechanical power in W/kg
5. Get absolute values of mechanical power and add second leg (50% offset for walking, stairs-up and stairs-down)
6. Calculate efficiency for motor based on rpm vs. efficiency over cycle (see plots)
7. Calculate electrical power for each mode
8. Outputs: Average power based on load collective, max. current based on peak power, capacity based on average power and running time9. Average current for each actuator
10. Peak power reduction through supercaps## Results
The following graph shows the power of the exoskeleton for the different modes:
Fig.1 - Power over Cycle
The following results define the specs for the battery. It has to be noted that the high current results from the high torques in the stand-up and stairs-up mode. This torque can be reduced in practice by lowering the speed of the movements. (Movement speed of the trajectories was almost healthy human speed)
| Battery Parameter | Value | Unit |
| ----------- | ----------- | ----------- |
| Capacity | 661.6 | Wh |
| Capacity | 13.8 | Ah |
| Max. Current | 82.5 | A |
The final decision was to use two times the [48V, 10Ah, 30A LFP Battery](https://www.akkushop-24.de/Lithium-Ionen-Akkupack-12V-15Ah-15A_13) with one battery for each leg.