-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotov1.html
42 lines (38 loc) · 1.54 KB
/
protov1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Prototype Showcase
description: Esat v1
image: ../images/femv1sol2.png
bottom_image: https://source.unsplash.com/jXd2FSvcRr8/2000x1322?a=.png
---
<section class="hero" style="background-image: url({% include relative-src.html src=page.image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h1 class="editable">Esat v1</h1>
<p class="subtext editable">Prototype Showcase</p>
</div>
</div>
</section>
<div class="content">
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h2 class="editable">Bottom side: Main PCB</h2>
<p class="editable">This main PCB features solar charging with MPPT and efficient boost-buck voltage control. It also contains the 9-axis Inertial Measuement Unit (IMU) and a spectrometer. The main SoC controls the satellite inclusive the payload and connects with the radio (RF) frontend. </p>
</div>
<div class="image">
<img class="editable" src="../images/femv1bot_2.png" alt="Prototype" />
</div>
</div>
</section>
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h2 class="editable">Front side: Solar Cell</h2>
<p class="editable">On this lab-prototype, we used a connectable 6-series triple-junction solar cell. Below the solar cell is the super-capacitor and the inductors, which assure an efficient energy conversion.</p>
</div>
<div class="image">
<img class="editable" src="../images/femv1sol1.png" alt="Prototype" />
</div>
</div>
</section>
</div>