-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
221 lines (219 loc) · 7.79 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hcr01</title>
<meta name="keywords" content="hcr01 hybrid charge controller open hardware source free software monitor mppt maximum power point tracking lise meitner schule klima ag carambola stm32f4 microcontroller">
<meta name="description" content="The hcr01 is an open hardware hybrid charge controller, which gives you the opportunity to use solar- and windpower effectively.">
<link rel="stylesheet" href="static/libs/pure/pure-min.css">
<link rel="stylesheet" href="static/libs/pure/grids-responsive-min.css">
<link rel="stylesheet" href="static/libs/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="static/css/marketing.css">
<link rel="stylesheet" href="static/css/app.css">
<script>var image = "<img height=\"11\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABl0lEQVQoz42RT0iTcRyHn+9v+sabZowoo0IUUmMHW4Z3wbxkBuIhJD2GfzrkDvlnNQiXc1LUpS6ug9WtQwhrGGTQaWiNFqjkwVU4S7SyDCtqe99vl4Q61XN6Dp/T84F/IFsyuK2kXU7KUXazwoKmvl0f+vjHYOSYGWc/s5pmnp1SyXHyGsrciKkHINpmJnSdjoFA3aSlTjI9tvepFEmf9/PUtEDE53nB8uaR8Ea0R65iA8+p1WYJ4v9ZbsAMY5y28Ea0T27q3fw+t5Va3FzSuYJd0Gwu7pAmfRScGTogl5jJdF1Y+fQQNBlaN2mQg2Z7BYWkwGrHdsMxBW8FkAC3GMgaNYAFUgPfpwHkFGgCTCO4z4y+wRU/qA2WA5erOUf21VzEJ2GdeJ0SGH1MXb7anDBjxHhLN6W6KHE6yTgNwfceaFiWM+bQWn+RzWnxcUfvSQu79PZqx/CX3yVHrxHQB7mzoaWt8COHpVfvD8ahAGD1/J6vErReRp8wxzspx089P0j9dVakytNNI2UUkmVJp3K3Qh/4H34B5HGVB73rVgIAAAAASUVORK5CYII=\" />"</script>
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading">hybrid charge controller</a>
<ul class="pure-menu-list">
<li class="pure-menu-item pure-menu-selected"><a href="index.html" class="pure-menu-link">Home</a></li>
<li class="pure-menu-item"><a href="doc.html" class="pure-menu-link">Documentation</a></li>
<li class="pure-menu-item"><a href="contrib.html" class="pure-menu-link">Contribute</a></li>
<li class="pure-menu-item"><a href="about.html" class="pure-menu-link">About us</a></li>
<li class="pure-menu-item"><a href="https://monitor.hcr01.io" class="pure-menu-link" target="_blank">Monitor</a></li>
</ul>
</div>
</div>
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">hcr01</h1>
<p class="splash-subhead">Interested?</p>
<p>
<a href="#" class="pure-button pure-button-primary">Get Started</a>
</p>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<h2 class="content-head is-center">Features</h2>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead"><i class="fa fa-rocket"></i>
True dual MPPT
</h3>
<p>
True dual maximum power point tracking at both (photovoltaic and wind turbine) inputs.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-mobile"></i>
Real-time monitoring
</h3>
<p>
Real-time monitoring of the current wind speed, temperature, different voltages and currents and many more values.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-th-large"></i>
Modular
</h3>
<p>
If necessary, connect the controller via CAN-Bus, USB, I²C, WIFI and Ethernet for some external applications (such as Freifunk).
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-life-ring"></i>
Save to operate
</h3>
<p>
With an armada of sensors which measure continuously the transistor temperature, the board and outer temperature, the different currents and voltages to ensure the very save running of the controller.
</p>
</div>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-2">
<h2 class="content-head content-head-ribbon">Theoretical <br /> system specifications</h2>
<table class="pure-table">
<thead>
<tr>
<th>Parameter</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Minimum system voltage</td>
<td>12 V</td>
</tr>
<tr>
<td>Maximum system voltage</td>
<td>72 V</td>
</tr>
<tr>
<td>Maximum wind input voltage</td>
<td>80 V</td>
</tr>
<tr>
<td>Maximum photovoltaic voltage</td>
<td>95 V</td>
</tr>
<tr>
<td>Maximum system/load current</td>
<td>45 A</td>
</tr>
<tr>
<td>Maximum photovoltaic input current</td>
<td>40 A</td>
</tr>
<tr>
<td>Maximum wind input current</td>
<td>25 A</td>
</tr>
<tr>
<td>Maximum ambient temperature</td>
<td>45 °C</td>
</tr>
<tr>
<td>Maximum own consumption (w/ Carambola2-Board)</td>
<td>250 mA</td>
</tr>
</tbody>
</table>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-2">
<h2 class="content-head content-head-ribbon">Status</h2>
<table class="pure-table">
<thead>
<tr>
<th>Subtopic</th>
<th>Done</th>
<th>Contributor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Schematic</td>
<td>97%</td>
<td>jk</td>
</tr>
<tr>
<td>PCB-layout</td>
<td>2%</td>
<td>jk</td>
</tr>
<tr>
<td>µC-program</td>
<td>5%</td>
<td>jk</td>
</tr>
<tr>
<td>I²C-daemon Carambola 2 board</td>
<td>0%</td>
<td>jw/jk</td>
</tr>
<tr>
<td>hcr01 monitor software OpenWrt</td>
<td>0%</td>
<td>jw/jk</td>
</tr>
<tr>
<td>hcr01 deployment and testing</td>
<td>0%</td>
<td>jk</td>
</tr>
<tr>
<td>hcr01 monitor deployment</td>
<td>3%</i></td>
<td>jw</td>
</tr>
<tr>
<td>hcr01 API deployment</td>
<td>1%</i></td>
<td>jw</td>
</tr>
<tr>
<td>hcr01 field test</td>
<td>0%</td>
<td>jw/jk</td>
</tr>
<tr>
<td>Documentation</td>
<td>2%</td>
<td>jw/jk</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="content">
<h2 class="content-head is-center">Contact us</h2>
<p>
If you want to contribute to this project or for curiosity's sake, feel free and contact us.<br>
Jabber:
<ul>
<li>Dr. Boris Reusch: <script>document.write("reusch"+image+"jabber.gnuproject.org")</script></li>
<li>Jurek Weber: <script>document.write("dscso"+image+"openmailbox.org")</script></li>
<li>Jan Kropidlowski: <script>document.write("dl7jc"+image+"jabber.ccc.de")</script></li>
</ul>
Private Email:
<ul>
<li>Dr. Boris Reusch: <script>document.write("reu"+image+"osz-lise-meitner.eu")</script></li>
<li>Jurek Weber: <script>document.write("dscso"+image+"openmailbox.org")</script> GPG: 4096R/<a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x1D1F07D25FCC314B">5FCC314B</a></li>
<li>Jan Kropidlowski: <script>document.write("jkropi"+image+"openmailbox.org")</script> GPG: rsa2048/<a href="https://pgp.mit.edu/pks/lookup?op=get&search=0xED8C627D91CDF514">91CDF514</a> 2014-01-09</li>
</ul>
</p>
<br /><br />
Thank you <a href="https://letsencrypt.org/"><sub><img src="https://letsencrypt.org/images/letsencrypt-logo-horizontal.svg" width="100" /></sub></a> for signing our TLS certificats...
</div>
<div class="footer l-box is-center">
This website is cooked up with vim and pure, revision controlled by git, managed by Jurek Weber and Jan Kropidlowski.
</div>
</div>
</body>
</html>