-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
489 lines (268 loc) · 12.1 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>MC HCK, the hacker's microcontroller board: small. cheap. versatile. open source. - mchck.org</title>
<meta name="author" content="Simon Schubert and the MC HCK project">
<meta name="description" content="ARM Cortex-M4 microcontroller board. small. cheap. versatile. open source.">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://mchck.org">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="mchck.org" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/libs/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">mchck.org</a></h1>
<h2>The hacker's microcontroller board: small. cheap. versatile. open source.</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:mchck.org" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/about">About</a></li>
<li><a href="/">News</a></li>
<li><a href="https://github.com/mchck/mchck/wiki">Wiki</a></li>
<li><a href="https://github.com/mchck/mchck">Source</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013-08-13-self_hosted_toolchain_the_mc_hck_as_swd_adapter/">Self Hosted Toolchain: The MC HCK as SWD Adapter</a></h1>
<p class="meta">
<time datetime="2013-08-13T23:34:40+02:00" pubdate data-updated="true">Aug 13<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p><img src="/images/mchck-r4-mchck.jpg" alt="/images/mchck-r4-mchck.jpg" /></p>
<p>I am happy to announce that we have a self-hosted toolchain: The MC
HCK can now act as SWD debug adapter for other MC HCKs, without
requiring any other external debug adapters or development boards.</p>
<p>The SWD interface is a debug interface, similar to JTAG; however, it
only requires two signal lines, and it is specific to ARM processors.
In the MC HCK toolchain, we use SWD to initially program the USB
bootloader, as well as to debug code. See below for a short example
session.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013-08-13-self_hosted_toolchain_the_mc_hck_as_swd_adapter/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013-08-06-self-built-mchck-for-5-dollars/">Self Built MC HCK for $5</a></h1>
<p class="meta">
<time datetime="2013-08-06T00:00:00+02:00" pubdate data-updated="true">Aug 6<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p><img src="/images/mchck-r4-about-to-assemble.jpg" alt="/images/mchck-r4-about-to-assemble.jpg" /></p>
<p>From the beginning, the MC HCK was conceived to be not only cheap to
produce and sell, but it was also conceived to be buildable at home,
at a low cost. In this post, we’ll show how to build a MC HCK at
home.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013-08-06-self-built-mchck-for-5-dollars/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013-08-01-design-revision-5-has-landed/">Design Revision 5 Has Landed</a></h1>
<p class="meta">
<time datetime="2013-08-01T00:22:00+02:00" pubdate data-updated="true">Aug 1<span>st</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p><a href="/images/mchck-r5-composite.png"><img src="/images/mchck-r5-composite.png" alt="/images/mchck-r5-composite.png" /></a></p>
<p>Given that we are still waiting for components for the prototype kit,
I used the opportunity to do another design iteration. The new design
features (hopefully) improved analog noise performance, and a
rearranged pin layout that allows to use the nRF24L01+ RF boards
directly on SPI.</p>
<p>As usual, you can look at the <a href="https://github.com/mchck/mchck/wiki/Schematic-and-layout">schematics and design on the wiki</a> or
<a href="https://github.com/mchck/mchck-board/tree/fab">access the fabrication outputs</a> directly.</p>
<p>During the coming weeks, I will do a post series explaining the
gimmicks and features of the MC HCK.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013-07-27-prototype_kit_funding_succesful/">Prototype Kit Funding Succesful!</a></h1>
<p class="meta">
<time datetime="2013-07-27T00:27:50+02:00" pubdate data-updated="true">Jul 27<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p><i>This text is an adapted version of what has been mailed to the
prototype supporters.</i></p>
<p>Thanks to all supporters for ordering a MC HCK prototype kit and
supporting the project! The funding has been successful: almost all
kits have been sold.</p>
<p>There are a few things that will help make the MC HCK a success:</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013-07-27-prototype_kit_funding_succesful/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013-07-19-First-parts-for-prototypes/">First Parts for Prototypes</a></h1>
<p class="meta">
<time datetime="2013-07-19T00:00:00+02:00" pubdate data-updated="true">Jul 19<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Everything is progressing smoothly with the prototypes! We’ve sold
40 prototype kits so far, which means that this undertaking will
really happen.</p>
<p>Today, the first parts for the kits arrived:</p>
<p><img src="https://farm6.staticflickr.com/5321/9318462017_2c2b164e6e_c_d.jpg" alt="https://farm6.staticflickr.com/5321/9318462017_2c2b164e6e_c_d.jpg" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2013-07-19-First-parts-for-prototypes/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013-06-25-Prototypes-Available/">Prototypes Available</a></h1>
<p class="meta">
<time datetime="2013-06-25T00:00:00+02:00" pubdate data-updated="true">Jun 25<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>We are happy to be able to announce the first prototype MC HCK dev
kits. These prototype kits are meant for early adopters, who would
like to evaluate and verify the electrical design of the MC HCK, and
those who want to contribute to the growing software library.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013-06-25-Prototypes-Available/">Read on →</a>
</footer>
</article>
<div class="pagination">
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1><a href="/about">About the MC HCK</a></h1>
<img src="/images/mchck-r1-programming-small.jpg" title="'MC HCK R1 being programmed'" >
<p>The MC HCK (pronounced: “McHack” [mæk hæk]) is a
<i>small</i>, <i>cheap</i>, and <i>versatile</i> ARM Cortex-M4 based microcontroller
platform.</p>
<p>The MC HCK is entirely <i>open source</i> and created by the community,
from geeks, for geeks.</p>
<footer>
<a rel="full-article" href="/about">Read on →</a>
</footer>
</section>
<section>
<h1>Get in Touch</h1>
<ul>
<li>Mailing list:
<ul class="horizontal">
<li><a href="mailto:nerds_curlyA_0x2c.org">Post</a></li>
<li>
<form method="POST"
action="https://0x2c.org/mailman/subscribe/nerds"
target="_blank">
<input type="text" name="email" placeholder="Subscribe" />
</form>
</li>
</ul>
</li>
<li>IRC: <a href="irc://freenode/%23mchck">#mchck@freenode</a></li>
</ul>
</section>
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2013-08-13-self_hosted_toolchain_the_mc_hck_as_swd_adapter/">Self Hosted Toolchain: The MC HCK as SWD Adapter</a>
</li>
<li class="post">
<a href="/blog/2013-08-06-self-built-mchck-for-5-dollars/">Self Built MC HCK for $5</a>
</li>
<li class="post">
<a href="/blog/2013-08-01-design-revision-5-has-landed/">Design Revision 5 Has Landed</a>
</li>
<li class="post">
<a href="/blog/2013-07-27-prototype_kit_funding_succesful/">Prototype Kit Funding Succesful!</a>
</li>
<li class="post">
<a href="/blog/2013-07-19-First-parts-for-prototypes/">First Parts for Prototypes</a>
</li>
</ul>
</section>
<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating…</li>
</ul>
<a href="https://github.com/mchck">@mchck</a> on GitHub
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'mchck',
count: 0,
skip_forks: true,
skip_repos: ["mchck.github.io"],
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013 - Simon Schubert and the MC HCK project -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://stats.mchck.org/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://stats.mchck.org/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
</body>
</html>