<?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>UZED &#187; Nokia</title>
	<atom:link href="http://uzed.com.br/tag/nokia/feed/" rel="self" type="application/rss+xml" />
	<link>http://uzed.com.br</link>
	<description>Informação Livre!</description>
	<lastBuildDate>Wed, 14 Jul 2010 06:03:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Nokia Camp 2009</title>
		<link>http://uzed.com.br/nokia-camp-2009/</link>
		<comments>http://uzed.com.br/nokia-camp-2009/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:35:43 +0000</pubDate>
		<dc:creator>zedmaster</dc:creator>
				<category><![CDATA[Nokia]]></category>

		<guid isPermaLink="false">http://uzed.com.br/?p=482</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.semlimites.blog.br/semlimites/eventos/2009/10/20/nokia-camp-um-ponto-de-convergencia-em-sao-paulo/"><img src="http://www.semlimites.blog.br/semlimites/wp-content/uploads/chamada_blog.jpg" alt="Nokia Camp 2009" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://uzed.com.br/nokia-camp-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acessando o Python do Nokia com Debian e bluetooth</title>
		<link>http://uzed.com.br/nokia-python-debian-bluetooth/</link>
		<comments>http://uzed.com.br/nokia-python-debian-bluetooth/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 00:53:42 +0000</pubDate>
		<dc:creator>zedmaster</dc:creator>
				<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PyS60]]></category>

		<guid isPermaLink="false">http://uzed.com.br/?p=473</guid>
		<description><![CDATA[Instale os pacotes: apt-get install gnome-bluetooth gnome-vfs-obexftp libopenobex1 obex-data-server bluez-gnome bluez-utils cu Registrando a porta serial ~$ sdptool add --channel=3 SP Serial Port service registered Ative a porta para ficar aguardando uma conexão: ~$ rfcomm listen rfcomm0 3 Waiting for connection on channel 3 No celular : - Abra o Python (BTConsole) - Opções -> [...]]]></description>
			<content:encoded><![CDATA[<p>Instale os pacotes:</p>
<pre lang="Bash">
 apt-get install gnome-bluetooth gnome-vfs-obexftp libopenobex1 obex-data-server bluez-gnome bluez-utils cu
</pre>
<p><strong><br />
Registrando a porta serial</strong></p>
<pre lang="Bash">
 ~$ sdptool add --channel=3 SP
 Serial Port service registered
</pre>
<p><strong>Ative a porta para ficar aguardando uma conexão:</strong></p>
<pre lang="Bash">
 ~$ rfcomm listen rfcomm0 3
 Waiting for connection on channel 3
</pre>
<p><strong>No celular :</strong><br />
- Abra o Python (BTConsole)<br />
- Opções -> Bluetooth console<br />
- Selecione a máquina</p>
<p><strong>Conectando no terminal do celular:</strong></p>
<pre lang="Bash">
 ~$ cu -l /dev/rfcomm0
 Connected.
 >>>
</pre>
<p><strong>Testando o console:</strong></p>
<pre lang="Bash">
 import audio
 audio.say(u'Testando o Python')
</pre>
<p>Se o seu computador resmungar alguma coisa, parabéns, esta funcionando.</p>
<p>Estou começando a estudar agora Python no Symbian, então se tiver interesse acesse a minha wiki: <a href="http://wiki.uzed.com.br/index.php?title=Python">wiki.uzed.com.br</a></p>
]]></content:encoded>
			<wfw:commentRss>http://uzed.com.br/nokia-python-debian-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
