<?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>Blog @ SIB Visions &#187; eNFC</title>
	<atom:link href="http://blog.sibvisions.com/tag/enfc/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Fri, 24 Apr 2026 07:44:44 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NFC Reader with RaspberryPi GPIO</title>
		<link>https://blog.sibvisions.com/2013/01/04/nfc-reader-with-raspberrypi-gpio/</link>
		<comments>https://blog.sibvisions.com/2013/01/04/nfc-reader-with-raspberrypi-gpio/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 17:16:19 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eNFC]]></category>
		<category><![CDATA[Raspberry Pi]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1979</guid>
		<description><![CDATA[If you read my postings about NFC Reader, you know that I use an USB TTL module for the communication with my NFC Reader (UART mode). If you don't own such a module, it's not a big problem to connect the reader with GPIO pins of your RaspberryPi.
How?
Change /boot/cmdline.txt, from:
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1
to
dwc_otg.lpm_enable=0 console=tty1
Change /etc/inittab, [...]]]></description>
			<content:encoded><![CDATA[<p>If you read my postings about <a href="http://blog.sibvisions.com/2012/11/26/nfcrfid-for-beagleboard-xm-with-java/">NFC Reader</a>, you know that I use an USB TTL module for the communication with my NFC Reader (UART mode). If you don't own such a module, it's not a big problem to connect the reader with GPIO pins of your RaspberryPi.</p>
<p><strong>How?</strong></p>
<p>Change /boot/cmdline.txt, from:</p>
<div class="codesnip-container" >dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1</div>
<p>to</p>
<div class="codesnip-container" >dwc_otg.lpm_enable=0 console=tty1</div>
<p>Change /etc/inittab, from:</p>
<div class="codesnip-container" >#Spawn a getty on Raspberry Pi serial line<br />
T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100</div>
<p>to</p>
<div class="codesnip-container" >#Spawn a getty on Raspberry Pi serial line<br />
#T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100</div>
<p>Reboot your Pi.</p>
<p>Connect the Reader with following PINs:</p>
<div class="codesnip-container" >GND -> PIN 6<br />
TxD -> PIN 10 (= GPIO 15)<br />
RxD -> PIN 8 (= GPIO 14)<br />
VCC -> PIN 1 (3,3V) or PIN2 (5,5V)</div>
<p>(<a href="http://elinux.org/RPi_Low-level_peripherals">GPIO PIN overview</a>)</p>
<p>Use serial port with the name <em>/dev/ttyAMA0</em> for RxTx and configure RxTx e.g. -Dgnu.io.rxtx.SerialPorts=/dev/ttyAMA0.</p>
<p>Successfully tested with <a href="http://blog.sibvisions.com/2012/12/23/new-project-embedded-nfc/">eNFC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2013/01/04/nfc-reader-with-raspberrypi-gpio/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
