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
Copy file name to clipboardExpand all lines: docs/px4_robots/solar_rover_setup.md
+45-17Lines changed: 45 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,42 +9,73 @@ nav_order: 2
9
9
10
10
# Solar Rover Setup
11
11
12
-
## Solar rover & components imporant to the Solar Panels
12
+
## Solar rover & components
13
13
14
-
The Solar-Rover
15
-

14
+
**Solar Rover**
16
15
17
-
Topside view
16
+

18
17

19
18
20
-
Components:
19
+
**Components:**
21
20
22
-
12V Battery with an XT60 connection
21
+
**12V Battery with an XT60 connection**
23
22

24
23
25
-
Solar Panels
24
+
**Solar Panels**
26
25

27
26
28
-
MPPT
27
+
**MPPT**
29
28

30
29
30
+
## Solar panel specifications
31
+
32
+
Voltage: 18v
33
+
34
+
Watts: 9w
35
+
36
+
Current: 0.5 amps
37
+
31
38
## Current solar panel configuration
32
39
33
40
**Distinction between parallel and series connections (solar panels):**
34
41
35
42
-**Series connection:** Increases the voltage.
36
-
- For the rover, this was unnecessary since the battery operates at 12V and each solar panel also has a 12V rating.
43
+
- For the rover, this was unnecessary since the battery operates at 12V and each solar panel operates at a voltage raving above 12v.
37
44
38
45
-**Parallel connection:** Increases the current.
39
46
- Since the battery’s voltage requirement is already satisfied, the panels must be connected in parallel to provide the necessary current.
40
47
41
48
To power the rover’s electronics, especially the motors, all solar panels are wired in **parallel**.
42
49
43
-
**Simplified solar-rover wiring diagram:**
50
+
**Simplified solarrover wiring diagram:**
44
51

45
52
46
-
## Turning on the Solar-Rover
53
+
## Solar rover dimensions & max speed
54
+
55
+
Length: 16 inch
56
+
57
+
Width: 8.5 inch
58
+
59
+
height: 4.5 inch
60
+
61
+
Max speed: 1 m/s
62
+
63
+
## Solar panel configuration specifications
64
+
65
+
Total surface area: 0.549918 m^2
66
+
67
+
Idle current yeild: 4.5 amps
68
+
69
+
## Solar rover energy specfications
70
+
71
+
Total energy capacity: 207,792 J
72
+
73
+
Idle discharge: approximately **0.50 A**
74
+
75
+
Moving discharge: **2 A**
76
+
47
77
78
+
## Turning on the solar rover
48
79
49
80
**Warning:**
50
81
The battery must be connected to the MPPT *before* the solar panels, otherwise the MPPT could be damaged.
@@ -55,17 +86,14 @@ The battery must be connected to the MPPT *before* the solar panels, otherwise t
55
86
2. Connect the solar panels to the MPPT using the XT60 connectors. *(Optional, only if you want to use the panels.)*
56
87
3. Connect the load (the rover) to the MPPT via the XT60 connector.
57
88
4. Press the right arrow button on the MPPT to activate discharging/charging.
58
-
- The MPPT will display the current drawn from the battery and the current generated by the panels.
59
-
- Idle discharge is approximately **0.50 A**.
60
-
- While moving at ~1 m/s (on a box), the discharge is approximately **2 A**.
89
+
- The MPPT will display the current drawn from the battery and the current generated by the panels.
61
90
5. Once completed, you should see these icons on the MPPT:
62
91
-
63
92
64
93
65
-
## Connect to the solar-rover
94
+
## Connect to the solarrover
66
95
67
-
Info:
68
-
The solar-rover already has all of the necessary repositories already therefore you will only need to clone groundstation_cps_solar repo on your laptop.
96
+
Info: The solar-rover already has all of the necessary repositories already therefore you will only need to clone groundstation_cps_solar repo on your laptop.
0 commit comments