-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
159 lines (144 loc) · 6.37 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
<!DOCTYPE html>
<html ng-app>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Fubarino™ Mini: Fubarino™ Social Hardware and Software</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel="stylesheet" href="../lytebox/lytebox.css" type="text/css" media="screen"/>
<link rel="shortcut icon" href="../favicon.ico"/>
<link rel="stylesheet" type="text/css" href="../bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="../css/custom.css"/>
<script src="../bower_components/angular/angular.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
padding-top: 60px;
}
@media(max-width: 960px) {
body {
padding-top: 0px;
}
}
.carousel {
}
.carousel-inner {
text-align: center;
}
.carousel .item > img {
display: inline-block;
}
.footer {
background-color: #252525;
}
</style>
</head>
<body>
<!-- Twitter Bootstrap navbar -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar btn-inverse" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Fubarino™ Social Hardware and Software</a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="../index.html">Home</a>
</li>
<li>
<a href="../mini2/index.html">Mini 2.0</a>
</li>
<li>
<a href="../sd/index.html">SD</a>
</li>
<li>
<a href="../mini/index.html">Mini</a>
</li>
<li>
<a href="../projects/index.html">Projects</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Main content area -->
<div class="container">
<div class="hero-unit">
<div class="row">
<h1>chipKIT™ Fubarino™ Mini</h1>
<p>Chameleon of the Arduino Compatible world. </p>
</div>
</div>
<div class="row">
<div class="span2">
<p>
<a class="btn btn-primary btn-large btn-inverse" href="https://github.com/fubarino/fubarino.github.com/wiki">Wiki</a>
</p>
<p>
<a class="btn btn-primary btn-large btn-inverse external text" href="http://www.microchipdirect.com/ProductSearch.aspx?Keywords=TCHIP011" rel="nofollow">Buy</a>
</p>
<p>
<a class="btn btn-primary btn-large btn-inverse" href="http://bit.ly/downloadmpide">Progam with MPIDE</a>
</p>
</div>
<div class="span8">
<a href="http://www.microchipdirect.com/ProductSearch.aspx?Keywords=TCHIP011" class="external text" rel="nofollow"><img src="../images/FubarinoMiniv15-small.jpg" alt="Fubarino Mini"/></a>
</div>
</div>
</div>
<div class="container">
<h1>Description</h1>
<p>The Fubarino™ Mini is small 33 pin Arduino API compatible board with a difference.
The PIC32MX250 part used on Fubarino Mini has a Peripheral Pin Select function for almost all
of its I/O pins. When writing sketches for the Fubarino Mini, you must remember to connect
an internal peripheral (like SPI or UART) to a particular set of I/O pins using the PPS functions
(ppsInputSelect() and ppsOutputSelect()) before trying to use the peripheral. <a href="https://github.com/fubarino/fubarino.github.com/wiki/Fubarino-Mini-pps">See the
example code</a> for more detailed information.
</p>
<h2>Features</h2>
<ul>
<li>PIC32MX250F128D-50I/ML microcontroller, which includes 128KB Flash and 32K RAM</li>
<li>Supported as development target from within MPIDE</li>
<li>Max 33 I/O pins (normally 27)</li>
<li>Pads for 32 KHz crystal</li>
<li>CPU runs at 48MHz</li>
<li>USB connector for power, programming, and connection to PC (serial, mass storage, etc.)</li>
<li>Two buttons: RESET for resetting the board, and PRG for getting into bootloader mode and user
application use</li>
<li>USB bootloader pre-programmed at the factory – no other hardware needed to program board</li>
<li>Separate ICSP connector – for hardware programming/debugging with PICKit3 or other ICSP
programmer (not needed for use with MPIDE environment)</li>
</ul>
</div>
</div>
<footer class=" footer ">
<div class="container ">
<h3>Fubarino: Social Hardware and Software</h3>
<ul class="footer-links ">
<li>
<a href="https://github.com/fubarino/fubarino.github.com/issues?state=open ">Submit issues</a>
</li>
<li>
<a href="https://github.com/fubarino/fubarino.github.com/wiki ">Roadmap and changelog</a>
</li>
</ul>
</div>
</footer>
<script src="bootstrap/js/jquery-1.9.1.min.js "></script>
<script src="./bootstrap/js/bootstrap.min.js " type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40862004-1', 'fubarino.org');
ga('send', 'pageview');
</script>
</body>
</html>