<?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>Wireless Oom &#187; sensor</title>
	<atom:link href="http://wireless.pyncus.com/category/sensor/feed/" rel="self" type="application/rss+xml" />
	<link>http://wireless.pyncus.com</link>
	<description>Build and Share wireless technology</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:38:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is SPI?</title>
		<link>http://wireless.pyncus.com/2010/01/13/what-is-spi/</link>
		<comments>http://wireless.pyncus.com/2010/01/13/what-is-spi/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 19:01:52 +0000</pubDate>
		<dc:creator>wirelessoom</dc:creator>
				<category><![CDATA[sensor]]></category>
		<category><![CDATA[SPI]]></category>

		<guid isPermaLink="false">http://wireless.pyncus.com/?p=1005</guid>
		<description><![CDATA[The Serial Peripheral Interface Bus or SPI bus is a synchronous serial data link standard named by Motorola that operates in full duplex mode. Devices communicate in master/slave mode where the master device initiates the data frame. Multiple slave devices are allowed with individual slave select (chip select) lines. Sometimes SPI is called a &#8220;four [...]]]></description>
			<content:encoded><![CDATA[<p>The Serial Peripheral Interface Bus or SPI bus is a synchronous serial data link standard named by Motorola that operates in full duplex mode. Devices communicate in master/slave mode where the master device initiates the data frame. Multiple slave devices are allowed with individual slave select (chip select) lines. Sometimes SPI is called a &#8220;four wire&#8221; serial bus, contrasting with three, two, and one wire serial buses.</p>
]]></content:encoded>
			<wfw:commentRss>http://wireless.pyncus.com/2010/01/13/what-is-spi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is I2C-Bus?</title>
		<link>http://wireless.pyncus.com/2010/01/13/what-is-i2c-bus/</link>
		<comments>http://wireless.pyncus.com/2010/01/13/what-is-i2c-bus/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:53:29 +0000</pubDate>
		<dc:creator>wirelessoom</dc:creator>
				<category><![CDATA[sensor]]></category>
		<category><![CDATA[I2C]]></category>

		<guid isPermaLink="false">http://wireless.pyncus.com/?p=1001</guid>
		<description><![CDATA[The I2C bus was designed by Philips in the early &#8217;80s to allow easy communication between components which reside on the same circuit board. Philips Semiconductors migrated to NXP in 2006.
The name I2C translates into &#8220;Inter IC&#8221;. Sometimes the bus is called IIC or I²C bus.
The original communication speed was defined with a maximum of [...]]]></description>
			<content:encoded><![CDATA[<p>The I2C bus was designed by Philips in the early &#8217;80s to allow easy <strong>communication between components which reside on the same circuit board.</strong> Philips Semiconductors migrated to NXP in 2006.</p>
<p>The name I2C translates into &#8220;Inter IC&#8221;. Sometimes the bus is called IIC or I²C bus.</p>
<p>The original communication speed was defined with a maximum of 100 kbit per second and many applications don&#8217;t require faster transmissions. For those that do there is a 400 kbit fastmode and &#8211; since 1998 &#8211; a high speed 3.4 Mbit option available. Recently, fast mode plus a transfer rate between this has been specified.</p>
<p>I2C is not only used on single boards, but also to connect components which are linked via cable. Simplicity and flexibility are key characteristics that make this bus attractive to many applications.</p>
<p>Most significant features include:</p>
<p>    * Only two bus lines are required<br />
    * No strict baud rate requirements like for instance with RS232, the master generates a bus clock<br />
    * Simple master/slave relationships exist between all components<br />
      Each device connected to the bus is software-addressable by a unique address<br />
    * I2C is a true multi-master bus providing arbitration and collision detection</p>
]]></content:encoded>
			<wfw:commentRss>http://wireless.pyncus.com/2010/01/13/what-is-i2c-bus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PC-lint?</title>
		<link>http://wireless.pyncus.com/2010/01/06/what-is-pc-lint/</link>
		<comments>http://wireless.pyncus.com/2010/01/06/what-is-pc-lint/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 23:44:30 +0000</pubDate>
		<dc:creator>wirelessoom</dc:creator>
				<category><![CDATA[sensor]]></category>
		<category><![CDATA[PC-lint]]></category>

		<guid isPermaLink="false">http://wireless.pyncus.com/?p=965</guid>
		<description><![CDATA[PC-lint is a command-line tool for developers, indicating suspicious or plain wrong issues in source code.
PC-lint is a commercial static code analysis software tool produced by Gimpel Software for the C/C++ languages.
]]></description>
			<content:encoded><![CDATA[<p>PC-lint is a command-line tool for developers, indicating suspicious or plain wrong issues in source code.</p>
<p>PC-lint is a commercial static code analysis software tool produced by Gimpel Software for the C/C++ languages.</p>
]]></content:encoded>
			<wfw:commentRss>http://wireless.pyncus.com/2010/01/06/what-is-pc-lint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

