|
| 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="mailto:info@coderbot.org">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> |
0 commit comments