<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>3D printer hosts not getting response from arduino nano.</title>
        <description> Looks like not all of my problems are solved. I&#039;m a newbie when it comes to 3D printer software and i don&#039;t know what works best.
After successfully uploading the teacup firmware i tried testing it out with Pronterface, mainly because it was mentioned in the teacup wiki. The problem i&#039;m having is that Pronterface does not get any response from my arduino nano.
I&#039;ve read that with pronterface you need to go to Menu -&amp;gt; Settings -&amp;gt; Debug G-code, but the version of pronterface i have does not have these menu options, rather in the settings tab it has &quot;macros&quot;, &quot;options&quot;, &quot;slicing settings&quot; and &quot;debug communications&quot;. In options i can&#039;t find anything resembling &quot;debug g-code&quot;.
I also tried ReplicatorG. At first it seemed promising because it had teacup in machine types and quickly found my arduino nano on COM3. This software also didn&#039;t get any response from my arduino nano, i assume it&#039;s because it has a Baud rate of 115200 and i don&#039;t see any option to change it.
Pronterface did have an option to change the Baud rate and i did try it at both 115200 and 57600 Baud rate, i also had the same Baud rates set in my config.h but i didn&#039;t get any response from my arduino nano.
I did re-upload the firmware to my arduino nano to confirm that it still works and it does.
Both Pronterface and ReplicatorG make the RX LED on my arduino flash briefly, the reset option in Pronterface does reset my arduino when i click it.
Maybe i&#039;m not waiting long enough for my arduino nano to connect? How long should this take, anyways?
I never thought getting into 3D printing could be such a fiddle.
As always any help is appreciated.</description>
        <link>https://reprap.org/forum/read.php?1,806426,806426#msg-806426</link>
        <lastBuildDate>Sun, 06 Sep 2026 07:36:34 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806703#msg-806703</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806703#msg-806703</link>
            <description><![CDATA[ My only guess now would be that the software was made with the FTDI controller in mind and is having problems with the CH340. But the way it's behaving now is very similar to how it was behaving when i was having problems with the firmware upload, that time it turned out to be a Baud issue.]]></description>
            <dc:creator>scrub</dc:creator>
            <category>General</category>
            <pubDate>Mon, 22 Jan 2018 12:04:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806664#msg-806664</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806664#msg-806664</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
Since 57600 Baud rate worked for uploading the firmware i set 57600 Baud rate in both pronterface and configtool but it still doesn't connect.</div></blockquote>
<br />
Bootloader baud rate and firmware baud rate can be the same, but don't have to. Bootloader and firmware are two entirely independent pieces of software. Teacup defaults to 115200 baud.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
Interestingly whenever i connect the arduino to a USB port it gives me a blink code of 3-2-2-2-2-3 (i think), whenever i connect the arduino to a power bank it just gives me a single blink.</div></blockquote>
<br />
Fruitless attempts by Pronterface to send something let this port blink, too. And quite a number of operating systems try to detect a modem on newly plugged devices, which causes some communications, too.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
Could it be that pronterface is not finding my config.h?</div></blockquote>
<br />
Pronterface doesn't even try to find firmware source code. It communicates with the controller, only.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Mon, 22 Jan 2018 08:46:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806661#msg-806661</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806661#msg-806661</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Traumflug</strong><br />
Having Debug turned on just shows what happens anyways.<br />
<br />
There should be lines starting with RECV, too. Not having them indicates communications not working. Baud rate mismatch, Arduino unpowered, such stuff. Also make sure CPU Clock Rate (Configtool -&gt; Board -&gt; CPU) matches your Arduino.</div></blockquote>
Checked the clock and it's 16meg, same as in config, in fact 16meg it the only available frequency for atmega328p in configtool. Since 57600 Baud rate worked for uploading the firmware i set 57600 Baud rate in both pronterface and configtool but it still doesn't connect.<br />
Interestingly whenever i connect the arduino to a USB port it gives me a blink code of 3-2-2-2-2-3 (i think), whenever i connect the arduino to a power bank it just gives me a single blink.<br />
Could it be that pronterface is not finding my config.h? Would it even make any difference? I did install pronterface after i had all my teacup stuff installed, i doubt this should make any difference.]]></description>
            <dc:creator>scrub</dc:creator>
            <category>General</category>
            <pubDate>Mon, 22 Jan 2018 08:34:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806625#msg-806625</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806625#msg-806625</link>
            <description><![CDATA[ Having Debug turned on just shows what happens anyways.<br />
<br />
There should be lines starting with RECV, too. Not having them indicates communications not working. Baud rate mismatch, Arduino unpowered, such stuff. Also make sure CPU Clock Rate (Configtool -&gt; Board -&gt; CPU) matches your Arduino.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Mon, 22 Jan 2018 04:36:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806517#msg-806517</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806517#msg-806517</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Traumflug</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
does not have these menu options, rather in the settings tab it has "macros", "options", "slicing settings" and "debug communications". In options i can't find anything resembling "debug g-code".</div></blockquote>
<br />
Take "debug communications" ... and edit the wiki to reflect this change in Pronterface wording.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
Maybe i'm not waiting long enough for my arduino nano to connect? How long should this take, anyways?</div></blockquote>
<br />
A second or two.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
I never thought getting into 3D printing could be such a fiddle.</div></blockquote>
<br />
1000 developers with 10000 ideas on how to "improve" things.</div></blockquote>
With debug communications on it says "SENT: M105". Do i need to be connected with debug on or does this just blind bit bang the g-code into my arduino?<br />
It doesn't connect and the XYZ controls are not available it just keeps repeating "SENT: M105".]]></description>
            <dc:creator>scrub</dc:creator>
            <category>General</category>
            <pubDate>Sun, 21 Jan 2018 05:23:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806511#msg-806511</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806511#msg-806511</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
does not have these menu options, rather in the settings tab it has "macros", "options", "slicing settings" and "debug communications". In options i can't find anything resembling "debug g-code".</div></blockquote>
<br />
Take "debug communications" ... and edit the wiki to reflect this change in Pronterface wording.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
Maybe i'm not waiting long enough for my arduino nano to connect? How long should this take, anyways?</div></blockquote>
<br />
A second or two.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>scrub</strong><br />
I never thought getting into 3D printing could be such a fiddle.</div></blockquote>
<br />
1000 developers with 10000 ideas on how to "improve" things.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Sun, 21 Jan 2018 04:56:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806486#msg-806486</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806486#msg-806486</link>
            <description><![CDATA[ Its not hard to get into 3d printing, if you go main stream, teacup is not that mainstream<br />
<br />
<br />
Anyway<br />
<br />
make a new sketch<br />
<br />
<pre class="bbcode">
/*
 * Hello World!
 *
 * This is the Hello World! for Arduino. 
 * It shows how to send data to the computer
 */


void setup()                    // run once, when the sketch starts
{
  Serial.begin(9600);           // set up Serial library at 9600 bps
}

void loop()                       // run over and over again
{
  Serial.println("Hello world!");  // prints hello with ending line break
  delay(1000);
}</pre>
<br />
<br />
<br />
upload this and open the serial monitor in arduino IDE at 9600 and verify your getting lots of "hello world!" on the display<br />
<br />
<br />
If that works, it time to test sending data<br />
<br />
follow this tutorial (nb you can just use the on board led, no need to wire up a external) Most have the LED on D13  <br />
<br />
[<a href="http://www.instructables.com/id/Control-LED-Using-Serial-Monitor/" target="_blank"  rel="nofollow">www.instructables.com</a>]]]></description>
            <dc:creator>Dust</dc:creator>
            <category>General</category>
            <pubDate>Sat, 20 Jan 2018 19:31:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806485#msg-806485</guid>
            <title>Re: 3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806485#msg-806485</link>
            <description><![CDATA[ Its not hard to get into 3d printing, if you go main stream, teacup is not that mainstream<br />
<br />
<br />
Anyway<br />
<br />
make a new sketch<br />
<br />
<pre class="bbcode">
/*
 * Hello World!
 *
 * This is the Hello World! for Arduino. 
 * It shows how to send data to the computer
 */


void setup()                    // run once, when the sketch starts
{
  Serial.begin(9600);           // set up Serial library at 9600 bps
}

void loop()                       // run over and over again
{
  Serial.println("Hello world!");  // prints hello with ending line break
  delay(1000);
}</pre>
<br />
<br />
<br />
upload this and open the serial monitor in arduino IDE at 9600 and verify your getting lots of "hello world!" on the display<br />
<br />
<br />
If that worka, it time to test sending data<br />
<br />
follow this tutorial (nb you can just use the on board led, no need to wire up a external) Most have the LED on D13  <br />
<br />
[<a href="http://www.instructables.com/id/Control-LED-Using-Serial-Monitor/" target="_blank"  rel="nofollow">www.instructables.com</a>]]]></description>
            <dc:creator>Dust</dc:creator>
            <category>General</category>
            <pubDate>Sat, 20 Jan 2018 19:31:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,806426,806426#msg-806426</guid>
            <title>3D printer hosts not getting response from arduino nano.</title>
            <link>https://reprap.org/forum/read.php?1,806426,806426#msg-806426</link>
            <description><![CDATA[ Looks like not all of my problems are solved. I'm a newbie when it comes to 3D printer software and i don't know what works best.<br />
After successfully uploading the teacup firmware i tried testing it out with Pronterface, mainly because it was mentioned in the teacup wiki. The problem i'm having is that Pronterface does not get any response from my arduino nano.<br />
I've read that with pronterface you need to go to Menu -&gt; Settings -&gt; Debug G-code, but the version of pronterface i have does not have these menu options, rather in the settings tab it has "macros", "options", "slicing settings" and "debug communications". In options i can't find anything resembling "debug g-code".<br />
I also tried ReplicatorG. At first it seemed promising because it had teacup in machine types and quickly found my arduino nano on COM3. This software also didn't get any response from my arduino nano, i assume it's because it has a Baud rate of 115200 and i don't see any option to change it.<br />
Pronterface did have an option to change the Baud rate and i did try it at both 115200 and 57600 Baud rate, i also had the same Baud rates set in my config.h but i didn't get any response from my arduino nano.<br />
I did re-upload the firmware to my arduino nano to confirm that it still works and it does.<br />
Both Pronterface and ReplicatorG make the RX LED on my arduino flash briefly, the reset option in Pronterface does reset my arduino when i click it.<br />
Maybe i'm not waiting long enough for my arduino nano to connect? How long should this take, anyways?<br />
I never thought getting into 3D printing could be such a fiddle.<br />
As always any help is appreciated.]]></description>
            <dc:creator>scrub</dc:creator>
            <category>General</category>
            <pubDate>Sat, 20 Jan 2018 10:51:40 -0500</pubDate>
        </item>
    </channel>
</rss>
