<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Proxmark developers community]]></title>
		<link>http://www.proxmark.org/forum/</link>
		<description><![CDATA[The most recent topics at Proxmark developers community.]]></description>
		<lastBuildDate>Fri, 19 Mar 2010 10:13:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[how to start camera in Imote2 IIB400?]]></title>
			<link>http://www.proxmark.org/forum/topic/523/how-to-start-camera-in-imote2-iib400/new/posts/</link>
			<description><![CDATA[<p>Recently i am doing some work on imote2 board and now stopped at the point of<br />how to start the camera(IIB400) on the board.</p><p>1111-------What was done is followed the instruction of this website:<br /><a href="http://sourceforge.net/apps/mediawiki/imote2-linux/index.php?title=IMB400_Multim\">http://sourceforge.net/apps/mediawiki/i &#133; 00_Multim\</a><br />edia_Sensorboard</p><p>2222-------The main steps is:<br /># I2C<br />cd /lib/modules/2.6.29.1.rc1_1/kernel/drivers/i2c/algos<br />insmod i2c-algo-bit.ko<br />cd ../busses<br />insmod i2c-gpio.ko</p><p># CAMERA<br />cd /lib/modules/2.6.29.1_r1.1/kernel/drivers/media/video<br />insmod videobuf-core.ko<br />insmod videodev.ko<br />insmod v4l2-common.ko<br />insmod v4l2-int-device.ko<br />insmod videobuf-dma-sg.ko<br />insmod soc_camera.ko<br />insmod pxa_camera.ko<br />insmod ov7670_soc.ko</p><p>mknod /dev/video0 c 81 0</p><p>3333-------and i can get the /dev/video0 appeared, however ,when i tried:<br />capture -d/dev/video0</p><p>the message comes out like this:<br />[root@SG2-3 webcam]#./capture -d /dev/video0<br />Can&#039;t open device /dev/video0</p><p>4444-------The same result comes out again when i wrote a c program to test the drivers by<br />myself :<br />[root@SG2-3 /root]#./cameraTest<br />v4l_open:: No such device or address</p><p>5555-------If anyone has any experience ,suggestions or knows how to solve it ,please give<br />me a hand . Thanks million in advance!!!</p><br /><p>Starry</p>]]></description>
			<author><![CDATA[dummy@example.com (stary)]]></author>
			<pubDate>Fri, 19 Mar 2010 10:13:03 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/523/how-to-start-camera-in-imote2-iib400/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Proxmark3 flashed (no antenna) - £180 (3 units for sale)]]></title>
			<link>http://www.proxmark.org/forum/topic/476/proxmark3-flashed-no-antenna-180-3-units-for-sale/new/posts/</link>
			<description><![CDATA[<p>Hi, i got 4 proxmarks made last june, only needed one for myself and well the rest i&#039;m looking to off load.</p><p>will be happy to answer any questions or even upload photos on request.</p>]]></description>
			<author><![CDATA[dummy@example.com (xmikee)]]></author>
			<pubDate>Fri, 19 Mar 2010 08:22:25 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/476/proxmark3-flashed-no-antenna-180-3-units-for-sale/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[125kHz snoop ?]]></title>
			<link>http://www.proxmark.org/forum/topic/175/125khz-snoop/new/posts/</link>
			<description><![CDATA[<p>Hi all,</p><p>&nbsp; &nbsp;As far as I can see, at the moment the proxmark would not be able to snoop on 125kHz communications between tags &amp; readers: am I missing something there? I&#039;d like to be able to do this to better understand some weird 125kHz tags I have... Do you think it would be possible to implement this type of feature without touching the FPGA code ?</p><p>Ed</p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Thu, 18 Mar 2010 16:50:54 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/175/125khz-snoop/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[New version of software: EM410x routines, offline mode, and more!]]></title>
			<link>http://www.proxmark.org/forum/topic/246/new-version-of-software-em410x-routines-offline-mode-and-more/new/posts/</link>
			<description><![CDATA[<p>Hi guys,</p><p>I&#039;ve just checked in a new version of the proxmark3 client into the google code repo (<a href="http://code.google.com/p/proxmark3/">http://code.google.com/p/proxmark3/</a>)</p><p><strong><span class="bbu">New functions:</span></strong></p><p><strong>em410xread [clock (optional, should always be 64 anyway)]</strong> -- Reads the ID from an EM410x tag (the plot should contain the raw tag).<br /><em>Example:<br /><strong>&gt;</strong> loread<br /><strong>&gt;</strong> losamples 2000<br /><strong>&gt;</strong> em410xread<br />Auto-detected clock rate: 64<br />EM410x Tag ID: 1a0041375d</em></p><p><strong>em410xsim [tag id]</strong> -- Simulates an EM410x tag with the specified ID.<br /><em>Example:<br /><strong>&gt;</strong> em410xsim 1a0041375d<br />(The orange light will turn on. Press the button on the PM3 to stop emulating the tag.)<br /></em></p><p><strong>em410xwatch</strong> -- Watches for an EM410x tag until it detects one. Essentially &quot;loread + losamples 2000 + em410xread&quot; until a tag is detected.<br /><em>Example:<br /><strong>&gt;</strong> em410xwatch<br />Auto-detected clock rate: 64<br />EM410x Tag ID: 1a0041375d</em></p><p><strong>manmod [clock (optional)]</strong> -- This will Manchester modulate the graphed bitstream. It&#039;s a helper function for em410xsim but can be re-used.</p><p><strong>detectclock</strong> -- This function will auto-detect the clock rate.<br /><em>Example:<br /><strong>&gt;</strong> detectclock<br />Auto-detected clock rate: 64</em></p><p><strong>bitstream [clock (optional)]</strong> -- Converts a waveform into a bitstream. The number of &quot;samples&quot; is still the same but it&#039;s easier to read a stream. I&#039;ve only tested this using EM4102 tags.</p><p><strong><span class="bbu">Other Features:</span></strong></p><p><strong>Auto-detection of clock rate</strong> -- You&#039;ll notice in most functions, clock rate is auto-detected now.</p><p><strong>prox.exe offline</strong> -- An offline mode is now available in the Windows client. You can use this to examine or work with older traces.</p><p><strong>mandemod update</strong> -- Mandemod no longer requires specifying a clock rate and no longer requires askdemod being run first.</p><p><strong>askdemod update</strong> -- Askdemod no longer requires specifying a clock rate.</p><p><strong>traces/ directory</strong> -- I&#039;ve included a traces/ directory in the repository containing some traces of my EM4102 tags. Might be useful to others to see or use them.</p><p>Let me know if you have any issues/questions!</p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Thu, 18 Mar 2010 16:40:34 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/246/new-version-of-software-em410x-routines-offline-mode-and-more/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Compiling Errors]]></title>
			<link>http://www.proxmark.org/forum/topic/520/compiling-errors/new/posts/</link>
			<description><![CDATA[<p>Ok so I got the p3 and tried with Make had a few errors<br />came here and saw the post on the armdevkit<br />Tried that.<br />I am on a Debian Based System, BackTrack 4</p><p>When I go to the dir I get this:<br />bt4:~/proxmark3/linux/proxmark3-read-only# make<br />make -C bootrom all<br />make[1]: Entering directory `/root/proxmark3/linux/proxmark3-read-only/bootrom&#039;<br />perl ../tools/mkversion.pl .. &gt; version.c || cp ../common/default_version.c version.c<br />arm-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=gnu99 -I. -mthumb -mthumb-interwork -o obj/version.o version.c<br />make[1]: arm-eabi-gcc: Command not found<br />make[1]: *** [obj/version.o] Error 127<br />make[1]: Leaving directory `/root/proxmark3/linux/proxmark3-read-only/bootrom&#039;<br />make: *** [bootrom/all] Error 2</p>]]></description>
			<author><![CDATA[dummy@example.com (loganWHD)]]></author>
			<pubDate>Thu, 18 Mar 2010 14:48:05 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/520/compiling-errors/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Winter '10 - test release]]></title>
			<link>http://www.proxmark.org/forum/topic/506/winter-10-test-release/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>I just uploaded a binary beta release<br /><a href="http://proxmark3.googlecode.com/files/proxmark3_win_bins_beta.zip">http://proxmark3.googlecode.com/files/p &#133; s_beta.zip</a></p><p>if you guys (well, people with some knowledge, because there are no documentation yet) could give it a try, if possible from a pristine windows (so I know whether or not I forgot some DLLs), that&#039;d be great.</p><p>to flash the proxmark with it, just use:<br />flasher.exe ..\arm\fullimage.elf<br />from the bin directory.</p><p>Let me know how it goes...</p><p>(on a pristine windows computer, you&#039;ll *first* have to install the proxmark driver I included, since it will install the libusb0 DLL. The installation procedure *will* be documented of course...)</p><p>Edit: A bootrom is included. If someone (with JTAG ^^) can test it as well...</p><p>Edit2: I have updated the link to the beta version <img src="http://www.proxmark.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Thu, 18 Mar 2010 13:48:03 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/506/winter-10-test-release/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Recent SVN versions instructions]]></title>
			<link>http://www.proxmark.org/forum/topic/524/recent-svn-versions-instructions/new/posts/</link>
			<description><![CDATA[<p>I updated the Wiki with instructions related to the Winter &#039;10 release, especially with the new Windows drivers and new flashing tool, please tell me if that&#039;s OK and what should be improved,</p><p>Ed</p>]]></description>
			<author><![CDATA[dummy@example.com (edo512)]]></author>
			<pubDate>Thu, 18 Mar 2010 11:02:47 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/524/recent-svn-versions-instructions/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Was decoding wonderfully, but now isn't?? (Windows binary Winter 2010)]]></title>
			<link>http://www.proxmark.org/forum/topic/516/was-decoding-wonderfully-but-now-isnt-windows-binary-winter-2010/new/posts/</link>
			<description><![CDATA[<p>I am using the windows binary package Winter 2010, all the firmware flashed to those versions, and the client from that too.&nbsp; I was able to decode a 125KHz card that is just like in this article:<br /><a href="http://code.google.com/p/proxmark3/wiki/TagOps">http://code.google.com/p/proxmark3/wiki/TagOps</a><br />And all the traces looked the same as in the article, and I was able to correlate the number on the card with the stuff I decoded - woot!</p><p>However, I then decided to further explore the commands available in the Help system, to see what they all did.&nbsp; At some point the traces STOPPED looking like the article...&nbsp; So I did a device reset, and still, the same commands with the same card no longer produce any meaningful output!&nbsp; I still get a significant tune voltage drop when the card is on the antenna, but the data plot output is not all nice like it used to be.&nbsp; Sadly I didn&#039;t save the trace when it was nice, but it really looked exactly like this, from that tutorial:<br /><span class="postimg"><img src="http://proxmark3.googlecode.com/svn/wiki/symbol-1.png" alt="Good looking trace" /></span></p><p>Now here&#039;s what it looks like, it varies between these two patterns.&nbsp; I&#039;ve included trace files:<br /><span class="postimg"><img src="http://imgur.com/HYP3w.jpg" alt="http://imgur.com/HYP3w.jpg" /></span><br /><a href="http://www.mediafire.com/file/yezng25tjzy/%20badtrace">http://www.mediafire.com/file/yezng25tjzy/%20badtrace</a> Trace file 1</p><p><span class="postimg"><img src="http://imgur.com/ywAvi.jpg" alt="http://imgur.com/ywAvi.jpg" /></span><br /><a href="http://www.mediafire.com/file/mit3j42ykjw/%20badtrace2">http://www.mediafire.com/file/mit3j42ykjw/%20badtrace2</a> Trace file 2</p><p>Any suggestions on getting that nice mode back?<br />Thank you<br />CSM</p>]]></description>
			<author><![CDATA[dummy@example.com (d18c7db)]]></author>
			<pubDate>Wed, 17 Mar 2010 22:50:14 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/516/was-decoding-wonderfully-but-now-isnt-windows-binary-winter-2010/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Client survey]]></title>
			<link>http://www.proxmark.org/forum/topic/431/client-survey/new/posts/</link>
			<description><![CDATA[<p>It&#039;d be nice if I could cross-post this between the Linux Client and Windows Client forums, but ... just for my own understanding of the playing field, how many people use the client on each platform?&nbsp; &nbsp;If you use multiple, pick your favorite (or what you would use most often, assuming support was equally good on all platforms.)</p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Wed, 17 Mar 2010 00:15:54 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/431/client-survey/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[unknown tag]]></title>
			<link>http://www.proxmark.org/forum/topic/477/unknown-tag/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>I have an unknown HF tag. It is not ISO14443 nor ISO15693. What can I do with the Proxmark to determine the type of the tag ? Is it possible to sniff the communications between the tag and a legitimate reader ?</p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Wed, 17 Mar 2010 00:13:03 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/477/unknown-tag/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[From where to buy a Q5 tag kit?]]></title>
			<link>http://www.proxmark.org/forum/topic/466/from-where-to-buy-a-q5-tag-kit/new/posts/</link>
			<description><![CDATA[<p>Hi guys,</p><p>Am preparing my list of RFID accessories to complete the fun :-) ! I wanna get a Q5 tag kit, but their website (<a href="http://www.cyntag.com/Starter%20Kits.htm">http://www.cyntag.com/Starter%20Kits.htm</a>) doesn&#039;t state from where to purchase them!</p><p>So, any guidance on that?</p><p>Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Wed, 17 Mar 2010 00:05:56 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/466/from-where-to-buy-a-q5-tag-kit/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Construction of an Antenna for ProxMark3]]></title>
			<link>http://www.proxmark.org/forum/topic/498/construction-of-an-antenna-for-proxmark3/new/posts/</link>
			<description><![CDATA[<p>Hello,<br />there is no antennas for sale at ProxMark3 site.</p><p>It&#039;s easy to construct some ?<br />Could some one send-me the schematic or some help on that ?</p><p>I&#039;ve got the budget to buy the equipment, but now the antennas are sale out...</p><p>Thanks,<br />RSilva.</p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Tue, 16 Mar 2010 23:55:27 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/498/construction-of-an-antenna-for-proxmark3/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Buffer overflow when issuing "data plot"]]></title>
			<link>http://www.proxmark.org/forum/topic/522/buffer-overflow-when-issuing-data-plot/new/posts/</link>
			<description><![CDATA[<p>Hi folks,</p><p>I am running into problems, when issuing the command &quot;data plot&quot; in my proxmark3 binary compiled with the lates svn sources on linux kernel 2.6.31-20 with libqt4-dev present. Compilation runs without errors:</p><p>(....)<br />g++ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui&nbsp; &nbsp;-Wall -O3 -c -o obj/proxgui.o proxgui.cpp<br />g++ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui&nbsp; &nbsp;-Wall -O3 -c -o obj/proxguiqt.o proxguiqt.cpp<br />/usr/bin/moc-qt4 -oproxguiqt.moc.cpp proxguiqt.h<br />g++ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui&nbsp; &nbsp;-Wall -O3 -c -o obj/proxguiqt.moc.o proxguiqt.moc.cpp<br />g++ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui&nbsp; &nbsp;-Wall -O3 obj/proxmark3.o obj/crc16.o obj/iso14443crc.o obj/data.o obj/graph.o obj/ui.o obj/cmddata.o obj/cmdhf.o obj/cmdhf14a.o obj/cmdhf14b.o obj/cmdhf15.o obj/cmdhflegic.o obj/cmdhw.o obj/cmdlf.o obj/cmdlfem4x.o obj/cmdlfhid.o obj/cmdlfti.o obj/cmdparser.o obj/cmdmain.o obj/proxusb.o obj/proxgui.o obj/proxguiqt.o obj/proxguiqt.moc.o -L/opt/local/lib -L/usr/local/lib -lusb -lreadline -lpthread -lQtGui -lQtCore&nbsp; &nbsp;-o proxmark3<br />(....)</p><p>The binary works perfectly well - until it comes to the point where I want to plot the data. Here I get a buffer overflow with the following Backtrace:</p><p>proxmark3&gt; data plot<br />proxmark3&gt; *** buffer overflow detected ***: ./proxmark3 terminated<br />======= Backtrace: =========<br />/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0x75ced8]<br />/lib/tls/i686/cmov/libc.so.6[0x75bf10]<br />/lib/tls/i686/cmov/libc.so.6[0x75b648]<br />/lib/tls/i686/cmov/libc.so.6(_IO_default_xsputn+0x9e)[0x6e559e]<br />/lib/tls/i686/cmov/libc.so.6(_IO_vfprintf+0xe1c)[0x6b995c]<br />/lib/tls/i686/cmov/libc.so.6(__vsprintf_chk+0xad)[0x75b6fd]<br />/lib/tls/i686/cmov/libc.so.6(__sprintf_chk+0x2d)[0x75b63d]<br />./proxmark3[0x805798c]<br />/usr/lib/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x524)[0xa65dd4]<br />/usr/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xb4)[0xa10f54]<br />/usr/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0xda)[0xa185ca]<br />/usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x7b)[0x5886cb]<br />/usr/lib/libQtGui.so.4(_ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointiP8QPainterP19QWidgetBackingStore+0x525)[0xa6de25]<br />/usr/lib/libQtGui.so.4[0xbfc2f8]<br />/usr/lib/libQtGui.so.4[0xbfc77a]<br />/usr/lib/libQtGui.so.4(_ZN14QWidgetPrivate16syncBackingStoreERK7QRegion+0x65)[0xa5f055]<br />/usr/lib/libQtGui.so.4[0xa77090]<br />/usr/lib/libQtGui.so.4(_ZN12QApplication15x11ProcessEventEP7_XEvent+0x1462)[0xa856f2]<br />/usr/lib/libQtGui.so.4[0xab2502]<br />/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1f8)[0x7f9e88]<br />/lib/libglib-2.0.so.0[0x7fd730]<br />/lib/libglib-2.0.so.0(g_main_context_iteration+0x73)[0x7fd863]<br />/usr/lib/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5c)[0x5b302c]<br />/usr/lib/libQtGui.so.4[0xab1be5]<br />/usr/lib/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x49)[0x586c79]<br />/usr/lib/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xfa)[0x5870ca]<br />/usr/lib/libQtCore.so.4(_ZN16QCoreApplication4execEv+0xaf)[0x58953f]<br />/usr/lib/libQtGui.so.4(_ZN12QApplication4execEv+0x27)[0xa10dd7]<br />./proxmark3[0x8055c07]<br />./proxmark3[0x804b49f]<br />/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x692b56]<br />./proxmark3[0x804b391]</p><p>Has anybody here an idea how to solve this problem?!</p><p>Any help is greatly appreciated!</p><p>Regards,<br />Tom</p>]]></description>
			<author><![CDATA[dummy@example.com (TomCyber)]]></author>
			<pubDate>Mon, 15 Mar 2010 13:18:52 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/522/buffer-overflow-when-issuing-data-plot/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Hitag2 crack ne1?]]></title>
			<link>http://www.proxmark.org/forum/topic/222/hitag2-crack-ne1/new/posts/</link>
			<description><![CDATA[<p>Hi all, </p><p>i was wondering, since the Hitag2 algorithm is practically the same as crypto1, is there anyone who has modified crapto1 to crack hitag2 keys? As far as I can tell, one would need to change some constants, but does hitag2 possess the same weaknesses as crypto1?</p>]]></description>
			<author><![CDATA[dummy@example.com (CardSaysMoops)]]></author>
			<pubDate>Mon, 15 Mar 2010 04:12:05 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/222/hitag2-crack-ne1/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[PM3 LCD]]></title>
			<link>http://www.proxmark.org/forum/topic/436/pm3-lcd/new/posts/</link>
			<description><![CDATA[<p>I&#039;ve uploaded the required files to build the portable LCD version PM3 for those that were keen on it. Currently sitting in /Uploads but Roel might move them to /Hardware Revisions/experimental/PM3-LCD soon <img src="http://www.proxmark.org/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>All the parts required to build it can be obtained from 3 suppliers, PCB from batchpcb.com (3 weeks lead), LCD from sparkfun.com (1 week) everything else from Digikey.com (1 week).</p><p>Read the readme file, any other questions, post them here on the forum and I&#039;ll answer them. As I&#039;ve said before, I&#039;ve built this already and field tested it without any real issues but I sent the assembled device to someone. I have more parts coming next week to make another one for myself.</p><p>I understand that most people don&#039;t want to make their own due to the difficulty of soldering small parts. I&#039;m half thinking at looking into getting some assembled. If for argument&#039;s sake a complete board cost, say $350 USD (same as the original PM3) would you consider purchasing?</p><p><a href="http://farm3.static.flickr.com/2679/4247225606_939c63f8c7_b.jpg"><span class="postimg"><img src="http://farm3.static.flickr.com/2679/4247225606_939c63f8c7_m.jpg" alt="http://farm3.static.flickr.com/2679/4247225606_939c63f8c7_m.jpg" /></span></a> <a href="http://farm5.static.flickr.com/4061/4247225730_91878b45d0_b.jpg"><span class="postimg"><img src="http://farm5.static.flickr.com/4061/4247225730_91878b45d0_m.jpg" alt="http://farm5.static.flickr.com/4061/4247225730_91878b45d0_m.jpg" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (d18c7db)]]></author>
			<pubDate>Sun, 14 Mar 2010 20:56:19 +0000</pubDate>
			<guid>http://www.proxmark.org/forum/topic/436/pm3-lcd/new/posts/</guid>
		</item>
	</channel>
</rss>
