This is a valid Atom 1.0 feed.
This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
... r.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2 ...
^
... r.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2 ...
^
... o POLI-UPE</title><subtitle type='html'></subtitle><link rel='http://sch ...
^
... eds/2802461878609199964/posts/default'/><link rel='alternate' type='text ...
^
line 6, column 0: (2 occurrences) [help]
<center><script src="http://www.java.com/js/deployJava.js" ...
line 65, column 0: (4 occurrences) [help]
<center> <iframe width="560" height="349" src=& ...
line 66, column 0: (11 occurrences) [help]
<div class="separator" style="clear: both; text-align: cen ...
<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2802461878609199964</id><updated>2024-11-05T18:49:34.984-08:00</updated><category term="Hardware"/><category term="Projeto"/><category term="Arduino"/><category term="Introdução"/><category term="Processing"/><category term="Programação"/><category term="Resenha"/><category term="Saudações"/><title type='text'>Equipe Arduino POLI-UPE</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://equipe-arduino.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default'/><link rel='alternate' type='text/html' href='http://equipe-arduino.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Equipe Arduino POLI-UPE</name><uri>http://www.blogger.com/profile/06982986241282192654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2802461878609199964.post-8910552060237570257</id><published>2011-07-17T18:26:00.000-07:00</published><updated>2011-07-18T19:22:00.592-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Processing"/><category scheme="http://www.blogger.com/atom/ns#" term="Programação"/><category scheme="http://www.blogger.com/atom/ns#" term="Projeto"/><title type='text'>Começando a programar a interface gráfica do projeto.</title><content type='html'>&nbsp;Galera, estou tentando montar a interface gráfica de controle do projeto utilizando a linguagem de programação processing. Estou aos poucos obtendo progresso no entendimento da linguagem. Tive a idéia de fazer tipo um radar para mostrar a localização do robô a medida que ele for se movimentando. Fiz tipo um radar.<br />
&nbsp;Vejam ele aqui, eu mesmo fiz linha por linha de programação.<br />
<br />
<br />
<br />
<center><script src="http://www.java.com/js/deployJava.js" type="text/javascript">
</script><br />
<script type="text/javascript">
/* <![CDATA[ */
var attributes = {
code: 'radar_caseiro.class',
archive: 'https://sites.google.com/site/equipearduinoupe/radar_caseiro.jar?attredirects=0&d=1',
width: 400,
height: 400,
};
var parameters = {
image: 'loading.gif',
centerimage: 'true',
};
var version = '1.5';
deployJava.runApplet(attributes, parameters, version);
/* ]]> */
</script><br />
<br />
<noscript> &amp;amp;amp;amp;amp;lt;div&amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;lt;!--[if !IE]&amp;amp;amp;amp;amp;gt; --&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;lt;img src="http://img2.blogblog.com/img/video_object.png" style="background-color: #b2b2b2; height: 400px; width: 400px; " class="BLOGGER-object-element tr_noresize tr_placeholder" id="BLOGGER_object_0" data-original-id="BLOGGER_object_0" /&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;lt;!--&amp;amp;amp;amp;amp;lt;![endif]--&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;lt;/div&amp;amp;amp;amp;amp;gt;</noscript></center><br />
<br />
<br />
&nbsp; A idéia é que a medida que o robô vá se movendo, sua posição( que é o triângulo que aparece ao passar o mouse) vá sendo atualizada pelo sistema.<br />
&nbsp;Ainda preciso melhorar ele, por exemplo o triangulo estará ligado as coordenadas do robô( e não do mouse) e quando o triângulo sair do circulo verde ele deve desaparecer da tela para identificar que saiu do alcance do radar.<br />
&nbsp;Bom vou ter que quebrar a cabeça pra fazer isso. Segue abaixo o código fonte que fiz no processing, vocês podem dar uma testada, falou.<br />
<br />
<br />
<span style="color: blue;">int i=0;</span><br />
<span style="color: blue;">float a,b;</span><br />
<br />
<br />
<span style="color: blue;">&nbsp;void setup() {</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size(400, 400);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frameRate(8);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; smooth();</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } </span><br />
<br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp; void draw() {</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; background(0);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fill(0,200,0);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ellipse(height/2, width/2, 200, 200);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stroke(255);&nbsp;&nbsp; </span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; line(height/2,width/2,a,b);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fill(0,0,255);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(i&gt;=359) {</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i=0;} else {</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i=i+1;}</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a= (cos(i)*100)+(height/2);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b= (sin(i)*100)+(width/2);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; triangle(mouseX,mouseY,mouseX+10,mouseY+10,mouseX-10,mouseY+10);</span><br />
<span style="color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;<span style="color: blue;">&nbsp;&nbsp;&nbsp; }</span><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</content><link rel='replies' type='application/atom+xml' href='http://equipe-arduino.blogspot.com/feeds/8910552060237570257/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://equipe-arduino.blogspot.com/2011/07/comecando-programar-interface-grafica.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/8910552060237570257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/8910552060237570257'/><link rel='alternate' type='text/html' href='http://equipe-arduino.blogspot.com/2011/07/comecando-programar-interface-grafica.html' title='Começando a programar a interface gráfica do projeto.'/><author><name>Equipe Arduino POLI-UPE</name><uri>http://www.blogger.com/profile/06982986241282192654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2802461878609199964.post-5805182711064802689</id><published>2011-06-28T10:20:00.000-07:00</published><updated>2011-06-28T10:20:59.943-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hardware"/><category scheme="http://www.blogger.com/atom/ns#" term="Projeto"/><category scheme="http://www.blogger.com/atom/ns#" term="Resenha"/><title type='text'>Perdas inevitáveis em projetos eletrônicos.</title><content type='html'>&nbsp;Espero que não tenhamos muitas perdas como as do vídeo abaixo. <br />
<br />
<br />
<center> <iframe width="560" height="349" src="http://www.youtube.com/embed/JCPXckfT-6g" frameborder="0" allowfullscreen></iframe></center></content><link rel='replies' type='application/atom+xml' href='http://equipe-arduino.blogspot.com/feeds/5805182711064802689/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/perdas-inevitaveis-em-projetos.html#comment-form' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/5805182711064802689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/5805182711064802689'/><link rel='alternate' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/perdas-inevitaveis-em-projetos.html' title='Perdas inevitáveis em projetos eletrônicos.'/><author><name>Equipe Arduino POLI-UPE</name><uri>http://www.blogger.com/profile/06982986241282192654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/JCPXckfT-6g/default.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2802461878609199964.post-1216015381761957618</id><published>2011-06-21T10:15:00.000-07:00</published><updated>2011-06-21T10:15:05.941-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arduino"/><category scheme="http://www.blogger.com/atom/ns#" term="Hardware"/><category scheme="http://www.blogger.com/atom/ns#" term="Projeto"/><title type='text'>Breve preparação para o projeto</title><content type='html'>Pessoal, enquanto não colocamos a mão na massa pra valer por causa das provas que ainda não terminaram, resolvi dar uma adiantada aqui na base do projeto que vamos fazer, nada demais, apenas reuni alguns materiais para fazer o chassi do projeto. O nosso projeto vai se apoiar sobre essa montagem da foto abaixo.<br />
<div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhz6cnV7IVBoejbag5GZUCo99Ef-HZjAx0W2r3djFKPedhXIH2Pw3Od6t3Y2GKORxLK38qmyDB2sv4VQChWG6Qm1esCKXaK1BtGk8Gin6G0UmOoIz8jBlJxCZOairC0iupcNvprOFCHycg/s1600/100_0832.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhz6cnV7IVBoejbag5GZUCo99Ef-HZjAx0W2r3djFKPedhXIH2Pw3Od6t3Y2GKORxLK38qmyDB2sv4VQChWG6Qm1esCKXaK1BtGk8Gin6G0UmOoIz8jBlJxCZOairC0iupcNvprOFCHycg/s320/100_0832.JPG" width="320" /></a></div>A construção não foi nada demais. Apenas utilizei umas peças que comprei da <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;_trksid=p4340.l2557&amp;rt=nc&amp;nma=true&amp;item=160569997063&amp;si=nZLj6HGhy1Iektmfl0JRs%252BYY39Q%253D&amp;viewitem=&amp;sspagename=STRK%3AMEWNX%3AIT">tamiya</a> no ebay. As peças são um jogo genérico de peças para montar qualquer tipo de estrutura.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkPlvRxED8d11RPVHBkuyeqtbJAWrJ7IfcDXX1ToUHISXvh9GZHpFtlyOoINSropNNmfuGIohGRVH8C6hg3bYtTD44Mi2WayANzLY45JGUZux_lyNCB3wlqJj0BuxJoW5ORVTGjOFSCDc/s1600/100_0833.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkPlvRxED8d11RPVHBkuyeqtbJAWrJ7IfcDXX1ToUHISXvh9GZHpFtlyOoINSropNNmfuGIohGRVH8C6hg3bYtTD44Mi2WayANzLY45JGUZux_lyNCB3wlqJj0BuxJoW5ORVTGjOFSCDc/s320/100_0833.JPG" width="320" /></a></div>&nbsp;Abaixo da base coloquei 2 motores de 5,8 V, esses motores são utilizados em aparelhos de DVD's.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
&nbsp; <br />
<div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgddfSu1D6A8RRiUD-lvi74Vxr6hGpPZNya5Cc3hcqry6tBCp6GG_hFMZr-QGaZjdILnpTKnoalUIt12IhzQkmCCER8ASpAi1Gc7GrREsdCWIh1AF8cfnAJWb56JI2gcUPP1WGxhasYf-Y/s1600/100_0834.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgddfSu1D6A8RRiUD-lvi74Vxr6hGpPZNya5Cc3hcqry6tBCp6GG_hFMZr-QGaZjdILnpTKnoalUIt12IhzQkmCCER8ASpAi1Gc7GrREsdCWIh1AF8cfnAJWb56JI2gcUPP1WGxhasYf-Y/s320/100_0834.JPG" width="320" /></a></div><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_UCwIvo6Fo34b9Cn-LHdEbVGzxEYIDx_HJJ3m4nXIXD59h_GOq1xWRAHtZpBckX4TYbgkLp9p5gPnuxDo7syKJG9lEhyZ_reYIBUCY8QYQHlNjlb1WXB3WLoQ4v_qjE8g4yS97NzFqEw/s1600/100_0841.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_UCwIvo6Fo34b9Cn-LHdEbVGzxEYIDx_HJJ3m4nXIXD59h_GOq1xWRAHtZpBckX4TYbgkLp9p5gPnuxDo7syKJG9lEhyZ_reYIBUCY8QYQHlNjlb1WXB3WLoQ4v_qjE8g4yS97NzFqEw/s320/100_0841.JPG" width="320" /></a></div>&nbsp;Os motores foram fixados na base com braçadeiras plásticas.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ36iKJZWKIvV9dRtuKggeS2A8r5jaUOkwhMKsDDHr_tFoi5O5_IAp9Dh52SUpqPQg-USr1Ngp491f5Gw1VSDLiiQQNwfaHGl5RPQHNM925FyB2gqyP0UG7E-Cfyl-IQ7Dts6FUr-Tid0/s1600/100_0835.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ36iKJZWKIvV9dRtuKggeS2A8r5jaUOkwhMKsDDHr_tFoi5O5_IAp9Dh52SUpqPQg-USr1Ngp491f5Gw1VSDLiiQQNwfaHGl5RPQHNM925FyB2gqyP0UG7E-Cfyl-IQ7Dts6FUr-Tid0/s320/100_0835.JPG" width="320" /></a></div>&nbsp;As rodas foram improvisadas com tampinhas de refrigerante.<br />
<div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyiUtrQlIVVDFRfiXmFnShu8mqos2rRdGjsWynrFl_6Ct328vHm6D7X2W1QW6cCs5iDdpCYiy2bVbBg4LSvdpS_Kw29GObpSurF_Rs7os7OPs95oofZ9XyhJwCY8NDvPGDiNvEaFt9_IU/s1600/100_0836.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyiUtrQlIVVDFRfiXmFnShu8mqos2rRdGjsWynrFl_6Ct328vHm6D7X2W1QW6cCs5iDdpCYiy2bVbBg4LSvdpS_Kw29GObpSurF_Rs7os7OPs95oofZ9XyhJwCY8NDvPGDiNvEaFt9_IU/s320/100_0836.JPG" width="320" /></a></div><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8g-dDCQMjN8NxWclo9Tbu_fiwGqyMd6bcuHqvQtLf7IKQYqowtfEmKnjegSLJ43ACIP3fw0_va2Juqi5IDYg80ZCunkkCV9xsfqgzQSoKNN0L_zJudDrph1pPviGiJePw-_JwoA9JLgg/s1600/100_0837.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8g-dDCQMjN8NxWclo9Tbu_fiwGqyMd6bcuHqvQtLf7IKQYqowtfEmKnjegSLJ43ACIP3fw0_va2Juqi5IDYg80ZCunkkCV9xsfqgzQSoKNN0L_zJudDrph1pPviGiJePw-_JwoA9JLgg/s320/100_0837.JPG" width="320" /></a></div>&nbsp;As rodas( quero dizer, tampas) com um furo no centro foram encaixadas nos motores.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
&nbsp;Segue abaixo um breve vídeo para ver como ficou.<br />
<center><iframe width="480" height="390" src="http://www.youtube.com/embed/MqWIRMA0kIk" frameborder="0" allowfullscreen></iframe></center><br />
<br />
O projeto vai se apoiar nessa base construída, acho que têm espaço suficiente para o Arduino, a Protoboard e outras placas que serão utilizadas. E ai galera, o que acharam? Algum comentário ou sugestão?</content><link rel='replies' type='application/atom+xml' href='http://equipe-arduino.blogspot.com/feeds/1216015381761957618/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/breve-preparacao-para-o-projeto.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/1216015381761957618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/1216015381761957618'/><link rel='alternate' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/breve-preparacao-para-o-projeto.html' title='Breve preparação para o projeto'/><author><name>Equipe Arduino POLI-UPE</name><uri>http://www.blogger.com/profile/06982986241282192654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhz6cnV7IVBoejbag5GZUCo99Ef-HZjAx0W2r3djFKPedhXIH2Pw3Od6t3Y2GKORxLK38qmyDB2sv4VQChWG6Qm1esCKXaK1BtGk8Gin6G0UmOoIz8jBlJxCZOairC0iupcNvprOFCHycg/s72-c/100_0832.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2802461878609199964.post-2145767723077609135</id><published>2011-06-18T18:29:00.000-07:00</published><updated>2011-06-18T18:29:14.007-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arduino"/><category scheme="http://www.blogger.com/atom/ns#" term="Hardware"/><category scheme="http://www.blogger.com/atom/ns#" term="Introdução"/><title type='text'>Conhecendo e entendendo o Arduino.</title><content type='html'>&nbsp;O Arduino é uma plataforma de prototipagem eletrônica <i>open-source</i> que se baseia em hardware e software flexíveis e fáceis de usar. É destinado a artistas, designers, hobbistas e qualquer pessoa interessada em criar objetos ou ambientes interativos. <br />
&nbsp;O Arduino pode <i>sentir</i> o estado do ambiente que o cerca por meio da recepção de sinais de sensores e pode interagir com os seus arredores, controlando luzes, motores e outros atuadores. O microcontrolador na placa é programado com a linguagem de programação Arduino, baseada na linguagem Wiring, e o ambiente de desenvolvimento Arduino, baseado no ambiente Processing. Os projetos desenvolvidos com o Arduino podem ser <i>autônomos</i> ou podem comunicar-se com um computador para a realização da tarefa, com uso de software específico (ex: Flash, Processing, <span class="wikiword">MaxMSP</span>). <br />
&nbsp;As placas podem ser construídas de forma caseira (<b>manualmente</b>) ou adquiridas já montadas e o software pode ser baixado gratuitamente. O projeto do hardware (arquivos de CAD) está disponível sob licença open-source e você é livre para adaptá-lo para as suas necessidades. <br />
&nbsp;O Arduino recebeu uma menção honrosa na categoria Comunidades Digitais do prêmio Ars Electronica Prix do ano de 2006.<br />
&nbsp;Homepage do Arduino:&nbsp; <a href="http://arduino.cc/playground/Portugues/HomePage">http://arduino.cc/playground/Portugues/HomePage</a><br />
<br />
&nbsp;Abaixo segue rapidamente dois pequenos vídeos feitos para se entender um pouco como o Arduino funciona.<br />
<br />
<center><iframe width="425" height="349" src="http://www.youtube.com/embed/dZHnebBSQbI" frameborder="0" allowfullscreen></iframe></center><br />
<br />
<center><iframe width="425" height="349" src="http://www.youtube.com/embed/lwm6NbXYqc8" frameborder="0" allowfullscreen></iframe></center></content><link rel='replies' type='application/atom+xml' href='http://equipe-arduino.blogspot.com/feeds/2145767723077609135/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/conhecendo-e-entendendo-o-arduino.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/2145767723077609135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/2145767723077609135'/><link rel='alternate' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/conhecendo-e-entendendo-o-arduino.html' title='Conhecendo e entendendo o Arduino.'/><author><name>Equipe Arduino POLI-UPE</name><uri>http://www.blogger.com/profile/06982986241282192654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/dZHnebBSQbI/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2802461878609199964.post-6384738797038852193</id><published>2011-06-18T09:34:00.000-07:00</published><updated>2011-06-18T09:34:09.628-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Saudações"/><title type='text'>Saudações.....</title><content type='html'>&nbsp;Hoje, 18 jun 2011, nasce o espaço para discussão, idéias e projetos referentes a plataforma de hardware Arduino. O intuito desse espaço é o de trocar idéias, aprender, ensinar, tirar dúvidas, sugerir melhorias sobre programação e montagem de dispositivos utilizando microcontroladores, sobretudo o Arduino.<br />
&nbsp;Esse é um espaço democrático, onde todos poderão expor suas opiniões.<br />
&nbsp;A Equipe Arduino POLI-UPE nasce hoje com o intuito de colocar em prática todo o conhecimento teórico adquirido em sala de aula.<br />
&nbsp;Sejam Bem-Vindos.<br />
<br />
&nbsp; <br />
<div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSOhpBL93eEpDljhh53CYOPsL5hI6mRXbCpw6NAON9ns1qkm6FQxDVIPkcahlqbVWPoRl__cuo6OVnvJcFklQKK4IwysT8La7pFjPwRvhA0cmQG4jLECJjgPEzbm6n9c8gaoLYIEk55lU/s1600/logotipo+arduino.jpeg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"></a></div><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSOhpBL93eEpDljhh53CYOPsL5hI6mRXbCpw6NAON9ns1qkm6FQxDVIPkcahlqbVWPoRl__cuo6OVnvJcFklQKK4IwysT8La7pFjPwRvhA0cmQG4jLECJjgPEzbm6n9c8gaoLYIEk55lU/s1600/logotipo+arduino.jpeg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSOhpBL93eEpDljhh53CYOPsL5hI6mRXbCpw6NAON9ns1qkm6FQxDVIPkcahlqbVWPoRl__cuo6OVnvJcFklQKK4IwysT8La7pFjPwRvhA0cmQG4jLECJjgPEzbm6n9c8gaoLYIEk55lU/s200/logotipo+arduino.jpeg" width="200" /></a><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq3AsUleQj0i0ZxFWVf1fa8dp_e3e9CgozB0w3u0N7RscJiwdERO8wpoc3Fwn22Mv_tUsIfytcUQ5j28kGGO6e-eZKngDmWyi1Be72HFDEq6ViTBsZ2c6R4dmjjdmMkYSDoNyoaGSj4XM/s1600/poli2.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq3AsUleQj0i0ZxFWVf1fa8dp_e3e9CgozB0w3u0N7RscJiwdERO8wpoc3Fwn22Mv_tUsIfytcUQ5j28kGGO6e-eZKngDmWyi1Be72HFDEq6ViTBsZ2c6R4dmjjdmMkYSDoNyoaGSj4XM/s1600/poli2.jpeg" /></a></div><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgzhALWrDqHLdmC5-utNk_Vt7_ZrRslqBnofYmP9FacLg_mpKo0Ham-e64pWtrmEXAzd-gEPzAhzWQ1LbPOrR-Y3c5DVsh1l0rZAGUC7lziO4MZp8GTwmk_Jq4KpDE2za1vEtvyQMHWZo/s1600/poli.jpeg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"></a></content><link rel='replies' type='application/atom+xml' href='http://equipe-arduino.blogspot.com/feeds/6384738797038852193/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/saudacoes.html#comment-form' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/6384738797038852193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2802461878609199964/posts/default/6384738797038852193'/><link rel='alternate' type='text/html' href='http://equipe-arduino.blogspot.com/2011/06/saudacoes.html' title='Saudações.....'/><author><name>Equipe Arduino POLI-UPE</name><uri>http://www.blogger.com/profile/06982986241282192654</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSOhpBL93eEpDljhh53CYOPsL5hI6mRXbCpw6NAON9ns1qkm6FQxDVIPkcahlqbVWPoRl__cuo6OVnvJcFklQKK4IwysT8La7pFjPwRvhA0cmQG4jLECJjgPEzbm6n9c8gaoLYIEk55lU/s72-c/logotipo+arduino.jpeg" height="72" width="72"/><thr:total>1</thr:total></entry></feed>
If you would like to create a banner that links to this page (i.e. this validation result), do the following:
Download the "valid Atom 1.0" banner.
Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)
Add this HTML to your page (change the image src
attribute if necessary):
If you would like to create a text link instead, here is the URL you can use:
http://www.feedvalidator.org/check.cgi?url=http%3A//equipe-arduino.blogspot.com/feeds/posts/default