<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Ozos</title>
 <link href="http://ozos.github.io/atom.xml" rel="self"/>
 <link href="http://ozos.github.io/"/>
 <updated>2018-05-18T10:17:47+00:00</updated>
 <id>http://ozos.github.io</id>
 <author>
   <name>Luis Leyva</name>
   <email></email>
 </author>

 
 <entry>
   <title>Yet another robot car</title>
   <link href="http://ozos.github.io/2015/01/21/Yet-another-robot-car/"/>
   <updated>2015-01-21T00:00:00+00:00</updated>
   <id>http://ozos.github.io/2015/01/21/Yet another robot car</id>
   <content type="html">&lt;h3 id=&quot;motivation&quot;&gt;Motivation&lt;/h3&gt;

&lt;p&gt;In my senior year of University I was programming a &lt;a href=&quot;http://www.robotis.com/xe/darwin_en&quot;&gt;Darwin-Op&lt;/a&gt; robot. It was a really nice and fun experience. After my graduation I felt a little disappointed because I had to be separated from my first childbot :(. But after a while I found a solution: I built my own baby bot, actually two.&lt;/p&gt;

&lt;h3 id=&quot;having-fun-with-robots&quot;&gt;Having fun with robots&lt;/h3&gt;

&lt;p&gt;First, I spent some time looking where to buy the necessary robot parts. The best option I found on my budget was &lt;a href=&quot;http://www.aliexpress.com&quot;&gt;Aliexpress&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I bought these parts:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;1 Arduino UNO board&lt;/li&gt;
  &lt;li&gt;2 Bluetooth modules&lt;/li&gt;
  &lt;li&gt;2 Ultrasonic sensors&lt;/li&gt;
  &lt;li&gt;1 Full H bridge&lt;/li&gt;
  &lt;li&gt;4 Line Sensors&lt;/li&gt;
  &lt;li&gt;4 Rechargeable Batteries 18650&lt;/li&gt;
  &lt;li&gt;2 Battery Holders&lt;/li&gt;
  &lt;li&gt;Dupont wires, screws and nuts.&lt;/li&gt;
  &lt;li&gt;1 Caster wheel (I prefer the Spanish name: rueda loca!)&lt;/li&gt;
  &lt;li&gt;1 Robot car chassis&lt;/li&gt;
  &lt;li&gt;1 Robot tank chassis
Extra:&lt;/li&gt;
  &lt;li&gt;ChipKit Max32 board (a pretty nice gift I received while I still was at University). ***
With the above parts I finally built a robot car and a robot tank. There are a lot resources about the assembling process, I might write my own guide one day.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;robot-car&quot;&gt;Robot car&lt;/h3&gt;

&lt;p&gt;It is controlled by the Arduino board.  To watch the code that operates it, visit  &lt;a href=&quot;http://ozos.github.io/robotcar-arduino&quot;&gt;Robotcar-Arduino&lt;/a&gt; project. Video and pictures:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=YOUTUBE_VIDEO_ID_HERE &quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg&quot; alt=&quot;IMAGE ALT TEXT HERE&quot; width=&quot;240&quot; height=&quot;180&quot; border=&quot;10&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/car1.jpg&quot; alt=&quot;Car front view&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/car2.jpg&quot; alt=&quot;Car front view&quot; /&gt;&lt;/p&gt;

&lt;h3 id=&quot;robot-tank&quot;&gt;Robot tank&lt;/h3&gt;

&lt;p&gt;It is controlled by the Arduino board.  To watch the code that operates it, visit  &lt;a href=&quot;http://ozos.github.io/robotcar-chipkit&quot;&gt;Robotcar-Arduino&lt;/a&gt; project. The code had to be modified because Chipkit provides a very old library that lacks the functionality required by the original project. Video and pictures:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=YOUTUBE_VIDEO_ID_HERE &quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg&quot; alt=&quot;IMAGE ALT TEXT HERE&quot; width=&quot;240&quot; height=&quot;180&quot; border=&quot;10&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/tank1.jpg&quot; alt=&quot;Car upper view&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/tank2.jpg&quot; alt=&quot;Car front view&quot; /&gt;&lt;/p&gt;

&lt;h3 id=&quot;arduinorc&quot;&gt;ArduinoRC&lt;/h3&gt;

&lt;p&gt;A android app  that allows to control the robots over bluetooth. For more information about this project visit  &lt;a href=&quot;http://ozos.github.io/arduinoRC&quot;&gt;ArduinoRC&lt;/a&gt; project. Some screenshots:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/arduinoRCmain.jpg&quot; alt=&quot;Main Activity&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/arduinoRCbton.jpg&quot; alt=&quot;Turn on Bluetooth&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/arduinoRCsearch.jpg&quot; alt=&quot;Device scan&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/arduinoRClist.jpg&quot; alt=&quot;List of devices&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Introducing</title>
   <link href="http://ozos.github.io/2015/01/20/Introduction/"/>
   <updated>2015-01-20T00:00:00+00:00</updated>
   <id>http://ozos.github.io/2015/01/20/Introduction</id>
   <content type="html">&lt;p&gt;###&lt;em&gt;Welcome!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hello everyone! This is Luis. You can know more about me in the &lt;a href=&quot;http://ozos.github.io/about/&quot;&gt;About Me&lt;/a&gt; section.&lt;/p&gt;

&lt;p&gt;In addition, to watch some of my projects visit &lt;a href=&quot;https://github.com/ozos&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</content>
 </entry>
 

</feed>
