<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Testing gen.6d electronics</title>
        <description> I have a gen.6d board from a romscraj prusa kit.  I bought the kit second hand off ebay and suspected the seller didn&#039;t know what they were doing and were bailing.  I suspected problems like this, but the price was good and I have some experience/knowledge in industrial control systems and softwares.  I&#039;ve never dealt specifically with an arduino and am still in the &quot;figuring out what I have&quot; stage.

Upon receipt, the power supply was dead.  The transformer box lights up and its fan starts, but I measure no output voltage.  The output leads read a short.  I&#039;ve since hooked up a bench supply to the board and I get two red LEDs to come on, the machanical switch boards have LEDs that come on when the switches are pressed and Windows finds the board and assigns it a COM port.  My assumption is the power supply was dead on arrival for the previous owner and, not knowing any better, he was fire saleing it.  I can&#039;t come up with a failure mode catastrophic enough to short out the supply but leave the board somewhat functional...but, one never knows...

I&#039;ve compiled the firmware OK but when I go to upload it with Arduino 022, I get an &quot;Uploading to I/O Board...&quot; message and then nothing.  After many minutes, I get timeout errors.  Usually after this I have to power cycle the board because further attempts to talk to the com port result in &quot;in use&quot; errors.  When connected, the arduino serial monitor returns gobblety-gook--like the port settings are wrong, but I don&#039;t know what they should be.  What I&#039;ve tried so far hasn&#039;t done anything but change the gobblety-gook I get in response.  But this does indicate to me that *some* form of communication is happening.

There is a microswitch on the board.  It appears to be a reset?  When I push it, the serial monitor outputs gobblety-gook as well...I&#039;m guessing from a boot sequence.  Worrisome part is I get a different response every time I press the microswitch??

I tried reburning the bootloader with the arduino 0022 software using &quot;burn bootloader w/ arduino as ISP&quot;.  I get 

avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51

which could also be a port setting issue or something else...it&#039;s a bit cryptic.

My teenager is building the hardware...I&#039;m trying to have working electronics for when he&#039;s got the build complete.  I&#039;m loosing :(  That&#039;s where we&#039;re at.  My gut tells me the that despite the misguided efforts of the previous owner the board is fine--I just need to figure out how to talk to it properly!  

Any advice/help/criticisms anyone has would be greatly appreciated :)  Thanks!!</description>
        <link>https://reprap.org/forum/read.php?1,154583,154583#msg-154583</link>
        <lastBuildDate>Sat, 06 Jun 2026 06:56:13 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,154583,154719#msg-154719</guid>
            <title>Re: Testing gen.6d electronics</title>
            <link>https://reprap.org/forum/read.php?1,154583,154719#msg-154719</link>
            <description><![CDATA[ One thought on the baud rate, if it is using Marlin as the firmware the baud rate might be 25000, not sure if that would affect the boot loader baud rate though.]]></description>
            <dc:creator>geoffd</dc:creator>
            <category>General</category>
            <pubDate>Sun, 16 Sep 2012 10:05:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,154583,154685#msg-154685</guid>
            <title>Re: Testing gen.6d electronics</title>
            <link>https://reprap.org/forum/read.php?1,154583,154685#msg-154685</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />After many minutes, I get timeout errors.</div></blockquote>
