<?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[Arduino Dock 2: Connection between Arduino IDE and the dock]]></title><description><![CDATA[<p dir="auto">The whole Arduino Dock 2 is confusing.</p>
<p dir="auto">I was able to follow instructions and upload a sketch but I keep getting the message "ash: telnet: not found" when I open the serial console.</p>
<p dir="auto">The Arduino IDE shows the the sktech compiled and it was able to upload it to the board via the ssh / Omega networking port.</p>
<p dir="auto">BUt not output on the serial console of the Arduino IDE?</p>
]]></description><link>http://community.onion.io/topic/2023/arduino-dock-2-connection-between-arduino-ide-and-the-dock</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 13:19:51 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2023.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 May 2017 01:58:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Arduino Dock 2: Connection between Arduino IDE and the dock on Fri, 05 May 2017 01:58:00 GMT]]></title><description><![CDATA[<p dir="auto">The whole Arduino Dock 2 is confusing.</p>
<p dir="auto">I was able to follow instructions and upload a sketch but I keep getting the message "ash: telnet: not found" when I open the serial console.</p>
<p dir="auto">The Arduino IDE shows the the sktech compiled and it was able to upload it to the board via the ssh / Omega networking port.</p>
<p dir="auto">BUt not output on the serial console of the Arduino IDE?</p>
]]></description><link>http://community.onion.io/post/12963</link><guid isPermaLink="true">http://community.onion.io/post/12963</guid><dc:creator><![CDATA[Ashu Joshi]]></dc:creator><pubDate>Fri, 05 May 2017 01:58:00 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino Dock 2: Connection between Arduino IDE and the dock on Sat, 06 May 2017 00:41:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2787">@Ashu-Joshi</a><br />
The serial communication is possible because the serial pins of Omega2 (RX1, TX1 ie UART1) and the ATmega chip (TXD, RXD) are connected by default via a 3.3V-to-5V level shifter on the Arduino Dock 2.<br />
On the Arduino side you have already uploaded that appropriate sketch.<br />
On the Omega2 side you should install and run a <strong>serial terminal</strong> program: for example <code>minicom</code>, <code>screen</code>, <code>pyserial</code> (python).</p>
<p dir="auto"><strong>There is neither telnet server nor telnet client on Omega2.</strong><br />
If you can't live without them - the full version of Busybox has a <code>telnetd</code> (server) and a <code>telnet</code> (client) applet / function. <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--wink" title=";-)" alt="😉" /></p>
]]></description><link>http://community.onion.io/post/12981</link><guid isPermaLink="true">http://community.onion.io/post/12981</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sat, 06 May 2017 00:41:12 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino Dock 2: Connection between Arduino IDE and the dock on Sun, 07 May 2017 10:18:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2787">@Ashu-Joshi</a><br />
I'm very sorry. I'm afraid I misunderstood your question. <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--blush" title=":blush:" alt="😊" /><br />
You want to use the <strong>Serial Monitor</strong> of the <strong>IDE</strong> on the usual "Arduino way".<br />
There is no direct serial connection between your desktop PC and the ATmega chip of the Dock.<br />
So I think it is not possible presently.</p>
]]></description><link>http://community.onion.io/post/13004</link><guid isPermaLink="true">http://community.onion.io/post/13004</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sun, 07 May 2017 10:18:17 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino Dock 2: Connection between Arduino IDE and the dock on Fri, 12 May 2017 00:07:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619">@György-Farkas</a> Does that mean that from the Omega2+ prompt if I run a serial terminal that connects to the Arduino - I will be see the output? What serial port should I use to connect to the Arduino from the Omega2+ prompt?</p>
]]></description><link>http://community.onion.io/post/13052</link><guid isPermaLink="true">http://community.onion.io/post/13052</guid><dc:creator><![CDATA[Ashu Joshi]]></dc:creator><pubDate>Fri, 12 May 2017 00:07:55 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino Dock 2: Connection between Arduino IDE and the dock on Sun, 14 May 2017 07:19:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2787">@Ashu-Joshi</a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619">@György-Farkas</a> said in <a href="/topic/2023/arduino-dock-2-connection-between-arduino-ide-and-the-dock/2">Arduino Dock 2: Connection between Arduino IDE and the dock</a>:</p>
<blockquote>
<p dir="auto">... the serial pins of Omega2 (RX1, TX1 ie UART1) and the ATmega chip (TXD, RXD) are connected by default via a 3.3V-to-5V level shifter on the Arduino Dock 2.</p>
</blockquote>
<p dir="auto">Ergo Omega2's UART1 (ie <code>/dev/ttyS1</code>) is hard-wired to ATmega's USART on the Arduino Dock 2.</p>
<p dir="auto">Onion Omega2 Documentation<br />
<a href="https://docs.onion.io/omega2-docs/uart1.html" rel="nofollow"><strong>Communicating with Serial Devices</strong></a></p>
]]></description><link>http://community.onion.io/post/13110</link><guid isPermaLink="true">http://community.onion.io/post/13110</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sun, 14 May 2017 07:19:13 GMT</pubDate></item></channel></rss>