-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (68 loc) · 2.96 KB
/
index.html
File metadata and controls
82 lines (68 loc) · 2.96 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Fakebit Polytechnic</title>
<style type="text/css">
body {
text-align: center;
}
img {
border: none;
}
#image {
margin-top: 20px;
}
.centred{
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div id="image" class="centred"><img height=200 width=200 src="fbp_page_background.jpg" alt="Fakebit Polytechnic" /></div>
<div>
<a
href="https://www.youtube.com/playlist?list=PLO1B9Gc9IrRPRJhxDp1Cyxpl18_dAi_Ib">YouTube</a>
<a href="https://soundcloud.com/fakebitpoly">Soundcloud</a>
<a href="https://www.facebook.com/fakebitpolytechnic/">Facebook</a>
<a href="https://github.com/fakebitpolytechnic/">GitHub</a>
<a href="https://twitter.com/FakeDaveGreen">Twitter</a><br><br>
<a href="mailto:ntkdave@gmail.com">Email</a><br><br>
</div>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/b4NDVJKHIVk" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>
<div id="image" class="centred"><img width=1080 src="singlechipcheapsynth.jpg"></div>
<div id="text">
<i>For the single-chip version, you need to program the ATmega328 + adjust
its fuses from another Arduino</i><br><br>
pin 2: One of the low-power LED pins (try both ways!), MIDI
#5 (signal)<br>
pin 7: Other LED pin, MIDI #4 (power), power to pin 20<br>
pin 8: Ground to pin 22, 22 pF smoothing capacitors to each pin of crystal<br>
pins 9, 10: Crystal + smoothing capacitors<br>
pin 15: Audio out (in this case to headphone socket)<br>
pin 20: Power from pin 7<br>
pin 21: Not used!<br>
pin 22: Ground from pin 8, MIDI #2 (earth - MIDI cable screen is wrapped
around this to keep it out of the way)<br>
<br>
NB: <a href="http://www.philrees.co.uk/midiplug.htm">Handy guide to MIDI
pinouts<br><br></a>
</div>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/l5pTfl1sGr8" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>
<div id="image" class="centred"><img src="cheapsynthexternal2.jpg" alt="Fakebit Polytechnic" /></div>
<div class="centred"><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FFakebit-Polytechnic%2F164437630260501&width=300&colorscheme=light&connections=0&stream=false&header=false&height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:62px;" allowTransparency="true"></iframe></div>
<div id="image" class="centred"><img height=200 width=200 src="fbp_page_background.jpg" alt="Fakebit Polytechnic" /></div>
</body>
</html>