Skip to content

Commit 99180e4

Browse files
committed
board_2
1 parent 7ebaf61 commit 99180e4

15 files changed

+468
-2
lines changed

.DS_Store

4 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: en/post
3+
title: "Motor control board updated"
4+
subtitle: "The new board fixes some glitches, adds extra Servo control"
5+
splash: "blog/coderbot_board_2_0_splash.jpg"
6+
date: 2015-05-07 12:00:00
7+
category: blog
8+
tags: news
9+
author: CoderBot
10+
language: it
11+
---
12+
The new motor control board (or "hat", in Raspberry PI terms) is finally here.
13+
14+
The board enable the PI to control two motors, either DC via L293D or Servo, and two additional Servos which can be used for different purposes: a robotic crane, to rotate ant tilt the camera or new, yet to be conceived ideas that will be part of the next version of CoderBot, 2.0, currently under development.
15+
16+
The board is compatible with Raspberry PI model A, B, B+ and the very new model B 2 (honestly, it was not yet tested on that one, but we look forward to play with it!).
17+
18+
![intro]({{site.baseurl}}/img/blog/coderbot_board_2_0_1.jpg)
19+
20+
The design is available [here][pcb] as a gerber file. If you are interested in getting one copy, please [contact us][contact] for more info.
21+
22+
[pcb]: {{site.baseurl}}http://123d.circuits.io/circuits/412909-coderbot-motor-shield-servo-dc-combo#pcb
23+
[contact]: mailto:[email protected]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: it/post
3+
title: "Pronta la nuova scheda di controllo motori"
4+
subtitle: "La nuova scheda corregge alcuni piccoli bug e permette di gestire motori DC e Servo"
5+
splash: "blog/coderbot_board_2_0_splash.jpg"
6+
date: 2015-05-07 12:00:00
7+
category: blog
8+
tags: news
9+
author: CoderBot
10+
language: it
11+
---
12+
Finalmente è arrivata la nuova versione della scheda di controllo motori.
13+
14+
La scheda attuale, che è compatibile con Raspberry PI Model A, B, B+ e il nuovissimo B 2 (onestamente su quest'ultimo non è ancora stata testata, ma non vediamo l'ora!), permette di controllare una coppia di motori DC, tramite il circuito L293D, oppure due motori Servo.
15+
16+
Oltre ai due motori dedicati al movimento del robot, la scheda permette anche il controllo di due motori Servo aggiuntivi, che potranno essere usati come attuatori di una pinza, oppure per brandeggiare la telecamera o altre idee ancora da definire che diventeranno parte della prossima versione di CoderBot, la 2.0, attualmente in fase di sviluppo.
17+
18+
![intro]({{site.baseurl}}/img/blog/coderbot_board_2_0_1.jpg)
19+
20+
Come sempre, potete scaricare lo schema in formato gerber [qui][pcb].
21+
22+
Se desiderate riceverne una copia, scrivete alla [mail di contatto][contact] del sito per maggiori informazioni.
23+
24+
[pcb]: {{site.baseurl}}http://123d.circuits.io/circuits/412909-coderbot-motor-shield-servo-dc-combo#pcb
25+
[contact]: mailto:[email protected]
Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="CoderBot is an open source, raspberry pi robot specialized in teaching kids the basics of robotics and coding.
9+
">
10+
<meta name="author" content="">
11+
12+
<title>Motor control board updated</title>
13+
14+
<!-- Bootstrap Core CSS -->
15+
<link href="/css/bootstrap.min.css" rel="stylesheet">
16+
17+
<!-- Custom CSS -->
18+
<link href="/css/coderbot.css" rel="stylesheet">
19+
20+
<!-- Custom Fonts -->
21+
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
22+
23+
<!-- jQuery Version 1.11.0 -->
24+
<script src="/js/jquery-1.11.0.js"></script>
25+
26+
<!-- jQuery Version 1.11.0 -->
27+
<script src="/js/bootstrap.min.js"></script>
28+
29+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
30+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
31+
<!--[if lt IE 9]>
32+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
33+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
34+
<![endif]-->
35+
36+
<link rel="canonical" href="http://coderbot.org/blog/2015/05/07/en-board-2-0.html">
37+
</head>
38+
39+
40+
<body>
41+
<!-- Page Content -->
42+
<div class="container">
43+
44+
<header class="site-header">
45+
<!-- Navigation -->
46+
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
47+
<div class="container">
48+
<!-- Brand and toggle get grouped for better mobile display -->
49+
<div class="navbar-header">
50+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
51+
<span class="sr-only">Navigation</span>
52+
<span class="icon-bar"></span>
53+
<span class="icon-bar"></span>
54+
<span class="icon-bar"></span>
55+
</button>
56+
<a class="navbar-brand" href="/en/index.html"><img class="navbar-logo" src="/img/coderbot_logo_79.png">CoderBot</a>
57+
</div>
58+
<!-- Collect the nav links, forms, and other content for toggling -->
59+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
60+
<ul class="nav navbar-nav navbar-right">
61+
<li>
62+
<a href="/en/about.html">About</a>
63+
</li>
64+
<li>
65+
<a href="/en/how_to_build_it.html">Make</a>
66+
</li>
67+
<li>
68+
<a href="/en/projects.html">Play & Learn</a>
69+
</li>
70+
<li>
71+
<a href="/en/contact.html">Contacts</a>
72+
</li>
73+
<li>
74+
<a href="https://groups.google.com/forum/#!forum/coderbot-users" target="new">Forum</a>
75+
</li>
76+
<li>
77+
<a href="/en/news.html">News</a>
78+
</li>
79+
<li>
80+
<a href="/it/index.html">Italian</a>
81+
</li>
82+
</ul>
83+
</div>
84+
<!-- /.navbar-collapse -->
85+
</div>
86+
<!-- /.container -->
87+
</nav>
88+
</header>
89+
90+
91+
<!-- Page Heading/Breadcrumbs -->
92+
<div class="row">
93+
<div class="col-lg-12">
94+
<h1 class="page-header">Motor control board updated</h1>
95+
<ol class="breadcrumb">
96+
<li><a href="/en/index.html">CoderBot</a>
97+
<li><a href="/en/news.html">Blog</a>
98+
</li>
99+
<li class="active">Motor control board updated</li>
100+
</ol>
101+
<hr>
102+
<!-- Date/Time -->
103+
<p><i class="fa fa-clock-o"></i> Posted on 07/05/2015 by CoderBot <i class="fa fa-tags"></i> <span class="label label-primary">news</span> </p>
104+
</div>
105+
</div>
106+
<!-- /.row -->
107+
108+
<!-- Content Row -->
109+
<div class="row">
110+
111+
<!-- Blog Post Content Column -->
112+
<div class="col-lg-12">
113+
<!-- Post Content -->
114+
<p class="lead"><p>The new motor control board (or “hat”, in Raspberry PI terms) is finally here.</p>
115+
116+
<p>The board enable the PI to control two motors, either DC via L293D or Servo, and two additional Servos which can be used for different purposes: a robotic crane, to rotate ant tilt the camera or new, yet to be conceived ideas that will be part of the next version of CoderBot, 2.0, currently under development.</p>
117+
118+
<p>The board is compatible with Raspberry PI model A, B, B+ and the very new model B 2 (honestly, it was not yet tested on that one, but we look forward to play with it!).</p>
119+
120+
<p><img src="/img/blog/coderbot_board_2_0_1.jpg" alt="intro" /></p>
121+
122+
<p>The design is available <a href="http://123d.circuits.io/circuits/412909-coderbot-motor-shield-servo-dc-combo#pcb">here</a> as a gerber file. If you are interested in getting one copy, please <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#105;&#110;&#102;&#111;&#064;&#099;&#111;&#100;&#101;&#114;&#098;&#111;&#116;&#046;&#111;&#114;&#103;">contact us</a> for more info.</p>
123+
124+
</p>
125+
</div> <hr>
126+
<!-- /.row -->
127+
128+
<hr>
129+
130+
131+
<hr>
132+
<footer class="site-footer">
133+
<div class="row">
134+
<div class="col-lg-12">
135+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://coderbot.org" property="cc:attributionName" rel="cc:attributionURL">CoderBot</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
136+
</div>
137+
</div>
138+
</footer>
139+
<script>
140+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
141+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
142+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
143+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
144+
145+
ga('create', 'UA-52649755-1', 'auto');
146+
ga('send', 'pageview');
147+
148+
</script>
149+
150+
</div>
151+
<!-- /.container -->
152+
</body>
153+
</html>
Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="CoderBot is an open source, raspberry pi robot specialized in teaching kids the basics of robotics and coding.
9+
">
10+
<meta name="author" content="">
11+
12+
<title>Pronta la nuova scheda di controllo motori</title>
13+
14+
<!-- Bootstrap Core CSS -->
15+
<link href="/css/bootstrap.min.css" rel="stylesheet">
16+
17+
<!-- Custom CSS -->
18+
<link href="/css/coderbot.css" rel="stylesheet">
19+
20+
<!-- Custom Fonts -->
21+
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
22+
23+
<!-- jQuery Version 1.11.0 -->
24+
<script src="/js/jquery-1.11.0.js"></script>
25+
26+
<!-- jQuery Version 1.11.0 -->
27+
<script src="/js/bootstrap.min.js"></script>
28+
29+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
30+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
31+
<!--[if lt IE 9]>
32+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
33+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
34+
<![endif]-->
35+
36+
<link rel="canonical" href="http://coderbot.org/blog/2015/05/07/it-board-2-0.html">
37+
</head>
38+
39+
40+
<body>
41+
<!-- Page Content -->
42+
<div class="container">
43+
44+
<header class="site-header">
45+
<!-- Navigation -->
46+
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
47+
<div class="container">
48+
<!-- Brand and toggle get grouped for better mobile display -->
49+
<div class="navbar-header">
50+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
51+
<span class="sr-only">Navigazione</span>
52+
<span class="icon-bar"></span>
53+
<span class="icon-bar"></span>
54+
<span class="icon-bar"></span>
55+
</button>
56+
<a class="navbar-brand" href="/it/index.html"><img class="navbar-logo" src="/img/coderbot_logo_79.png">CoderBot</a>
57+
</div>
58+
<!-- Collect the nav links, forms, and other content for toggling -->
59+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
60+
<ul class="nav navbar-nav navbar-right">
61+
<li>
62+
<a href="/it/about.html">Cosa è</a>
63+
</li>
64+
<li>
65+
<a href="/it/how_to_build_it.html">Come costruirlo</a>
66+
</li>
67+
<li>
68+
<a href="/it/projects.html">Gioca e Impara</a>
69+
</li>
70+
<li>
71+
<a href="/it/contact.html">Contatti</a>
72+
</li>
73+
<li>
74+
<a href="https://groups.google.com/forum/#!forum/coderbot-users" target="new">Forum</a>
75+
</li>
76+
<li>
77+
<a href="/it/news.html">Novità</a>
78+
</li>
79+
<li>
80+
<a href="/en/index.html">English</a>
81+
</li>
82+
</ul>
83+
</div>
84+
<!-- /.navbar-collapse -->
85+
</div>
86+
<!-- /.container -->
87+
</nav>
88+
</header>
89+
90+
91+
<!-- Page Heading/Breadcrumbs -->
92+
<div class="row">
93+
<div class="col-lg-12">
94+
<h1 class="page-header">Pronta la nuova scheda di controllo motori</h1>
95+
<ol class="breadcrumb">
96+
<li><a href="/it/index.html">CoderBot</a>
97+
<li><a href="/it/news.html">Blog</a>
98+
</li>
99+
<li class="active">Pronta la nuova scheda di controllo motori</li>
100+
</ol>
101+
<hr>
102+
<!-- Date/Time -->
103+
<p><i class="fa fa-clock-o"></i> Pubblicato il 07/05/2015 da CoderBot <i class="fa fa-tags"></i> <span class="label label-primary">news</span> </p>
104+
</div>
105+
</div>
106+
<!-- /.row -->
107+
108+
<!-- Content Row -->
109+
<div class="row">
110+
111+
<!-- Blog Post Content Column -->
112+
<div class="col-lg-12">
113+
<!-- Post Content -->
114+
<p class="lead"><p>Finalmente è arrivata la nuova versione della scheda di controllo motori.</p>
115+
116+
<p>La scheda attuale, che è compatibile con Raspberry PI Model A, B, B+ e il nuovissimo B 2 (onestamente su quest’ultimo non è ancora stata testata, ma non vediamo l’ora!), permette di controllare una coppia di motori DC, tramite il circuito L293D, oppure due motori Servo.</p>
117+
118+
<p>Oltre ai due motori dedicati al movimento del robot, la scheda permette anche il controllo di due motori Servo aggiuntivi, che potranno essere usati come attuatori di una pinza, oppure per brandeggiare la telecamera o altre idee ancora da definire che diventeranno parte della prossima versione di CoderBot, la 2.0, attualmente in fase di sviluppo.</p>
119+
120+
<p><img src="/img/blog/coderbot_board_2_0_1.jpg" alt="intro" /></p>
121+
122+
<p>Come sempre, potete scaricare lo schema in formato gerber <a href="http://123d.circuits.io/circuits/412909-coderbot-motor-shield-servo-dc-combo#pcb">qui</a>.</p>
123+
124+
<p>Se desiderate riceverne una copia, scrivete alla <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#105;&#110;&#102;&#111;&#064;&#099;&#111;&#100;&#101;&#114;&#098;&#111;&#116;&#046;&#111;&#114;&#103;">mail di contatto</a> del sito per maggiori informazioni.</p>
125+
126+
</p>
127+
</div> <hr>
128+
<!-- /.row -->
129+
130+
<hr>
131+
132+
133+
<hr>
134+
<footer class="site-footer">
135+
<div class="row">
136+
<div class="col-lg-12">
137+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licenza Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />Quest'opera di <a xmlns:cc="http://creativecommons.org/ns#" href="http://coderbot.org" property="cc:attributionName" rel="cc:attributionURL">CoderBot.org</a> è distribuita con Licenza <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribuzione - Condividi allo stesso modo 4.0 Internazionale</a>.
138+
</div>
139+
</div>
140+
</footer>
141+
<script>
142+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
143+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
144+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
145+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
146+
147+
ga('create', 'UA-52649755-1', 'auto');
148+
ga('send', 'pageview');
149+
150+
</script>
151+
152+
153+
154+
</div>
155+
<!-- /.container -->
156+
</body>
157+
</html>

_site/en/news.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ <h1 class="page-header">News
112112

113113

114114

115+
116+
117+
118+
115119
<!-- First Blog Post -->
116120
<h2>
117121
<a href="/blog/2014/12/14/en-hour-of-code-2014.html"">Hour of Code 2014 - Build and code your own robot!</a>

_site/en/prj_fun.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ <h1 class="page-header">Gioca con CoderBot
118118

119119

120120

121+
122+
123+
124+
121125

122126

123127

_site/en/projects.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ <h1 class="page-header">Play and learn with CoderBot
115115

116116

117117

118+
119+
120+
121+
118122

119123
<div class="row">
120124
<div class="col-md-7">

0 commit comments

Comments
 (0)