forked from PKAstro/Gemini-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
G1_EPROM.html
86 lines (65 loc) · 2.92 KB
/
G1_EPROM.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="en-us" http-equiv="Content-Language" />
<title>Gemini 1 EPROM Sources</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="ajxmenu.css" type="text/css">
<link href="gemini-2.css" rel="stylesheet" title = "light" type="text/css">
<link href="gemini-2-dark.css" rel="stylesheet" title = "dark" type="text/css">
<script src="style_switcher.js"></script>
<link href="theme-selector.css" rel="stylesheet" type="text/css">
<script src="w3data.js"></script></head>
<body onload="set_style_from_cookie()">
<div w3-include-html="header.html" ></div>
<div class="AJXMenueDFaTFD" w3-include-html="navigation.html"></div><script>w3IncludeHTML();</script>
<table align="center" style="max-width: 900px; min-width: 200px;">
<tr>
<td class="h3">EPROM Sources and Source code</td>
</tr>
</table>
<br />
<table align="center" style="min-width: 500px; max-width:80%">
<tr>
<td class="style6">
<h1>Where to get programmed EPROMs for your Gemini-1:</h1>
<p>
<a href="http://www.eprompro.com/gemini.html" target="_blank">EPROM Pro</a> in Ottawa Canada
</p>
<p>
<a href="http://www.atscope.com.au/" target="_blank">Advanced Telescope</a>
in Australia</p>
<p>David C. Partridge in the UK<br>
email:<a href="mailto:[email protected]?subject=Gemini-1 Eproms">david.partridge at perdrix dot co dot uk</a>
</p>
<p>Michael Herman in USA<br>
mobile: 408 421-1239<br>
email:<a href="mailto:[email protected]?subject=Gemini-1 Eproms">mherman346 at gmail dot com</a>
</p>
<p>Brendan Smith in Australia<br>
email:<a href="mailto:[email protected]?subject=Gemini-1 Eproms">brenatlilydale at gmail dot com</a>
</p>
<h1>EPROM PROGRAMING CODE:</h1>
<a href="downloads/Gemini-1_Eprom_Code/L4V105.zip" target="_blank">Level 4 Version 1.05</a> in zipped format.
<ul class="auto-style3">
<li>Difference between L1 V1.04 and L4 V1.05<ul>
<li>Added some serial line commands for moving the axes by certain mounts of steps (motor encoder ticks).
</li>
<li>Added a serial line command to read out the motor axes encoders</li>
</ul>
</li>
</ul>
<a href="downloads/Gemini-1_Eprom_Code/L4V104.zip" target="_blank">Level 4 Version 1.04</a> in zipped format.
<p> Please refer to <a href="Gemini-1 firmware.html" target="_self">Gemini 1 Firmware Versions</a> for more information about the firmware revisions.</p>
</td>
</tr>
</table>
<link rel="stylesheet" href="ajxmenu_bottom.css" type="text/css">
<div w3-include-html="footer.html" ></div>
</body>
</html>