<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Omega2&#x2F;+, expansion dock and RDM6300]]></title><description><![CDATA[<p dir="auto">Greetings everyone,</p>
<p dir="auto">recently I've been trying to get around reading the rfid readers input but can't figure things out.</p>
<p dir="auto"><img src="/assets/uploads/files/1516729108658-rfid.png" alt="0_1516728972616_rfid.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Somehow I found this post: <a href="https://docs.onion.io/omega2-docs/uart1.html" rel="nofollow">https://docs.onion.io/omega2-docs/uart1.html</a>  and similar to suggestions reading the tx,rx from terminal, I tried cat /dev/ttyS1, swiped cards on antena but couldn't get anything on terminal flow.</p>
<p dir="auto">But really it seems to be a hard task to accomplish, back in days using arduino uno/clones and a rdm6300 through this tutorial: <a href="http://tronixstuff.com/2013/11/19/arduino-tutorials-chapter-15-rfid/" rel="nofollow">http://tronixstuff.com/2013/11/19/arduino-tutorials-chapter-15-rfid/</a><br />
I was able to read the cards in hex with softserial library.</p>
<p dir="auto">If anyone could guide me/us on how to read the rfid modules it would be really great.</p>
<p dir="auto">Thanks</p>
]]></description><link>http://community.onion.io/topic/2672/omega2-expansion-dock-and-rdm6300</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 01:56:49 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2672.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Jan 2018 17:40:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Tue, 23 Jan 2018 17:40:53 GMT]]></title><description><![CDATA[<p dir="auto">Greetings everyone,</p>
<p dir="auto">recently I've been trying to get around reading the rfid readers input but can't figure things out.</p>
<p dir="auto"><img src="/assets/uploads/files/1516729108658-rfid.png" alt="0_1516728972616_rfid.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Somehow I found this post: <a href="https://docs.onion.io/omega2-docs/uart1.html" rel="nofollow">https://docs.onion.io/omega2-docs/uart1.html</a>  and similar to suggestions reading the tx,rx from terminal, I tried cat /dev/ttyS1, swiped cards on antena but couldn't get anything on terminal flow.</p>
<p dir="auto">But really it seems to be a hard task to accomplish, back in days using arduino uno/clones and a rdm6300 through this tutorial: <a href="http://tronixstuff.com/2013/11/19/arduino-tutorials-chapter-15-rfid/" rel="nofollow">http://tronixstuff.com/2013/11/19/arduino-tutorials-chapter-15-rfid/</a><br />
I was able to read the cards in hex with softserial library.</p>
<p dir="auto">If anyone could guide me/us on how to read the rfid modules it would be really great.</p>
<p dir="auto">Thanks</p>
]]></description><link>http://community.onion.io/post/15765</link><guid isPermaLink="true">http://community.onion.io/post/15765</guid><dc:creator><![CDATA[Mentor Gashi 0]]></dc:creator><pubDate>Tue, 23 Jan 2018 17:40:53 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Wed, 24 Jan 2018 10:26:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4308">@Mentor-Gashi-0</a><br />
According to the RDM6300 datasheet the power supply is 5V ± 5% DC.</p>
<p dir="auto">So you should use also a 5V-to-3.3V voltage level shifter between the module and the Expansion Dock - at least a resistive <a href="https://learn.sparkfun.com/tutorials/voltage-dividers" rel="nofollow">voltage divider</a> between the module's <strong>TX</strong> and the Dock's <strong>RX1</strong> - for example a 2.2k series resistor and a 3.3k from RX1 to GND.</p>
]]></description><link>http://community.onion.io/post/15776</link><guid isPermaLink="true">http://community.onion.io/post/15776</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Wed, 24 Jan 2018 10:26:06 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Wed, 24 Jan 2018 18:37:54 GMT]]></title><description><![CDATA[<p dir="auto">Despite that fact of resistors, isn't there any example other than the default documentation of how I could read the rdm6300 input, except cat/python instructions? In arduino/clones I didn't need resistors though I was able to read the data :(, confused a bit.</p>
]]></description><link>http://community.onion.io/post/15781</link><guid isPermaLink="true">http://community.onion.io/post/15781</guid><dc:creator><![CDATA[Mentor Gashi]]></dc:creator><pubDate>Wed, 24 Jan 2018 18:37:54 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Wed, 24 Jan 2018 18:52:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2496">@Mentor-Gashi</a> If you are using a Arduino Uno or Arduino Nano, then that is a 5V device, too, so no level shifting was needed. The Arduino Pro Mini or the Omega2(+) are however 3.3V devices. If you wish to communicate between them, you need to supply the module with 5V and GND, plus a level shifter for TX and RX line (to convert Omega's 3.3V to 5V for the RFID reader, and to convert 5V from the RFID reader to 3.3V to the Omega, e.g. <a href="https://www.sparkfun.com/products/12009" rel="nofollow">this</a>).</p>
<p dir="auto">Also, according to its wiki page (<a href="http://wiki.seeed.cc/125Khz_RFID_module-UART/" rel="nofollow">http://wiki.seeed.cc/125Khz_RFID_module-UART/</a>), the module communicates with the UART settings 9600 baud (9600,No parity,8 data bit, 1 stop bit). For reading this input, I would either use <code>screen</code> or <code>miniterm.py</code> from the <code>piserial</code> python package (install via <code>pip install piserial</code>). For miniterm, you would e.g. use <code>miniterm.py /dev/ttyS1 9600</code>, then wait for some input. In your picture, you plugged the TX/RX lines into the wrong place. UART1 pins are on the left side of the expansion header (RX1, TX1). You also gave the RFID reader 3.3V and GND, not 5V and GND.</p>
]]></description><link>http://community.onion.io/post/15782</link><guid isPermaLink="true">http://community.onion.io/post/15782</guid><dc:creator><![CDATA[Maximilian Gerhardt]]></dc:creator><pubDate>Wed, 24 Jan 2018 18:52:09 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Wed, 24 Jan 2018 20:30:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4683">@Maximilian-Gerhardt</a> said in <a href="/post/15782">Omega2/+, expansion dock and RDM6300</a>:</p>
<blockquote>
<p dir="auto">package</p>
</blockquote>
<p dir="auto">Thanks a lot for the extended explanation, I will be using some shifters to resist the power back to the board.</p>
<p dir="auto">I did use 5v as you may see here:<br />
<img src="/assets/uploads/files/1516825786888-screenshot_1.png" alt="0_1516825636083_Screenshot_1.png" class="img-responsive img-markdown" /></p>
<p dir="auto">On the other side there are TX+,TX-, RX+, RX-, which of them are UART1 pins? Sorry for being so dumb really trying to learn <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--disappointed" title=":(" alt="😞" /></p>
]]></description><link>http://community.onion.io/post/15784</link><guid isPermaLink="true">http://community.onion.io/post/15784</guid><dc:creator><![CDATA[Mentor Gashi]]></dc:creator><pubDate>Wed, 24 Jan 2018 20:30:34 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Wed, 24 Jan 2018 21:22:13 GMT]]></title><description><![CDATA[<p dir="auto">Oh, I just had the orientation in the picture wrong. Looked at it upside down, my mistake.<br />
The TX-,TX+ and RX-,RX+ are differential voltage signals for the ethernet PHY. They are NOT UART pins. See <a href="https://docs.onion.io/omega2-docs/expansion-dock.html" rel="nofollow">https://docs.onion.io/omega2-docs/expansion-dock.html</a> for reference. UART1 pins are only RX1 and TX1.</p>
]]></description><link>http://community.onion.io/post/15785</link><guid isPermaLink="true">http://community.onion.io/post/15785</guid><dc:creator><![CDATA[Maximilian Gerhardt]]></dc:creator><pubDate>Wed, 24 Jan 2018 21:22:13 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Thu, 25 Jan 2018 12:16:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4683">@Maximilian-Gerhardt</a></p>
<p dir="auto">Thanks a lot for the tips and the prompt resonses, I finally was able to see the cards being read, even without level shifters.</p>
<p dir="auto">For starters or anyone struggling, with less experience on boards like me.</p>
<p dir="auto">Connect to o2/o2+ via terminal perform the <code>opkg update</code>, then install the <code>screen</code> command by entering: <code>opkg install screen</code> on your terminal. Wait till the screen is downloaded and be configured.</p>
<p dir="auto">Then plug wires, RDM6300 TX to o2/o2+ Rx1 and RDM6300 RX to o2/o2+ Tx1. Assuming you've plugged the 5v, GND, and the RDM6300 is already powered up (the green led is on).</p>
<p dir="auto">To listen the RDM6300's serial type: <code>screen /dev/ttyS1</code>, on your terminal, screen will open like an editor on the terminal (vi/nano), blank page, swipe the cards and you'll see the hexes being read.</p>
<p dir="auto">Finally ensure you lower down the returning power to omega with resistors as @György Farkas recommends.</p>
]]></description><link>http://community.onion.io/post/15795</link><guid isPermaLink="true">http://community.onion.io/post/15795</guid><dc:creator><![CDATA[Mentor Gashi]]></dc:creator><pubDate>Thu, 25 Jan 2018 12:16:34 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2&#x2F;+, expansion dock and RDM6300 on Wed, 20 Jun 2018 18:00:26 GMT]]></title><description><![CDATA[<p dir="auto">For the fellas out in the wild figuring out how to read the serial port on console at least on a bash script here's the link to it: <a href="https://pastebin.com/bHic0sBL" rel="nofollow">https://pastebin.com/bHic0sBL</a></p>
<p dir="auto">Basically on a fresh omega2/+ you need to install at least the stty command package which comes with opkg install coreutils-stty.</p>
<p dir="auto">Further on the condition you can place an array with strings to compare reading card validation or compare to a file with cards on each line..</p>
<p dir="auto">You can obtain the lists with your preferred programming language then, node, python, php etc.</p>
<p dir="auto">Finally with only $20 you can build a linux based access control solution!!</p>
]]></description><link>http://community.onion.io/post/17069</link><guid isPermaLink="true">http://community.onion.io/post/17069</guid><dc:creator><![CDATA[Mentor Gashi]]></dc:creator><pubDate>Wed, 20 Jun 2018 18:00:26 GMT</pubDate></item></channel></rss>