<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nivel7</title>
	<atom:link href="http://blog.nivel7.com.ar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nivel7.com.ar</link>
	<description>Almacén de Ramos Generales</description>
	<lastBuildDate>Mon, 19 Mar 2012 12:57:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Instalando Arduino en Gentoo Linux</title>
		<link>http://blog.nivel7.com.ar/2012/03/17/instalando-arduino-en-gentoo-linux/</link>
		<comments>http://blog.nivel7.com.ar/2012/03/17/instalando-arduino-en-gentoo-linux/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 15:08:33 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Electrónica]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=351</guid>
		<description><![CDATA[Hoy me propuse hacer funcionar el IDE de Arduino en Gentoo Linux, para esto tuve que hacer lo siguiente: Leí la guía de instalación que está en http://en.gentoo-wiki.com/wiki/Crossdev#AVR_Architecture pero con las modificaciones para multilib de: https://bugs.gentoo.org/show_bug.cgi?id=378387 También tuve que modificar el layout de la configuración de portage para adecuarlo al compilador avr: http://www.gentoo-wiki.info/TIP_New_/etc/portage_layout Pero la [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy me propuse hacer funcionar el IDE de <a title="Arduino - Software" href="http://arduino.cc/en/Main/Software" target="_blank">Arduino</a> en <a title="Gentoo Linux" href="http://www.gentoo.org/" target="_blank">Gentoo Linux</a>, para esto tuve que hacer lo siguiente:</p>
<p>Leí la guía de instalación que está en<br />
<a title="AVR Crossdev - Gentoo Linux Wiki" href="http://en.gentoo-wiki.com/wiki/Crossdev#AVR_Architecture" target="_blank"> http://en.gentoo-wiki.com/wiki/Crossdev#AVR_Architecture</a><br />
pero con las modificaciones para multilib de:<br />
<a title="Gentoo Bug 378387 - sys-devel/crossdev - avr multilib support" href="https://bugs.gentoo.org/show_bug.cgi?id=378387" target="_blank"> https://bugs.gentoo.org/show_bug.cgi?id=378387</a></p>
<p>También tuve que modificar el layout de la configuración de portage para adecuarlo al compilador avr:</p>
<p><a title="Gentoo Wiki Archives - TIP_New_/etc/portage_layout" href="http://www.gentoo-wiki.info/TIP_New_/etc/portage_layout" target="_blank">http://www.gentoo-wiki.info/TIP_New_/etc/portage_layout</a></p>
<p>Pero la guía que realmente sirve está en:<br />
<a title="[solved] Cannot compile for Mega2560 on Gentoo" href="http://arduino.cc/forum/index.php/topic,93672.0.html" target="_blank">http://arduino.cc/forum/index.php/topic,93672.0.html</a></p>
<p>Estos son los pasos (como root)<br />
<code><br />
# layman -a crossdev<br />
# emerge sys-devel/crossdev</code><br />
# cp /usr/bin/crossdev /usr/bin/crossdev.bak<br />
# vi /usr/bin/crossdev<br />
</code><br />
editar linea 831: set_use_force ${pkg} multilib<br />
<code><br />
# emerge -C  cross-avr/gcc cross-avr/binutils cross-avr/avr-libc<br />
# ln -s /usr/i686-pc-linux-gnu/avr/lib/ldscripts /usr/avr/lib/ldscripts<br />
# USE="-openmp" crossdev --target avr --gcc 4.6.2 --binutils 2.21.1 --libc 1.7.1 -s4 --without-headers</code><br />
# emerge cross-avr/binutils<br />
# emerge cross-avr/gcc cross-avr/avr-libc</p>
<p>(como usuario normal)<br />
<code><br />
$ avr-gcc -v<br />
Usando especificaciones internas.<br />
COLLECT_GCC=/usr/i686-pc-linux-gnu/avr/gcc-bin/4.6.2/avr-gcc<br />
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/avr/4.6.2/lto-wrapper<br />
Objetivo: avr<br />
Configurado con: /var/tmp/portage/portage/cross-avr/gcc-4.6.2/work/gcc-4.6.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/avr/gcc-bin/4.6.2 --includedir=/usr/lib/gcc/avr/4.6.2/include --datadir=/usr/share/gcc-data/avr/4.6.2 --mandir=/usr/share/gcc-data/avr/4.6.2/man --infodir=/usr/share/gcc-data/avr/4.6.2/info --with-gxx-include-dir=/usr/lib/gcc/avr/4.6.2/include/g++-v4 --host=i686-pc-linux-gnu --target=avr --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --with-python-dir=/share/gcc-data/avr/4.6.2/python --enable-checking=release --disable-libgcj --disable-libquadmath --enable-languages=c,c++ --enable-shared --disable-threads --disable-bootstrap --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.2 p1.4, pie-0.5.0'<br />
Modelo de hilos: single<br />
gcc versión 4.6.2 (Gentoo 4.6.2 p1.4, pie-0.5.0)</code></p>
<p>$ echo "int main() {}" &gt; test.c<br />
$ avr-gcc -mmcu=avr5 test.c<br />
$ file a.out<br />
a.out: ELF 32-bit LSB executable, Atmel AVR 8-bit, version 1 (SYSV), statically linked, not stripped</p>
<p>Ahora para instalar la última IDE:<br />
<code><br />
# echo dev-embedded/arduino java &gt;&gt; /etc/portage/package.use/package.use<br />
# emerge -av arduino</code></p>
<p>These are the packages that would be merged, in order:</p>
<p>Calculating dependencies... done!<br />
[ebuild N ] dev-embedded/arduino-1.0 USE="java" 0 kB</p>
<p>Total: 1 package (1 new), Size of downloads: 0 kB</p>
<p>Would you like to merge these packages? [Yes/No]</p>
<p>Ya se puede instalar por USB el Arduino:<br />
<code><br />
$ dmesg<br />
usb 6-1: new full-speed USB device number 26 using uhci_hcd<br />
usb 6-1: New USB device found, idVendor=2341, idProduct=0001<br />
usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=220<br />
usb 6-1: Product: Arduino Uno<br />
usb 6-1: Manufacturer: Arduino (www.arduino.cc)<br />
usb 6-1: SerialNumber: 649383233313514002E1<br />
cdc_acm 6-1:1.0: ttyACM0: USB ACM device<br />
usbcore: registered new interface driver cdc_acm<br />
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters<br />
$ ls -l /dev/ttyACM0<br />
crw-rw---- 1 root uucp 166, 0 mar 17 12:19 /dev/ttyACM0<br />
$ arduino &amp;<br />
</code></p>
<p>y voilá:</p>
<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2012/03/Arduino_IDE_1.0.png"><img class="alignnone size-full wp-image-368" title="Arduino_IDE_1.0" src="http://blog.nivel7.com.ar/wp-content/uploads/2012/03/Arduino_IDE_1.0.png" alt="Arduino IDE 1.0 Gentoo Linux" width="500" height="600" /></a></p>
<p>UPDATE: En la notebook tuve que reinstalar el <a href="http://rxtx.qbang.org/wiki/index.php/Main_Page" title="RXTX" target="_blank">rxtx</a> para que el IDE Arduino reconozca el /dev/ttyACM0<br />
<code><br />
# emerge rxtx<br />
</code></p>
<p>Ahora a soldar y programar!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2012%2F03%2F17%2Finstalando-arduino-en-gentoo-linux%2F';
  addthis_title  = 'Instalando+Arduino+en+Gentoo+Linux';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2012/03/17/instalando-arduino-en-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Linux libera el LiveDVD 12</title>
		<link>http://blog.nivel7.com.ar/2012/01/09/gentoo-linux-libera-el-livedvd-12/</link>
		<comments>http://blog.nivel7.com.ar/2012/01/09/gentoo-linux-libera-el-livedvd-12/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 20:39:57 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[software libre]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=338</guid>
		<description><![CDATA[Gentoo Linux anunció la disponibilidad de un nuevo LiveDVD para celebrar la continua colaboración entre los usuarios de Gentoo y sus desarrolladores. El LiveDVD contiene una magnífica lista de paquetes, algunos de los cuales están listados más abajo. Paquetes incluídos en este release: Linux Kernel 3.1.5, Xorg 1.10.4, KDE 4.7.4, Gnome 3.2.1 XFCE 4.8, Fluxbox [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2012/01/frontpage.png"><img class="alignnone size-full wp-image-339" title="Gentoo Linux Live DVD 12" src="http://blog.nivel7.com.ar/wp-content/uploads/2012/01/frontpage.png" alt="Gentoo Linux Live DVD 12" width="442" height="145" /></a></p>
<p>Gentoo Linux anunció la disponibilidad de un nuevo <strong>LiveDVD</strong> para celebrar la continua colaboración entre los usuarios de Gentoo y sus desarrolladores. El LiveDVD contiene una magnífica lista de paquetes, algunos de los cuales están listados más abajo.</p>
<p>Paquetes incluídos en este release: Linux Kernel 3.1.5, Xorg 1.10.4, KDE 4.7.4, Gnome 3.2.1 XFCE 4.8, Fluxbox 1.3.2 Firefox 9.0, LibreOffice 3.4.99.2, Gimp 2.6.11, Blender 2.60, Amarok 2.5 , VLC 1.1.13, Chromium 16.0 y muchos  más&#8230;</p>
<ul>
<li>Para saber si el paquete está incluído ver la  <a title="X86 Package List" href="http://www.gentoo.org/proj/en/pr/releases/12.0/X86_package_list.txt" target="_blank">lista de paquetes x86 </a>, y la <a title="AMD64 Package List" href="http://www.gentoo.org/proj/en/pr/releases/12.0/AMD64_package_list.txt" target="_blank">lista de paquetes amd64</a>. También es interesante ver el <a title="Gentoo FAQ" href="http://www.gentoo.org/proj/en/pr/releases/12.0/faq.xml" target="_blank">FAQ</a> (Preguntas Frecuentes), o el <a href="http://www.gentoo.org/proj/en/pr/releases/12.0/graphics.xml">arte de tapa</a> de cajas de dvd y tapas para el release 12.0.</li>
<li><strong>Características Especiales:</strong>
<ul>
<li>Sistema de archivos que se puede escribir, usando AUFS de manera de poder instalar nuevos paquetes!</li>
<li>Persistencia de $HOME disponible; presionar F9 al iniciar para más información!</li>
</ul>
</li>
</ul>
<p>El LiveDVD está <strong>disponible en dos versiones</strong>: una versión híbrida x86/x86_64, y una versión x86_64 multi lib. La versión livedvd-x86-amd64-32ul-11.2 trabaja en 32-bit x86 o 64-bit x86_64. Si la arquitectura de la CPU es x86, se debe bootear con default gentoo kernel. Si la arquitectura es <a title="AMD64 FAQ" href="http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#difference" target="_blank">amd64</a>, bootear con gentoo64 kernel. Esto significa que se puede bootear un kernel de 64 bit e instalar la parte de usuario customizada a 64-bit 64-bit utilizando las bibliotecas y aplicaciones provistas de 32-bit. La versión livedvd-amd64-multilib-11.2 es sólo para x86_64.</p>
<p>Si ya estás listo para probarlo, el siguiente link te redirecciona al archivo más cercano: <a title="X86 Image" href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/x86/" target="_blank">imagen x86</a> o <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/amd64/">imagen amd64</a>. Como alternativa para ahorrar ancho de banda en los proveedores de la comunidad se puede bajar vía <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/amd64/">torrent</a>.</p>
<p>Si hace falta ayuda o por cualquier pregunta se puede entrar al <a href="http://forums.gentoo.org/viewtopic-t-906782.html">foro</a> (en inglés)</p>
<p>Visto en inglés en <a title="Gentoo Linux releases 12.0 LiveDVD" href="http://www.gentoo.org/news/20120102-livedvd.xml" target="_blank">Gentoo Linux</a> [gentoo.org]</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2012%2F01%2F09%2Fgentoo-linux-libera-el-livedvd-12%2F';
  addthis_title  = 'Gentoo+Linux+libera+el+LiveDVD+12';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2012/01/09/gentoo-linux-libera-el-livedvd-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Linux libera el LiveDVD 11.2</title>
		<link>http://blog.nivel7.com.ar/2011/08/08/gentoo-linux-libera-el-livedvd-11-2/</link>
		<comments>http://blog.nivel7.com.ar/2011/08/08/gentoo-linux-libera-el-livedvd-11-2/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 20:10:17 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=313</guid>
		<description><![CDATA[Gentoo Linux liberó el LiveDVD 11.2 Edición &#8220;The future is now&#8221; Gentoo Linux está orgulloso en anunciar la disponibilid de un nuevo LiveDVD para celebrar la continua colaboración entre usuarios y desarrolladores Gentoo. El LiveDVD contiene una impresionante lista de paquetes, alguno de los cuales están listados abajo. Paquetes del sistema: Linux kernel 3.0 (Gentoo [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><strong><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/03/icon-gentoo.png"><img class="alignnone size-full wp-image-128" title="Gentoo Icon" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/03/icon-gentoo.png" alt="Gentoo Icon" width="100" height="102" /></a>Gentoo Linux liberó el LiveDVD 11.2</strong></p>
<p><strong>Edición &#8220;The future is now&#8221;<br />
</strong></p>
<p>Gentoo Linux está orgulloso en anunciar la disponibilid de un nuevo <strong>LiveDVD</strong> para celebrar la continua colaboración entre usuarios y desarrolladores Gentoo. El LiveDVD contiene una impresionante lista de paquetes, alguno de los cuales están listados abajo.</p>
<ul>
<li>Paquetes del sistema: Linux kernel 3.0 (Gentoo patches), Soporte a discapacidad con Speakup, Bash 4.2, GLIBC 2.13-r2, GCC 4.5.2, Binutils 2.21.1, Python 2.7.2 and 3.2, Perl 5.12.4, y más.</li>
<li>Desktop environments y window managers: KDE 4.7.0, GNOME 3.0.0, Xfce 4.8, Enlightenment 1.0.8, Openbox 3.5.0, Fluxbox 1.3.1, XBMC 10.1 Awesome 3.4.10, and LXDE-Meta 0.5.5.</li>
<li>Aplicaciones de Oficina, gráficos, y productividad: LibreOffice 3.3.3, XEmacs 21.5.31 GVim 7.3.244, Abiword 2.8.6, Scribus 1.3.9, GIMP 2.6.11, Inkscape 0.48.2, Blender 2.57, XSane 0.998, and much more.</li>
<li>Web browsers: Mozilla Firefox 5.0, Chromium 13.0 Arora 0.11.0, Opera 11.50.1074, Epiphany 3.0.4, Seamonkey 2.2, y otros.</li>
<li>Herramientas de comunicación: Pidgin 2.9.0, Quassel 0.7.2, Mozilla Thunderbird 5.0, Claws Mail 3.7.9, QTwitter 0.10.0, Irssi 0.8.15, y muchos más.</li>
<li>Aplicaciones de Desarrollo: KDevelop 4.2.3, KDESvn 1.5.5, Qt-creator 2.2.1, Bluefish 2.0.3, and many more.</li>
<li>Aplicaciones Multimedia: Amarok 2.4.3, MPlayer 1.0_rc4, MPlayer2 2.0, DVDAuthor 0.6.14, LAME 3.98.4, FFmpeg 0.6.90, GNOME-MPlayer 1.0.4, SMPlayer 0.6.9, y muchos otros.</li>
<li><strong>Funciones Especiales:</strong>
<ul>
<li>Sistemas de archivo Lectura/Escritura usando AUFS así se pueden agregar paquetes!</li>
<li>Está disponible la persistencia de $HOME ; presionar F9 al bootear para más info!</li>
</ul>
</li>
</ul>
<p>Seleccionar la arcquitectura deseada para ser redirigido a un mirror de <strong>descarga</strong>:</p>
<ul>
<li><a href="http://bouncer.gentoo.org/fetch/gentoo-11.2-livedvd/x86/">hibrido x86/x86_64 multilib</a></li>
<li><a href="http://bouncer.gentoo.org/fetch/gentoo-11.2-livedvd/amd64/">amd64 puro</a></li>
<li>Torrents disponibles en  <a href="http://torrents.gentoo.org/">http://torrents.gentoo.org</a></li>
</ul>
<p>Si necesitas ayuda o tenés alguna pregunta, por favor visitá la discusión en nuestro <a>foro</a> (En inglés).</p>
<p>Gracias por tu continuo apoyo ,<br />
Desarrolladores Gentoo Linux,  <a href="http://www.gentoo.org/foundation/en/">Gentoo Foundation</a>, y el <a href="http://dev.gentoo.org/%7Edabbott/pr/CREDITS">Gentoo-Ten Project.</a></p>
<p>- Visto en inglés en <a title="Gentoo Linux releases 11.2 LiveDVD" href="http://www.gentoo.org/news/20110807-livedvd.xml" target="_blank">Gentoo Linux News</a></p>
<p>* Este blog está hosteado utilizando Gentoo Linux</p>
</div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F08%2F08%2Fgentoo-linux-libera-el-livedvd-11-2%2F';
  addthis_title  = 'Gentoo+Linux+libera+el+LiveDVD+11.2';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/08/08/gentoo-linux-libera-el-livedvd-11-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reparando TV Ken Brown KB 29 Slim B</title>
		<link>http://blog.nivel7.com.ar/2011/07/31/reparando-tv-ken-brown-kb-29-slim-b/</link>
		<comments>http://blog.nivel7.com.ar/2011/07/31/reparando-tv-ken-brown-kb-29-slim-b/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 23:33:22 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Electrónica]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=282</guid>
		<description><![CDATA[TV.KEN BROWN 29&#8243;KB 229 SLIM-B Ya que el televisor Ken Brown de 29 pulgadas de tubo empezó a andar cada vez peor, haciendo rayas horizontales blancas, estuve viendo varios foros de reparación de TV y el problema parecen ser los capacitores del circuito vertical, o los de la fuente. Album Picasa TV Ken Brown KB [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="color: #000000; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; background-color: #f3f3f3;"><a href="http://www.fravega.com/productos/ver/500356/TV--DVD--BLU-RAY/Televisores/Televisores-Tubo-Plano/TV.KEN-BROWN-29"><img title=" TV.KEN BROWN 29" src="http://www.fravega.com/fotos_grandes/imagenes/500356_2.jpg" alt=" TV.KEN BROWN 29" width="400" height="400" /></a></span></p>
<div class="mceTemp">
<dl id="" class="wp-caption alignnone" style="width: 410px;">
<dd class="wp-caption-dd">TV.KEN BROWN 29&#8243;KB 229 SLIM-B</dd>
</dl>
</div>
<p>Ya que el televisor <a href="http://www.fravega.com/productos/ver/500356/TV--DVD--BLU-RAY/Televisores/Televisores-Tubo-Plano/TV.KEN-BROWN-29">Ken Brown de 29 pulgadas de tubo </a> empezó a andar cada vez peor, haciendo rayas horizontales blancas, estuve viendo varios foros de reparación de TV y el problema parecen ser los capacitores del circuito vertical, o los de la fuente.</p>
<table style="width: 194px;">
<tbody>
<tr>
<td style="height: 194px; background: url('https://picasaweb.google.com/s/c/transparent_album_background.gif') no-repeat left;" align="center"><a href="https://picasaweb.google.com/117121846943430638379/20110731TVKenBrownKB29SlimB?authuser=0&amp;feat=embedwebsite"><img style="margin: 1px 0 0 4px;" src="https://lh3.googleusercontent.com/-uA-zdgPcqrk/TjW_Pfj5sfE/AAAAAAAAPz4/JEaCXfOEku0/s160-c/20110731TVKenBrownKB29SlimB.jpg" alt="" width="160" height="160" /></a></td>
</tr>
<tr>
<td style="text-align: center; font-family: arial,sans-serif; font-size: 11px;"><a style="color: #4d4d4d; font-weight: bold; text-decoration: none;" href="https://picasaweb.google.com/117121846943430638379/20110731TVKenBrownKB29SlimB?authuser=0&amp;feat=embedwebsite">Album Picasa TV Ken Brown KB 29 Slim B desarmado</a></td>
</tr>
</tbody>
</table>
<p>El chasis es un PSW29UT, en los foros <a title="Search yoreparo" href="http://www.google.com.ar/search?q=site:yoreparo.com+ken+brown+29+slim" target="_blank">yoreparo</a> y <a title="Search Tecnicosaurios" href="http://www.google.com.ar/search?q=tecnicosaurios.com+ken+brown+29+slim" target="_blank">Tecnicosaurios</a> están los diagramas.<br />
A continuación la lista de componentes sospechosos:</p>
<ul>
<li>Capacitor C507 TLC 400V 220uF (Fuente)</li>
<li>Capacitor C517 50V 10uF</li>
<li>Integrado N401 <a title="STV9378 Datasheet" href="http://www.alldatasheet.com/datasheet-pdf/pdf/222804/STMICROELECTRONICS/STV9378.html" target="_blank">STV9378</a> (Este es el integrado del vertical)</li>
<li>Capacitor C413 35V 100uF</li>
<li>Capacitor C453 35V 47uF</li>
<li>Capacitor C542 35V 100uF</li>
<li>Capacitor C552 25V 220uF (este parece levemente hinchado y en el diagrama es de 1000uF)</li>
<li>Capacitor C572 16V 470uF (en el diagrama es de 1000uF)</li>
<li>Capacitor C532 160V 220uF</li>
<li>Capacitor C463 25V 220uF</li>
<li>Capacitor C464 25V 220uF</li>
</ul>
<p>Ahora a conseguir los repuestos en las casa de electónica de Sarmiento y Ecuador, para luego cambiar algunos componentes y ver como resulta.</p>
<p><strong>Update 2/8/2011:</strong> Ya compré los siguientes capacitores en <a title="Electrocomponentes" href="http://www.electrocomponentes.com/" target="_blank">Electrocomponentes</a> (Paraná 128), todos de buena calidad marca Sancon y de 105°, por las dudas compré más cantidad y en total gasté $4:</p>
<ul>
<li>2 de 50v 10uF para reemplazo del C517</li>
<li>2 de 50v 47uF para reemplazo del 453</li>
<li>2 de 35v 100uF para reemplazo del 413</li>
<li>2 de 25v 220uF para reemplazo del 463 y 464</li>
<li>2 de 25v 470uF para reemplazo del 552</li>
<li>4 de 16v 1000uF para reemplazo del 572</li>
</ul>
<p>El IC STV9378, el capacitor 507 y el 532 no los conseguí porque son especificos para TV o para alto voltaje y tengo que ir a <a title="Electrónica Bollero" href="http://www.bollerotv.com.ar" target="_blank">electrónica Bollero</a> o a Boulogne Sur Mer y Sarmiento.</p>
<p><strong>Update 3/8/2011:</strong> Ya tengo el plan de reemplazo identificando en el diagrama y en las fotos del chasis cuales son los que voy a cambiar.<br />
<a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04865.jpg"><img class="alignnone size-medium wp-image-304" title="Capacitores Ken Brown 29 slim B" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04865-300x225.jpg" alt="" width="300" height="225" /></a><br />
<a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04858.jpg"><img class="alignnone size-medium wp-image-303" title="Capacitores Ken Brown 29 slim B" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04858-300x225.jpg" alt="" width="300" height="225" /></a><br />
<a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04854.jpg"><img class="alignnone size-medium wp-image-302" title="Capacitores Ken Brown 29 slim B" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04854-300x225.jpg" alt="" width="300" height="225" /></a><br />
<a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04852.jpg"><img class="alignnone size-medium wp-image-301" title="Capacitores Ken Brown 29 slim B" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/BDSC04852-225x300.jpg" alt="" width="225" height="300" /></a><br />
<a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/DSC04898.jpg"><img class="alignnone size-medium wp-image-300" title="Diagrama Chasis Ken Brown 29 Slim B" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/DSC04898-300x225.jpg" alt="Diagrama Chasis Ken Brown 29 Slim B" width="300" height="225" /></a></p>
<p><strong>Update 7/8/2011:</strong> Ya cambié los capacitores electrolíticos de bajo voltaje y el defecto sigue, voy a conseguir los de 160V y 400V, algunos capacitores cerámicos y un diodo. También si lo consigo el STV9378. La lista de lo que me falta es:</p>
<ul>
<li>N401 STV9378</li>
<li>C507 TLC 400V 220uF</li>
<li>C532 160V 220uF</li>
<li>C517 50V 10uF</li>
<li>C466 4.7u 160V</li>
<li>C465 10u 250V</li>
<li>C451 3900p 500V</li>
<li>C452 1000p 500V</li>
<li>C412 220p 500V</li>
<li>VD411 RGP10D</li>
</ul>
<p><strong>Update 8/8/2011:</strong>Ya conseguí todo lo de la lista en <a title="Electrónica Bollero" href="http://www.bollerotv.com.ar" target="_blank">Casa Bollero</a>, lo más caro fue el integrado STV9378 $21, en total gasté $54, ahora a dessoldar y soldar.</p>
<p><strong>Update 13/8/2011:</strong>Ya lo pude arreglar!!! Al final no era ningún componente fallado, estaba mal soldada la pata 10 del Flyback, parece que es un defecto común en estos televisores. La solución la encontré en <a href="http://www.yoreparo.com/foros/reparacion_de_tv/608328_0.html#1907655">http://www.yoreparo.com/foros/reparacion_de_tv/608328_0.html#1907655</a></p>
<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/DSC05142.jpg"><img class="alignnone size-medium wp-image-323" title="Pata 10 del FliyBack Ken Brown KB 29 Slim B" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/DSC05142-300x225.jpg" alt="Pata 10 del FliyBack Ken Brown KB 29 Slim B" width="300" height="225" /></a></p>
<p>Quedó así despues de resoldar:</p>
<div id="attachment_324" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/DSC05144.jpg"><img class="size-medium wp-image-324" title="Así quedó reparado!" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/DSC05144-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Así quedó reparado!</p></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F07%2F31%2Freparando-tv-ken-brown-kb-29-slim-b%2F';
  addthis_title  = 'Reparando+TV+Ken+Brown+KB+29+Slim+B';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/07/31/reparando-tv-ken-brown-kb-29-slim-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel linux 3.0 liberado</title>
		<link>http://blog.nivel7.com.ar/2011/07/22/kernel-linux-3-0-liberado/</link>
		<comments>http://blog.nivel7.com.ar/2011/07/22/kernel-linux-3-0-liberado/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:43:10 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=274</guid>
		<description><![CDATA[Hoy Linus Torvalds anunció como siempre mediante un mensaje en lklm y como novedad también en Google+ ,la disponibilidad del kernel 3.0 de linux, la numeración cambió de 2.6 a 3.0 en honor a los 20 años de linux. From Linus Torvalds &#60;&#62; Date Thu, 21 Jul 2011 19:59:53 -0700 Subject Linux 3.0 release So [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_275" class="wp-caption alignnone" style="width: 274px"><a href="http://www.kernel.org/"><img class="size-medium wp-image-275" title="Linux 3.0" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/linux3_0-300x127.png" alt="Linux 3.0" width="264" height="115" /></a><p class="wp-caption-text">Linux 3.0</p></div>
<p>Hoy Linus Torvalds anunció como siempre mediante un <a title="Anuncio de Linux 3.0 " href="https://lkml.org/lkml/2011/7/21/455" target="_blank">mensaje en lklm</a> y como novedad también en <a title="Linus Torvald's en Google+" href="https://plus.google.com/102150693225130002912/posts/CJpyYdCqBL8" target="_blank">Google+</a> ,la disponibilidad del kernel 3.0 de linux, la numeración cambió de 2.6 a 3.0 en honor a los 20 años de linux.</p>
<div id="attachment_276" class="wp-caption alignnone" style="width: 512px"><a href="https://plus.google.com/102150693225130002912/posts/CJpyYdCqBL8"><img class="size-full wp-image-276" title="Linus Linux 3.0 Google+" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/07/linus_linux_3_0.jpg" alt="Linus Linux 3.0 Google+" width="502" height="626" /></a><p class="wp-caption-text">Linus anuncia Linux 3.0 en Google+</p></div>
<p><code>From Linus Torvalds &lt;&gt;<br />
Date Thu, 21 Jul 2011 19:59:53 -0700<br />
Subject Linux 3.0 release</p>
<p>So there it is. Gone are the 2.6.days, and 3.0 is out.</p>
<p>This obviously also opens the merge window for the next kernel, which<br />
will be 3.1. The stable team will take the third digit, so 3.0.1 will<br />
be the first stable release based on 3.0.</p>
<p>As already mentioned several times, there are no special landmark<br />
features or incompatibilities related to the version number change,<br />
it's simply a way to drop an inconvenient numbering system in honor of<br />
twenty years of Linux. In fact, the 3.0 merge window was calmer than<br />
most, and apart from some excitement from RCU I'd have called it<br />
really smooth. Which is not to say that there may not be bugs, but if<br />
anything, there are hopefully fewer than usual, rather than the normal<br />
".0" problems.</p>
<p>And as I already mentioned yesterday, I'm hoping the 3.1 merge window<br />
will be calm too, because due to the delays the latter half of the<br />
merge window will fall into my vacation time. I briefly considered<br />
simply waiting two extra weeks, but quite frankly, that wouldn't<br />
really have solved anything (it would have made the merge window<br />
instead fall into LinuxCon and my divemaster weekends).</p>
<p>So I'm going to try to keep to the normal two-week merge window, but<br />
if it ends up being too busy for me to keep up, I may end up extending<br />
the window just so that I can merge everything. However, even if that<br />
happens, that will *not* mean that I will accept big pull requests for<br />
longer, it just means that I may end up delaying things to catch up<br />
with timely merge requests.</p>
<p>That said, judging by past experience, the summer merge windows often<br />
tend to be quieter, so maybe I worry needlessly. Much of Europe is<br />
starting to go on vacation, and parts of the US are being fried to a<br />
crisp, so maybe 3.1 will be calm too.</p>
<p>Anyway, what has changed since -rc7 is mainly some RCU interactions<br />
with the scheduler, and the RCU problems should hopefully be behind<br />
us. The pathname lookup race is also fixed. There's a few DRI fixes<br />
(i915 modesetting, and some Radeon fixes), and Al walked through some<br />
more esoteric VFS d_lock issues. Other than that it's really pretty<br />
small and random.</p>
<p>The shortlog from -rc7 is appended, the bigger "everything since<br />
2.6.39" list is obviously unmanageable.</p>
<p>Linus<br />
</code><br />
&nbsp;</p>
<p>Como siempre la lista de cambios está en <a title="Linux Changes [kernelnewbies.org]" href="http://kernelnewbies.org/LinuxChanges" target="_blank">Kernelnewbies</a></p>
<p>Visto en <a title="Linux Kernel 3.0 Released [slashdot.org]" href="http://linux.slashdot.org/story/11/07/22/0412220/Linux-Kernel-30-Released" target="_blank">Slashdot</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F07%2F22%2Fkernel-linux-3-0-liberado%2F';
  addthis_title  = 'Kernel+linux+3.0+liberado';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/07/22/kernel-linux-3-0-liberado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry 8520 y 9300 se producirán en Tierra del Fuego con 30% de componente nacional</title>
		<link>http://blog.nivel7.com.ar/2011/06/21/blackberry-8520-y-9300-se-produciran-en-tierra-del-fuego/</link>
		<comments>http://blog.nivel7.com.ar/2011/06/21/blackberry-8520-y-9300-se-produciran-en-tierra-del-fuego/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 15:29:23 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[Blackberry]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=268</guid>
		<description><![CDATA[Argentina: RIM avanza en negociaciones para comenzar a fabricar en Tierra del Fuego y evitar, así, la imposición de las licencias no automáticas que frenan las importaciones. La semana pasada el Ministerio de Industria, comandado por Debora Giorgi, informó que BlackBerry se integraría en el país, pese a que la compañía ha rehusado dar información [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/06/curve9300.jpeg"><img class="alignnone size-full wp-image-269" title="Blackberry Curve" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/06/curve9300.jpeg" alt="Blackberry Curve" width="242" height="208" /></a></p>
<p><strong>Argentina: </strong><a href="http://www.rim.com/">RIM</a> avanza en negociaciones para comenzar a fabricar en Tierra del  Fuego y evitar, así, la imposición de las licencias no automáticas que  frenan las importaciones. La semana pasada el Ministerio de Industria,  comandado por Debora Giorgi, informó que <a href="http://ar.blackberry.com/"><strong>BlackBerry</strong></a> se integraría en el país, pese a que la compañía ha rehusado dar información al respecto. <a href="http://www.convergencialatina.com/"><strong>Convergencialatina</strong></a> pudo saber que la empresa fabricará en el sur los modelos 8520 y 9300,  conocidos popularmente con el nombre de Curve. Serían integrados con 30%  de componente nacional.</p>
<p>Estos modelos saldrían al mercado recién  a finales de año, es decir, que su comercialización se concretaría para  la próxima Navidad y Año Nuevo. El inicio de la producción local  destrabaría los embarques frenados en la Aduana y los equipos de RIM  volverían a tener presencia en el mercado local. Los faltantes de estos  dispositivos son cada vez más notorios: <a href="http://www.movistar.com.ar/">Movistar</a> y <a href="http://www.nextel.com.ar/">Nextel</a> no cuentan con  stock, <a href="http://www.personal.com.ar/">Personal</a> sólo tiene modelos en gama alta y <a href="http://www.claro.com.ar">Claro</a> se convirtió en  el único operador que poseía suficiente mercadería como para pasar sin  inconvenientes el día del Padre, fecha donde se registra una alta demanda del producto.</p>
<p>RIM estaría negociando con <a href="http://www.brightstarcorp.com/">Brightstar</a> el inicio de la fabricación de los modelos mencionados en Tierra del  Fuego. Ambas mantienen una relación estrecha en distintos mercados  internacionales.<br />
Fuente: <a href="http://webcache.googleusercontent.com/search?q=cache:n16_KkOLH_QJ:www.convergencialatina.com/noticia.php%3Fid%3D118191%26lang%3D1">Convergencialatina</a><br />
Visto en: <a href="http://www.celularis.com/blackberry/blackberry-8520-y-9300-se-produciran-en-tierra-del-fuego-con-30-de-componente-nacional.php">Celularis.com</a></p>
<p>&nbsp;</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F06%2F21%2Fblackberry-8520-y-9300-se-produciran-en-tierra-del-fuego%2F';
  addthis_title  = 'BlackBerry+8520+y+9300+se+producir%C3%A1n+en+Tierra+del+Fuego+con+30%25+de+componente+nacional';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/06/21/blackberry-8520-y-9300-se-produciran-en-tierra-del-fuego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control de Motor Rasti con Arduino</title>
		<link>http://blog.nivel7.com.ar/2011/05/09/control-de-motor-rasti-con-arduino/</link>
		<comments>http://blog.nivel7.com.ar/2011/05/09/control-de-motor-rasti-con-arduino/#comments</comments>
		<pubDate>Mon, 09 May 2011 14:06:42 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Electrónica]]></category>
		<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=252</guid>
		<description><![CDATA[Siguiendo con el proyecto de Robot, esta vez le tocó el turno al control de motor de Rasti Motobox. Para esto tuve en cuenta varios tutoriales: Control your motors with L293D and Arduino Tutorial Set up a L293 H-Bridge (Motor Driver) How to drive dc motor using L293D with arduino Y el Datasheet del ST [...]]]></description>
			<content:encoded><![CDATA[<p>Siguiendo con el proyecto de Robot, esta vez le tocó el turno al control de motor de <a title="Rasti Motobox | Para jugar en serio" href="http://www.rasti.com.ar/motobox.html" target="_blank">Rasti Motobox</a>.<br />
Para esto tuve en cuenta varios tutoriales:<br />
<a href="http://www.instructables.com/id/Control-your-motors-with-L293D-and-Arduino/">Control your motors with L293D and Arduino </a><br />
<a href="http://www.toddholoubek.com/classes/pcomp/?page_id=394"> Tutorial Set up a L293 H-Bridge (Motor Driver) </a><br />
<a href="http://www.communityofrobots.com/node/171"> How to drive dc motor using L293D with arduino </a><br />
Y el <a title="Datasheet del ST L293B" href="http://www.datasheetcatalog.com/datasheets_pdf/L/2/9/3/L293B.shtml" target="_blank">Datasheet del ST L293B</a> , también me sirvió un esquema del <a title="Datasheet del TI L293 " href="http://www.datasheetcatalog.com/datasheets_pdf/L/2/9/3/L293.shtml" target="_blank">Datasheet del TI L293</a> porque trae un diagrama bastante bueno que reproduzco acá:</p>
<div id="attachment_258" class="wp-caption alignnone" style="width: 258px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/Diagrama_L293.jpg"><img class="size-medium wp-image-258" title="Diagrama L293" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/Diagrama_L293-248x300.jpg" alt="Diagrama L293" width="248" height="300" /></a><p class="wp-caption-text">Diagrama L293 para un motor bidireccional</p></div>
<p>También pude encontrar este material pero al final no lo usé:<a href="http://robots-argentina.com.ar/MotorCC_L293D.htm"><br />
Manejo de potencia para motores con el integrado L293D</a></p>
<p>Como el L293 no trae diodos de protección internos para que la corriente generada por el motor cuando gira por inercia no ingrese en el circuito de la Arduino, fue necesario agregar 4 diodos externos que no están en los tutoriales pero si en el esquema del Datasheet.</p>
<p>Acá están las fotos de como quedó armado:<br />
<a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03889.jpg"><img class="alignnone size-medium wp-image-260" title="Control de Motor Rasti con Arduino" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03889-300x225.jpg" alt="Control de Motor Rasti con Arduino" width="300" height="225" /></a></p>
<div id="attachment_262" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03891.jpg"><img class="size-medium wp-image-262" title="Control de Motor Rasti con Arduino" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03891-300x225.jpg" alt="Control de Motor Rasti con Arduino" width="300" height="225" /></a><p class="wp-caption-text">Montaje de Motor Rasti con caja reductora, eje y rueda</p></div>
<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03890.jpg"><img class="alignnone size-medium wp-image-261" title="Control de Motor Rasti con Arduino" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03890-300x225.jpg" alt="Control de Motor Rasti con Arduino" width="300" height="225" /></a></p>
<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03893.jpg"><img class="alignnone size-medium wp-image-259" title="Control de Motor Rasti con Arduino" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/05/DSC03893-300x225.jpg" alt="Control de Motor Rasti con Arduino" width="300" height="225" /></a></p>
<p>El siguiente es el sketch (programa) subido a la Arduino, que hace avanzar el motor 3 segundos hacia un lado y 3 hacia el otro alternativamente con una pausa de 1 segundo antes de cambiar:</p>
<pre class="brush: arduino; title: ; notranslate">
// Community of Robots//
//Dc motor example code//
int motorpin1 = 3; //define digital output pin no.
int motorpin2 = 4; //define digital output pin no.
void setup () {
pinMode(motorpin1,OUTPUT); //set pin 3 as output
pinMode(motorpin2,OUTPUT); // set pin 4 as output
}

void loop () {
digitalWrite(motorpin1,LOW);
digitalWrite(motorpin2,LOW);
delay(1000);
digitalWrite(motorpin1,LOW);
digitalWrite(motorpin2,HIGH);
delay(3000);
digitalWrite(motorpin1,LOW);
digitalWrite(motorpin2,LOW);
delay(1000);
digitalWrite(motorpin1,HIGH);
digitalWrite(motorpin2,LOW);
delay(3000);
}
</pre>
<p><a href="http://m.youtube.com/watch?v=uGTCv1jP7sc&amp;api_format=3&amp;vndel=watch">Video de Control de Motor Rasti</a> o embebido:<br />
<object width="425" height="349" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/uGTCv1jP7sc?fs=1&amp;hl=es_ES" /><param name="allowfullscreen" value="true" /><embed width="425" height="349" type="application/x-shockwave-flash" src="http://www.youtube.com/v/uGTCv1jP7sc?fs=1&amp;hl=es_ES" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>El siguiente paso es agregar más voltaje porque el motor no tiene mucha potencia, y armar la oruga para colocar la Arduino y que se pueda mover. Puede ser que sea necesario colocar un disipador en el L293.</p>
<p>Reseña Histórica: Si quieren leer una historia de un pionero de la robótica que comenzó con motores Rasti hace 30 años pueden leerla en: <a href="http://robots-argentina.com.ar/robots-mihistoria.htm"><br />
La historia de mi primer robot , por Eduardo J. Carletti</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F05%2F09%2Fcontrol-de-motor-rasti-con-arduino%2F';
  addthis_title  = 'Control+de+Motor+Rasti+con+Arduino';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/05/09/control-de-motor-rasti-con-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar Word y Excel 2003 y 2007 en la misma PC</title>
		<link>http://blog.nivel7.com.ar/2011/04/28/instalar-word-y-excel-2003-y-2007-en-la-misma-pc/</link>
		<comments>http://blog.nivel7.com.ar/2011/04/28/instalar-word-y-excel-2003-y-2007-en-la-misma-pc/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 13:23:25 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=249</guid>
		<description><![CDATA[Es posible instalar Word y Excel 2003 y 2007 conviviendo en la misma pc, para esto hay que instalar primero el Office 2003, y luego 2007, con la opción de mantener las versiones anteriores. Luego hay que agregar la entrada dword NoReReg para Word y Excel, para que los programas utilicen las aplicaciones 2003 por [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/word_2003_2007.jpg"><img class="alignnone size-full wp-image-250" title="word_2003_2007" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/word_2003_2007.jpg" alt="" width="181" height="104" /></a></p>
<p>Es posible instalar Word y Excel 2003 y 2007 conviviendo en la misma pc, para esto hay que instalar primero el Office 2003, y luego 2007, con la opción de mantener las versiones anteriores.</p>
<p>Luego hay que agregar la entrada dword NoReReg para Word y Excel, para que los programas utilicen las aplicaciones 2003 por defecto.</p>
<p>Para esto simplemente ejecutar los siguientes comandos presionando Tecla Windows+R o Inicio/Ejecutar:</p>
<blockquote><p><strong>reg add HKCU\Software\Microsoft\Office\11.0\Word\Options /v NoReReg /t REG_DWORD /d 1</strong></p>
<p><strong><strong>reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t REG_DWORD /d 1</strong></strong></p>
<p><strong> </strong><strong> </strong></p></blockquote>
<p>Esto es todo para Word. Puede ser que Office 2007 presente algún dialogo extra pero al cerrarlo ya quedará configurado.</p>
<p>Para  Excel 2003 hay que cambiar la asociación de archivos de 2007 a 2003.</p>
<p>Primero Cerrar Excel y luego ejecutar:</p>
<p>Inicio&gt;Ejecutar &#8220;C:\<em>ruta de archivos de programa</em>\office11\excel.exe&#8221; /regserver</p>
<p>Eso es todo!</p>
<p>El procedimiento no es válido para Access ni para Outlook. Al ejecutar Access 2007 vuelve a re-registrar también Word y Excel y hace caso omiso de la entrada NoReReg.</p>
<p>Visto en <a href="http://uksbsguy.com/blogs/doverton/archive/2007/05/09/installing-office-2003-and-office-2007-on-the-same-system.aspx">Installing Office 2003 and Office 2007 on the same system</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F04%2F28%2Finstalar-word-y-excel-2003-y-2007-en-la-misma-pc%2F';
  addthis_title  = 'Instalar+Word+y+Excel+2003+y+2007+en+la+misma+PC';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/04/28/instalar-word-y-excel-2003-y-2007-en-la-misma-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contenedores para componentes electrónicos</title>
		<link>http://blog.nivel7.com.ar/2011/04/27/contenedores-para-componentes-electronicos/</link>
		<comments>http://blog.nivel7.com.ar/2011/04/27/contenedores-para-componentes-electronicos/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 21:22:51 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Electrónica]]></category>
		<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=235</guid>
		<description><![CDATA[Para organizar mejor los componentes electrónicos para los proyectos conseguí estos en Colombraro por $125 en total: &#160;]]></description>
			<content:encoded><![CDATA[<p>Para organizar mejor los componentes electrónicos para los proyectos conseguí estos en Colombraro por $125 en total:</p>
<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03625.jpg"><img class="alignnone size-medium wp-image-237" title="Contenedores2" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03625-300x225.jpg" alt="" width="300" height="225" /><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03629.jpg"><img class="alignnone size-medium wp-image-236" title="Contenedores1" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03629-300x225.jpg" alt="" width="300" height="225" /></a></a></p>
<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03626.jpg"><img class="alignnone size-medium wp-image-238" title="Contenedores3" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03626-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03627.jpg"><img class="alignnone size-medium wp-image-239" title="Contenedores4" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03627-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03628.jpg"><img class="alignnone size-medium wp-image-240" title="Contenedores5" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03628-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F04%2F27%2Fcontenedores-para-componentes-electronicos%2F';
  addthis_title  = 'Contenedores+para+componentes+electr%C3%B3nicos';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/04/27/contenedores-para-componentes-electronicos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display LCD 16&#215;2 con Arduino</title>
		<link>http://blog.nivel7.com.ar/2011/04/24/display-lcd-16x2-con-arduino/</link>
		<comments>http://blog.nivel7.com.ar/2011/04/24/display-lcd-16x2-con-arduino/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 00:20:46 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Electrónica]]></category>
		<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://blog.nivel7.com.ar/?p=213</guid>
		<description><![CDATA[Siguiendo con los ejemplos de Arduino, pude seguir este tutorial para soldar LCD a conectores (Header) para poder conectarlo a la protoboard. http://web.cecs.pdx.edu/~gerry/class/EAS199B/howto/LCDwiring/panel_prep.html Así lo preparé para soldar: Este es el equipo para soldar: Así quedó: A continuación armé un circuito con el LCD en el Protoboard basado en el circuito siguiente sacado de http://robocodes.guiskas.com/2010/05/practica1-lcd-con-ldr/ [...]]]></description>
			<content:encoded><![CDATA[<p>Siguiendo con los ejemplos de Arduino, pude seguir este tutorial para soldar LCD a conectores (Header) para poder conectarlo a la protoboard.</p>
<p><a title="Soldar LCD a Headers" href="http://web.cecs.pdx.edu/~gerry/class/EAS199B/howto/LCDwiring/panel_prep.html" target="_blank">http://web.cecs.pdx.edu/~gerry/class/EAS199B/howto/LCDwiring/panel_prep.html</a></p>
<p>Así lo preparé para soldar:</p>
<div id="attachment_222" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03650.jpg"><img class="size-medium wp-image-222" title="LCD 16x2 listo para soldar" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03650-300x225.jpg" alt="LCD 16x2 listo para soldar" width="300" height="225" /></a><p class="wp-caption-text">LCD 16x2 listo para soldar</p></div>
<p>Este es el equipo para soldar:</p>
<div id="attachment_223" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03732.jpg"><img class="size-medium wp-image-223" title="Equipo para Soldar" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03732-300x225.jpg" alt="Equipo para Soldar" width="300" height="225" /></a><p class="wp-caption-text">Equipo para Soldar</p></div>
<p>Así quedó:</p>
<div id="attachment_224" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03731.jpg"><img class="size-medium wp-image-224" title="LCD 16x2 con Headers Soldados" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03731-300x225.jpg" alt="LCD 16x2 con Headers Soldados" width="300" height="225" /></a><p class="wp-caption-text">LCD 16x2 con Headers Soldados</p></div>
<p>A continuación armé un circuito con el LCD en el Protoboard basado en el circuito siguiente sacado de<br />
<a title="Leyendo Valor de LDR y mostrando en LCD con Arduino" href="http://robocodes.guiskas.com/2010/05/practica1-lcd-con-ldr/" target="_blank">http://robocodes.guiskas.com/2010/05/practica1-lcd-con-ldr/</a></p>
<div id="attachment_225" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/LCD1_bb-450x328.png"><img class="size-medium wp-image-225" title="LCD LDR Arduino Circuit" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/LCD1_bb-450x328-300x218.png" alt="LCD LDR Arduino Circuit" width="300" height="218" /></a><p class="wp-caption-text">LCD LDR Arduino Circuit</p></div>
<p>Las siguientes son las modificaciones al circuito:</p>
<ul>
<li>Coloqué un resistor de 10 k ohm en el pin 15 para bajar un poco el backlight que era muy fuerte</li>
<li>El LDR en Analog IN 0 y el botón en Digital IN 2 no los conecté todavía</li>
</ul>
<p>Cargué primero un esquema (programa) con el <a title="Ejemplo LCD Hello World" href="http://www.arduino.cc/en/Tutorial/LiquidCrystal" target="_blank">ejemplo &#8220;Hello World&#8221;</a> y anduvo, asi que despues cargué el siguiente modificado en base al <a title="Ejemplo Scroll" href="http://arduino.cc/en/Tutorial/LiquidCrystalScroll" target="_blank">ejemplo &#8220;Scroll&#8221;</a> cambiando el texto por &#8220;blog.nivel7.com.ar&#8221; y el delay del desplazamiento de 150 a 250:</p>
<pre class="brush: arduino; gutter: false; title: ; notranslate">
/*
LiquidCrystal Library - scrollDisplayLeft() and scrollDisplayRight()

Demonstrates the use a 16x2 LCD display.  The LiquidCrystal
library works with all LCD displays that are compatible with the
Hitachi HD44780 driver. There are many of them out there, and you
can usually tell them by the 16-pin interface.

This sketch prints &quot;Hello World!&quot; to the LCD and uses the
scrollDisplayLeft() and scrollDisplayRight() methods to scroll
the text.

The circuit:
* LCD RS pin to digital pin 12
* LCD Enable pin to digital pin 11
* LCD D4 pin to digital pin 5
* LCD D5 pin to digital pin 4
* LCD D6 pin to digital pin 3
* LCD D7 pin to digital pin 2
* LCD R/W pin to ground
* 10K resistor:
* ends to +5V and ground
* wiper to LCD VO pin (pin 3)

Library originally added 18 Apr 2008
by David A. Mellis
library modified 5 Jul 2009
by Limor Fried (http://www.ladyada.net)
example added 9 Jul 2009
by Tom Igoe
modified 22 Nov 2010
by Tom Igoe

This example code is in the public domain.

http://www.arduino.cc/en/Tutorial/LiquidCrystal

*/

// include the library code:
#include

// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

void setup() {
// set up the LCD's number of columns and rows:
lcd.begin(16, 2);
// Print a message to the LCD.
lcd.print(&quot;blog.nivel7.com.ar&quot;);
delay(1000);
}

void loop() {
// scroll 13 positions (string length) to the left
// to move it offscreen left:
for (int positionCounter = 0; positionCounter &lt; 13; positionCounter++) {
// scroll one position left:
lcd.scrollDisplayLeft();
// wait a bit:
delay(250);
}

// scroll 29 positions (string length + display length) to the right
// to move it offscreen right:
for (int positionCounter = 0; positionCounter &lt; 29; positionCounter++) {
// scroll one position right:
lcd.scrollDisplayRight();
// wait a bit:
delay(250);
}

// scroll 16 positions (display length + string length) to the left
// to move it back to center:
for (int positionCounter = 0; positionCounter &lt; 16; positionCounter++) {
// scroll one position left:
lcd.scrollDisplayLeft();
// wait a bit:
delay(250);
}

// delay at the end of the full loop:
delay(1000);

}
</pre>
<p>Y estos son los resultados:</p>
<div id="attachment_228" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03737.jpg"><img class="size-medium wp-image-228" title="LCD con Arduino, Ejemplo Hello World" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03737-300x225.jpg" alt="LCD con Arduino, Ejemplo Hello World" width="300" height="225" /></a><p class="wp-caption-text">LCD con Arduino, Ejemplo Hello World</p></div>
<div id="attachment_226" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03785.jpg"><img class="size-medium wp-image-226" title="Arduino con LCD 16x2" src="http://blog.nivel7.com.ar/wp-content/uploads/2011/04/DSC03785-300x225.jpg" alt="Arduino con LCD 16x2" width="300" height="225" /></a><p class="wp-caption-text">Arduino con LCD 16x2</p></div>
<p>&nbsp;</p>
<p>Resultado en video:</p>
<p><a href="http://m.youtube.com/watch?v=ZSVpS5fzwrc&amp;api_format=3&amp;vndel=watch">Video de Hello World para móviles</a> o embebido:<br />
<object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/ZSVpS5fzwrc?fs=1&amp;hl=es_ES" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="349" src="http://www.youtube.com/v/ZSVpS5fzwrc?fs=1&amp;hl=es_ES" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://m.youtube.com/watch?v=y_6SP4yIyZw&amp;api_format=3&amp;vndel=watch">Video de scroll blog.nivel7.com.ar</a> o embebido:<br />
<object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/y_6SP4yIyZw?fs=1&amp;hl=es_ES" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="349" src="http://www.youtube.com/v/y_6SP4yIyZw?fs=1&amp;hl=es_ES" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.nivel7.com.ar%2F2011%2F04%2F24%2Fdisplay-lcd-16x2-con-arduino%2F';
  addthis_title  = 'Display+LCD+16%26%23215%3B2+con+Arduino';
  addthis_pub    = 'gjoandet';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.nivel7.com.ar/2011/04/24/display-lcd-16x2-con-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