<br />
This means there is no serial communications taking place. Is there actually a bootloader on the chip?<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />attempts to talk to the com port result in "in use" errors</div></blockquote>
<br />
You have to kill the avrdude process manually. Arduino IDE doesn't have a feature to interrupt a failing attempt.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Worrisome part is I get a different response every time I press the microswitch??</div></blockquote>
<br />
That's expected. Wrong baud rate means, the gibberish is pretty much random.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />I tried reburning the bootloader with the arduino 0022 software using "burn bootloader w/ arduino as ISP".</div></blockquote>
<br />
Getting Arduino IDE to burn a bootloader is a pretty tricky business. Doing it directly with avrdude is much simpler. Instructions for Gen7 should work for a Gen6, too, including Gen7's Arduino IDE Support package: [<a href="http://reprap.org/wiki/Gen7_Board_1.4.1#Boot_loader_Upload" target="_blank"  rel="nofollow">reprap.org</a>]]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Sun, 16 Sep 2012 04:55:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,154583,154632#msg-154632</guid>
            <title>Re: Testing gen.6d electronics</title>
            <link>https://reprap.org/forum/read.php?1,154583,154632#msg-154632</link>
            <description><![CDATA[ nophead Wrote:<br />
-------------------------------------------------------<br />
&gt; The first thing it should print is "start". If the<br />
&gt; gibberish is longer than that then the baud rate<br />
&gt; is too high. If it is shorter then it is too low.<br />
<br />
Hmm...tried all the baud rate options.  The response changes length as expected making it appear the baud rate needs to be something like 2400 baud.  But it is always gibberish.  I can find no references anywhere to what any other port/driver settings need to be.  Some references to ending updated FTDI drivers...which I also tried, but little else.  Certainly seems like it should be plug and play as far as being able to update firm where is concerned.<br />
<br />
Time to try a different computer...]]></description>
            <dc:creator>Bjtieman</dc:creator>
            <category>General</category>
            <pubDate>Sat, 15 Sep 2012 18:12:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,154583,154608#msg-154608</guid>
            <title>Re: Testing gen.6d electronics</title>
            <link>https://reprap.org/forum/read.php?1,154583,154608#msg-154608</link>
            <description><![CDATA[ The first thing it should print is "start". If the gibberish is longer than that then the baud rate is too high. If it is shorter then it is too low.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>General</category>
            <pubDate>Sat, 15 Sep 2012 15:38:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,154583,154592#msg-154592</guid>
            <title>Re: Testing gen.6d electronics</title>
            <link>https://reprap.org/forum/read.php?1,154583,154592#msg-154592</link>
            <description><![CDATA[ My guess is that they burned out the power supply with their heater or a short due to crude wiring, but whatever...<br />
<br />
Yes, the momentary switch (if on the board itself) *should be a reset.<br />
<br />
If it's spitting back gibberish, then yes, I agree...at a guess probably it's just a matter of discovering and setting the matching baudrate.]]></description>
            <dc:creator>xiando</dc:creator>
            <category>General</category>
            <pubDate>Sat, 15 Sep 2012 14:21:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,154583,154583#msg-154583</guid>
            <title>Testing gen.6d electronics</title>
            <link>https://reprap.org/forum/read.php?1,154583,154583#msg-154583</link>
            <description><![CDATA[ I have a gen.6d board from a romscraj prusa kit.  I bought the kit second hand off ebay and suspected the seller didn't know what they were doing and were bailing.  I suspected problems like this, but the price was good and I have some experience/knowledge in industrial control systems and softwares.  I've never dealt specifically with an arduino and am still in the "figuring out what I have" stage.<br />
<br />
Upon receipt, the power supply was dead.  The transformer box lights up and its fan starts, but I measure no output voltage.  The output leads read a short.  I've since hooked up a bench supply to the board and I get two red LEDs to come on, the machanical switch boards have LEDs that come on when the switches are pressed and Windows finds the board and assigns it a COM port.  My assumption is the power supply was dead on arrival for the previous owner and, not knowing any better, he was fire saleing it.  I can't come up with a failure mode catastrophic enough to short out the supply but leave the board somewhat functional...but, one never knows...<br />
<br />
I've compiled the firmware OK but when I go to upload it with Arduino 022, I get an "Uploading to I/O Board..." message and then nothing.  After many minutes, I get timeout errors.  Usually after this I have to power cycle the board because further attempts to talk to the com port result in "in use" errors.  When connected, the arduino serial monitor returns gobblety-gook--like the port settings are wrong, but I don't know what they should be.  What I've tried so far hasn't done anything but change the gobblety-gook I get in response.  But this does indicate to me that *some* form of communication is happening.<br />
<br />
There is a microswitch on the board.  It appears to be a reset?  When I push it, the serial monitor outputs gobblety-gook as well...I'm guessing from a boot sequence.  Worrisome part is I get a different response every time I press the microswitch??<br />
<br />
I tried reburning the bootloader with the arduino 0022 software using "burn bootloader w/ arduino as ISP".  I get <br />
<br />
avrdude: stk500_getsync(): not in sync: resp=0x00<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51<br />
<br />
which could also be a port setting issue or something else...it's a bit cryptic.<br />
<br />
My teenager is building the hardware...I'm trying to have working electronics for when he's got the build complete.  I'm loosing :(  That's where we're at.  My gut tells me the that despite the misguided efforts of the previous owner the board is fine--I just need to figure out how to talk to it properly!  <br />
<br />
Any advice/help/criticisms anyone has would be greatly appreciated :)  Thanks!!]]></description>
            <dc:creator>Bjtieman</dc:creator>
            <category>General</category>
            <pubDate>Sat, 15 Sep 2012 13:14:35 -0400</pubDate>
        </item>
    </channel>
</rss>
