<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forums - Electronics</title>
        <description>Anything electronics related: microprocessors, motor and head driver circuitry, Eagle issues, soldering tips, etc.</description>
        <link>http://dev.forums.reprap.org/list.php?13</link>
        <lastBuildDate>Sat, 21 Nov 2009 04:29:38 -0800</lastBuildDate>
        <generator>Phorum 5.2.11</generator>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30357,30357#msg-30357</guid>
            <title>Basic Atmega 644 (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,30357,30357#msg-30357</link>
            <description><![CDATA[ Does anyone have schematics for a basic duino/atmega644 with nothing fancy like jtag or icsp?]]></description>
            <dc:creator>reprapuser</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 20 Nov 2009 18:58:27 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30286,30286#msg-30286</guid>
            <title>Usb to ttl cable for only US$ 3 (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,30286,30286#msg-30286</link>
            <description><![CDATA[ Hello:<br />
This is a link of the project<br />
[<a href="http://www.uchobby.com/index.php/2009/10/04/diy-usb-to-serial-cable-for-3/" rel="nofollow" >www.uchobby.com</a>]<br />
Bye]]></description>
            <dc:creator>Pablo2m</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 19 Nov 2009 03:18:49 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30139,30139#msg-30139</guid>
            <title>Alternative RepRap PCD sources (5 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,30139,30139#msg-30139</link>
            <description><![CDATA[ I would like an alternative vender besides Makerbot to purchase all the PCD boards for the Reprap from.  Does anyone know of any other sources?]]></description>
            <dc:creator>spacexula</dc:creator>
            <category>Electronics</category>
            <pubDate>Tue, 17 Nov 2009 11:44:28 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30105,30105#msg-30105</guid>
            <title>Full Stepping/Half Stepping (11 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,30105,30105#msg-30105</link>
            <description><![CDATA[ I have been looking through the documentation of the stepper drivers and the mother board for gen 3 electronics, and I can not find any reference to the Gen 3 stepper drivers being full of half step.<br />
<br />
I am using the firmware from: [<a href="http://reprap.svn.sourceforge.net/viewvc/reprap/trunk/darwin/firmware/FiveD_GCode/" rel="nofollow" >reprap.svn.sourceforge.net</a>]   which seams to be the newest 5d firmware<br />
<br />
Is there a way to switch between full and half step?]]></description>
            <dc:creator>Jeff B</dc:creator>
            <category>Electronics</category>
            <pubDate>Mon, 16 Nov 2009 11:06:58 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30093,30093#msg-30093</guid>
            <title>Extruder controller Stepper motor not working (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,30093,30093#msg-30093</link>
            <description><![CDATA[ Im using the Extrudercontroller v 2.2 firmware 1.6 and want to connect a bipolar stepper (M42STH47-1684SC) I have it connected properly but it does not work!<br />
I changed the firmware to #define MOTOR_STYLE 2.When I start a Print it only hums.I also tried a different Stepper motor but its the same problem.]]></description>
            <dc:creator>Daniel123</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 20 Nov 2009 05:43:53 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30057,30057#msg-30057</guid>
            <title>Axes revolution with Sarduino (3 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,30057,30057#msg-30057</link>
            <description><![CDATA[ Can I change the revolution of the steppermotors in the Sarduino firmware like the _init.pde file in the Arduino firmware?]]></description>
            <dc:creator>Daniel123</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 15 Nov 2009 00:54:21 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29956,29956#msg-29956</guid>
            <title>Motherboard v1.2: atmega644 vs atmega644P [solved] (6 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29956,29956#msg-29956</link>
            <description><![CDATA[ Hi folks,<br />
<br />
i am having some challenges getting the firmware installed on my rmb-1.2.<br />
<br />
After quite a while of troubleshooting on my own, I realized that when I assembled my rmb-1.2, I soldered in an atmega644 (device signature = 0x1e9609) instead of an atmega644p (device signature = 0x1e960a). Not on purpose of course - Digi-Key sent the wrong chip, the invoice did not match the package contents, and i didn't realize this until now.<br />
<br />
Now given that these chips appear to be almost identical, i somewhat hope that i am not as screwed as i first thought (at least with some help) :-)<br />
<br />
The challenge I believe I already solved:<br />
<ul>[*] modifying boards.txt to point to "ATmegaBOOT_644.hex" for the sanguino.bootloader.file, and changing sanguino.build.core remove the "p". <br /> [*] burning the bootloader with this modification (using USBtinyISP and Arduino 0017)</ul>
<br />
However, I can't seem to be able to compile and upload the Sanguino Master Firmware because of the sanity check in SanguinoMaster.pde:<br />
<br />
<pre class="bbcode">
#ifndef __AVR_ATmega644P__
#error Oops!  Make sure you have 'Sanguino' selected from the 'Tools -&gt; Boards' menu.
#endif</pre>
<br />
If I change this to __AVR_ATMega644__, verification starts but then fails with "error: 'Serial1' was not declared in this scope":<br />
<br />
<pre class="bbcode">
C:\Users\reprap\AppData\Local\Temp\build6219.tmp\/RS485.h: In function 'void rs485_tx(byte)':

C:\Users\reprap\AppData\Local\Temp\build6219.tmp\/RS485.h:16: error: 'Serial1' was not declared in this scope

 In function 'void init_serial()':
error: 'Serial1' was not declared in this scope In function 'bool read_tool_response(int)':</pre>
<br />
Does anyone have hints as to how I might get around hot air rework and putting the atmega644p onto my board instead?<br />
<br />
TIA,<br />
-volty]]></description>
            <dc:creator>volty</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 20 Nov 2009 22:47:54 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29912,29912#msg-29912</guid>
            <title>Sanguino v1.0 bootloader frustration (with much detail!) [SOLVED] (7 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29912,29912#msg-29912</link>
            <description><![CDATA[ Ok, I've got a problem getting a bootloader on a Sanguino board (the long skinny one) that I've assembled. I've tried a bunch of different things and I think I may have a bad crystal oscillator. Here's essentially where I am now, with way more detail below.<br />
<br />
---Question---<br />
How critical is the timing for the compiled sanguino bootloader ATmega_644p.hex for 16Mhz vs 12Mhz crystals? I've ordered more crystals, but until they show up I tried using a 12Mhz crystal that I had, and avrdude still gave rc=-1 when trying to just read the chip. The fuse bits suggest that it just needs &gt;8MHz, right? Is there something special about the way the bootloader works with the timing, or is there something worse wrong with my board?<br />
<br />
---More Detail---<br />
Sanguino v1.0 PCB from makerbot, with my own components. <br />
<br />
WinXP SP2 with Arduino 0017, WinAVR 20090313, Sanguino software 1.4r1, avrdude 5.6 (Mar 5 09)<br />
<br />
16MHz crystal from the local electronics supply (that may be suspect), with two 22pF ceramic disc caps. 12 Mhz crystal from same supply (with the same suspicion)<br />
<br />
*3 SEPARATE* ATmega644P chips have been tried<br />
<br />
USBtinyISP from <a href="http://www.adafruit.com/index.php?main_page=product_info&cPath=16&products_id=46&zenid=b4fa46019d8d3df8d8d3d45252712791" rel="nofollow" >adafruit</a>, built from their PCB and my own components. Verified to work with other tiny2313's as well as the extruder 2.2 board<br />
<br />
<a href="http://www.bsdhome.com/avrdude/" rel="nofollow" >Brian Dean's</a> parallel ICSP programmer, verified to work with tiny2313's (used it to program the USBtiny chip)<br />
<br />
Arduino "miniusb" USB to TTL converter, v3 from <a href="http://www.adafruit.com/index.php?main_page=product_info&cPath=17_22&products_id=58&zenid=667694eb76b6bcc1c2ca7e585a3d83d7" rel="nofollow" >adafruit</a>, tried to run it in bitbang mode based on <a href="http://exmrclean.blogspot.com/2009/05/burning-avr-boot-loader-with-usb-ttl.html" rel="nofollow" >this ExMrClean post</a>, with the correct pinouts from the <a href="http://www.arduino.cc/en/Main/MiniUSB" rel="nofollow" >arduino page</a> and the <a href="http://www.ftdichip.com/Documents/AppNotes/AN232R-01_FT232RBitBangModes.pdf" rel="nofollow" >FTDI datasheet</a>, including setting the CTS# and RTS# pins in avrdude.conf as negative pins (ie, SCK ~3). Inconclusive: I could never get avrdude to respond other than rc=-1<br />
<br />
High Voltage parallel programmer made from a Basic Stamp board of education and the atmega644p datasheet<br />
<br />
---Process---<br />
*Chip #1*<br />
Tried burning the Sanguino bootloader using Arduino 0017 and USBtiny: rc=-1<br />
<br />
Tried burning the Sanguino bootloader using avrdude with USBtiny the same target chip: rc=-1. Flaky USB connection from USBtiny as a result of using 1W zeners and not 0.5W. Replaced zeners and USB connection issue went away, but still rc=-1. <br />
<br />
Tried powering chip from usbtiny and externally for all usbtiny tests. rc=-1<br />
<br />
Tried to read chip using avrdude/bsd programmer: rc=-1<br />
<br />
Tried using -B &lt;0-40&gt; with avrdude and usbtiny: rc=-1<br />
<br />
Tried to use avrdude and usbttl in bitbang mode, with and without -B 4800: rc=-1<br />
<br />
Tried to read chip using high voltage basic stamp: sucessfully read and reset fuses, erased chip. <br />
<br />
Tried to burn bootloader with USBtiny/avrdude. Tried burning hex, writing lock bits to 0x3F, writing lfuse 0xFF, writing hfuse 0xDC, writing efuse 0xFD in one go, with intent to set lock bits to 0x0F on next command: SUCCESS writing hex, fuses (no flashing debug light tho). Next command to write lock bits gets rc=-1. (note: fuse values from boards.txt for sanguino)<br />
<br />
Tried to get HVBasicStamp to read fuses again: all fuses, signature bits set to alternately 0x99 or 0x0A, attempts to reset fuses do not stick.<br />
<br />
Tried again to read using avrdude/bsd programmer: rc=-1<br />
<br />
Gave up on chip #1<br />
<br />
*Chip #2*<br />
Tried to start over by burning bootloader using arduino/usbtiny: rc=-1<br />
<br />
Gave up on chip #2<br />
<br />
*Chip #3*<br />
Tried to burn bootloader with avrdude/usbtiny by writing hex, lock bit 0x3F, lfuse 0xFF, hfuse 0xDC, efuse 0xFD, lock 0x0F: SUCCESS writing all bits. No blinking debug light. Next avrdude read command rc=-1<br />
<br />
Powered Sanguino board via external supply plugged into the wall and scoped the crystal: all I got was a nice clean low amplitude 60Hz wave (from the wall socket, i'm assuming), both in powered and unpowered states. Crystal dead?<br />
<br />
Replaced 22pF caps with other ones of same type. rc=-1<br />
<br />
Replaced crystal with 12MHz while waiting for replacement 16MHz. rc=-1 (no access to scope while at home).<br />
<br />
---AVRDUDE---<br />
Here's the output from avrdude for the Chip #3 program that seemed to work. No change was made to the hardware between commands.<br />
<br />
D:\WinAVR\bin&gt;avrdude -c usbtiny -p atmega644p -P usb<br />
<br />
avrdude: AVR device initialized and ready to accept instructions<br />
<br />
Reading | ################################################## | 100% 0.03s<br />
<br />
avrdude: Device signature = 0x1e960a<br />
<br />
avrdude: safemode: Fuses OK<br />
<br />
avrdude done.  Thank you.<br />
<br />
<br />
D:\WinAVR\bin&gt;avrdude -c usbtiny -p atmega644p -P usb -U flash:w:ATmegaBOOT_644p.hex:i -U lock:w:0x3F:m -U efuse:w:0xFD:<br />
m -U hfuse:w:0xDC:m -U lfuse:w:0xFF:m -U lock:w:0x0F:m 0v<br />
<br />
avrdude: AVR device initialized and ready to accept instructions<br />
<br />
Reading | ################################################## | 100% 0.02s<br />
<br />
avrdude: Device signature = 0x1e960a<br />
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed<br />
         To disable this feature, specify the -D option.<br />
avrdude: erasing chip<br />
avrdude: reading input file "ATmegaBOOT_644p.hex"<br />
avrdude: writing flash (65382 bytes):<br />
<br />
Writing | ################################################## | 100% 36.44s<br />
<br />
<br />
<br />
avrdude: 65382 bytes of flash written<br />
avrdude: verifying flash memory against ATmegaBOOT_644p.hex:<br />
avrdude: load data flash data from input file ATmegaBOOT_644p.hex:<br />
avrdude: input file ATmegaBOOT_644p.hex contains 65382 bytes<br />
avrdude: reading on-chip flash data:<br />
<br />
Reading | ################################################## | 100% 34.38s<br />
<br />
<br />
<br />
avrdude: verifying ...<br />
avrdude: 65382 bytes of flash verified<br />
avrdude: reading input file "0x3F"<br />
avrdude: writing lock (1 bytes):<br />
<br />
Writing | ################################################## | 100% 0.00s<br />
<br />
avrdude: 1 bytes of lock written<br />
avrdude: verifying lock memory against 0x3F:<br />
avrdude: load data lock data from input file 0x3F:<br />
avrdude: input file 0x3F contains 1 bytes<br />
avrdude: reading on-chip lock data:<br />
<br />
Reading | ################################################## | 100% 0.00s<br />
<br />
avrdude: verifying ...<br />
avrdude: 1 bytes of lock verified<br />
avrdude: reading input file "0xFD"<br />
avrdude: writing efuse (1 bytes):<br />
<br />
Writing | ################################################## | 100% 0.02s<br />
<br />
avrdude: 1 bytes of efuse written<br />
avrdude: verifying efuse memory against 0xFD:<br />
avrdude: load data efuse data from input file 0xFD:<br />
avrdude: input file 0xFD contains 1 bytes<br />
avrdude: reading on-chip efuse data:<br />
<br />
Reading | ################################################## | 100% 0.00s<br />
<br />
avrdude: verifying ...<br />
avrdude: 1 bytes of efuse verified<br />
avrdude: reading input file "0xDC"<br />
avrdude: writing hfuse (1 bytes):<br />
<br />
Writing | ################################################## | 100% 0.02s<br />
<br />
avrdude: 1 bytes of hfuse written<br />
avrdude: verifying hfuse memory against 0xDC:<br />
avrdude: load data hfuse data from input file 0xDC:<br />
avrdude: input file 0xDC contains 1 bytes<br />
avrdude: reading on-chip hfuse data:<br />
<br />
Reading | ################################################## | 100% 0.00s<br />
<br />
avrdude: verifying ...<br />
avrdude: 1 bytes of hfuse verified<br />
avrdude: reading input file "0xFF"<br />
avrdude: writing lfuse (1 bytes):<br />
<br />
Writing | ################################################## | 100% 0.02s<br />
<br />
avrdude: 1 bytes of lfuse written<br />
avrdude: verifying lfuse memory against 0xFF:<br />
avrdude: load data lfuse data from input file 0xFF:<br />
avrdude: input file 0xFF contains 1 bytes<br />
avrdude: reading on-chip lfuse data:<br />
<br />
Reading | ################################################## | 100% 0.00s<br />
<br />
avrdude: verifying ...<br />
avrdude: 1 bytes of lfuse verified<br />
avrdude: reading input file "0x0F"<br />
avrdude: writing lock (1 bytes):<br />
<br />
Writing | ################################################## | 100% 0.02s<br />
<br />
avrdude: 1 bytes of lock written<br />
avrdude: verifying lock memory against 0x0F:<br />
avrdude: load data lock data from input file 0x0F:<br />
avrdude: input file 0x0F contains 1 bytes<br />
avrdude: reading on-chip lock data:<br />
<br />
Reading | ################################################## | 100% 0.02s<br />
<br />
avrdude: verifying ...<br />
avrdude: 1 bytes of lock verified<br />
<br />
avrdude: safemode: Fuses OK<br />
<br />
avrdude done.  Thank you.<br />
<br />
<br />
D:\WinAVR\bin&gt;avrdude -c usbtiny -p atmega644p -P usb<br />
<br />
avrdude: initialization failed, rc=-1<br />
         Double check connections and try again, or use -F to override<br />
         this check.<br />
<br />
<br />
avrdude done.  Thank you.<br />
<br />
<br />
D:\WinAVR\bin&gt;avrdude -c usbtiny -p atmega644p -P usb -B 12<br />
<br />
avrdude: initialization failed, rc=-1<br />
         Double check connections and try again, or use -F to override<br />
         this check.<br />
<br />
<br />
avrdude done.  Thank you.<br />
<br />
D:\WinAVR\bin&gt;avrdude -c usbtiny -p atmega644p -P usb -B 12 -F<br />
<br />
avrdude: initialization failed, rc=-1<br />
avrdude: AVR device initialized and ready to accept instructions<br />
avrdude: Device signature = 0x000000<br />
avrdude: Yikes!  Invalid device signature.<br />
avrdude: Expected signature for ATMEGA644P is 1E 96 0A<br />
<br />
avrdude done.  Thank you.]]></description>
            <dc:creator>toomanyplugs</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 15 Nov 2009 23:57:55 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29902,29902#msg-29902</guid>
            <title>Power Supply questions (2 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29902,29902#msg-29902</link>
            <description><![CDATA[ Well I have all of my parts and and all of my electronics.  I need to get soldering.  I ordered all of my electronics from Makerbot.  I am using their power supply, I am confused as heck as to what goes where and what needs to be added for power to all of the boards.  All I see is a mess of wires.  Thanks<br />
<br />
Curly]]></description>
            <dc:creator>Curlrup</dc:creator>
            <category>Electronics</category>
            <pubDate>Tue, 10 Nov 2009 21:04:41 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29838,29838#msg-29838</guid>
            <title>DIY Surface mount soldering iron (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29838,29838#msg-29838</link>
            <description><![CDATA[ Hi Everyone<br />
<br />
I stumbled across this post that I found interesting.<br />
<br />
[<a href="http://www.engadget.com/2006/03/07/how-to-make-a-surface-mount-soldering-iron/" rel="nofollow" >www.engadget.com</a>]]]></description>
            <dc:creator>freds</dc:creator>
            <category>Electronics</category>
            <pubDate>Mon, 09 Nov 2009 09:47:57 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29815,29815#msg-29815</guid>
            <title>interesting article on fast, real-time calculation of acceleration profiles for stepper motors (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29815,29815#msg-29815</link>
            <description><![CDATA[ More as a note for myself than anything, but do comment here if you have thoughts :)<br />
<br />
[<a href="http://www.embedded.com/columns/technicalinsights/56800129" rel="nofollow" >www.embedded.com</a>]]]></description>
            <dc:creator>Triffid_Hunter</dc:creator>
            <category>Electronics</category>
            <pubDate>Tue, 10 Nov 2009 08:41:18 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29808,29808#msg-29808</guid>
            <title>cat5 termination? (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29808,29808#msg-29808</link>
            <description><![CDATA[ why do the gen3 motherboard and the extruder terminate with 180r when cat5's characteristic impedance is 100r?]]></description>
            <dc:creator>Triffid_Hunter</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 08 Nov 2009 18:52:44 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29785,29785#msg-29785</guid>
            <title>Extruder Controller 2.2 Bootloader problem (7 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29785,29785#msg-29785</link>
            <description><![CDATA[ So I used a USB plug (the ones from inside the computer that hook up to the motherboard) as connectors to burn a boot loader.<br />
<br />
I used:  [<a href="http://exmrclean.blogspot.com/2009/05/burning-avr-boot-loader-with-usb-ttl.html" rel="nofollow" >exmrclean.blogspot.com</a>]  as my source<br />
<br />
I changed everything from m644p to m168<br />
<br />
But I think I messed up when I ran these commands:<br />
<br />
avrdude -c ft232u -P ft0 -p m168 -U flash:w:ATmegaBOOT_644.hex:i<br />
<br />
avrdude -c ft232u -P ft0 -p m168 -B 4800 -U lock:w:0x3F:m -U efuse:w:0xFD:m<br />
<br />
avrdude -c ft232u -P ft0 -p m168 -B 4800 -U hfuse:w:0xDC:m<br />
<br />
avrdude -c ft232u -P ft0 -p m68 -B 4800 -U lfuse:w:0xFF:m -U lock:w:0x0F:m<br />
<br />
The bootloader loaded on fine everything worked without errors.<br />
<br />
<br />
I then went to load blink onto the chip and it worked!<br />
But when I would try to upload anything else it would not.  So I tried reuploading the bootloader, and uploading a new sketch.  This would work aswell.<br />
<br />
This loading the bootloader then uploading the sketch combo worked 3 times now I cant upload a sketch no matter what, the Debug led just flashes really fast<br />
<br />
I know nothing about chips, but i have a feeling that the fuse(s) or what ever they are have the wrong bits, But I cant even get the serjtag software to even connect.<br />
<br />
When it is supposed to say "ft245r: bitclk 4800 -&gt; ft baud 2400<br />
avrdude: AVR device initialized and ready to accept instructions"  it says unable to connect check your connections.<br />
<br />
Should I just go ahead and buy the bootloader? is that my problem?<br />
<br />
Any advice is appreciated.]]></description>
            <dc:creator>Jeff B</dc:creator>
            <category>Electronics</category>
            <pubDate>Mon, 09 Nov 2009 09:36:01 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29725,29725#msg-29725</guid>
            <title>my DC motor not working with arduino. (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29725,29725#msg-29725</link>
            <description><![CDATA[ Hi i am using the second generation electronics with arduino. I have tested my DC extruder motor with the test program and it works. When i upload the full firmware to my arduino and use the host program on my PC the extruder doesn't work. Everything else works. The the x-y-z no problem. The fan and the heater works. Will the extruder work even if the temperature is not high enough?<br />
I heated the extruder up to 200 C and pressed the extrude button. I monitored the DC motor connections but there is no signal. I checked the arduino outputs 11 and 12  but there is no signal. Please help.]]></description>
            <dc:creator>Lukasz</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 08 Nov 2009 04:29:05 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29724,29724#msg-29724</guid>
            <title>DC motor speed sensor, connection help. (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29724,29724#msg-29724</link>
            <description><![CDATA[ Hi. I am new in the reprap world. I can't wait to see my machine working.<br />
<br />
I have problem with the DC extruder motor speed sensor. I am using the opto-sensor instead of the magnetic rotary encoder. The problem is I don't know where to plug it in. The electronics diagram doesn't include it.<br />
<br />
I looked into the firmware pin assignment but none of the pins seems to be assigned to read the sensor.<br />
<br />
Anyone using it? Is there extra software I have to type myself?<br />
<br />
Will it work without it?<br />
<br />
I will appreciate any help. I looked everywhere for it but unfortunately there is no information.]]></description>
            <dc:creator>Lukasz</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 06 Nov 2009 16:18:43 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29686,29686#msg-29686</guid>
            <title>cheap stepper motor controller (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29686,29686#msg-29686</link>
            <description><![CDATA[ Hi, I'm not affiliated with the guy in any way, but I thought I'd recommend the following stepper controller:<br />
<br />
[<a href="http://www.diycnc.co.uk/html/driver25ps.html" rel="nofollow" >www.diycnc.co.uk</a>]<br />
<br />
Its not much more than 20 quid shipped anywhere, and I've found it excellent. It manages 1/8th stepping well, which I hope will improve the accuracy of my axes/extruder, and only gets slightly warm to the touch at 2.5A. While it suggests a higher voltage, it works fine at 12V at 10cm/sec on my heavy-axis darwin. Hope this helps someone,<br />
<br />
James]]></description>
            <dc:creator>james glanville</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 08 Nov 2009 19:00:16 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29589,29589#msg-29589</guid>
            <title>motherboard v1.2 - Capacitor call-out discrepancy (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29589,29589#msg-29589</link>
            <description><![CDATA[ At [<a href="http://reprap.org/bin/view/Main/Motherboard_1_2" rel="nofollow" >reprap.org</a>] and on the BOM it calls out 2 x 15 pF caps but printed on the board it says 22 pF. Does anyone know why the discrepancy and which one is correct? I am referring to C1 and C2.<br />
<br />
Thanks,<br />
<br />
Evan]]></description>
            <dc:creator>ebrooks</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 05 Nov 2009 13:45:29 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29578,29578#msg-29578</guid>
            <title>Extruder Controller 2.2 problem (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29578,29578#msg-29578</link>
            <description><![CDATA[ As some of you may have seen in the software forum that I am having some trouble with my pre assembled extruder controller from makerbot.<br />
<br />
Heres the problem:  I can not upload firmware on it at all no matter what timing I try with the reset button nothing works I always get this error:   <br />
<br />
avrdude: stk500_getsync(): not in sync: resp=0x48<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x48 <br />
<br />
I know this error means that the board isnt syncing with the Arduino Software and that.<br />
<br />
I can use the same computer to do the firmware on the motherboard<br />
I have selected the correct settings port, board, ive checked the port settings.<br />
The board has no wires connected to it but the ttl cable<br />
<br />
<br />
<br />
<br />
On the board itself when I hit the reset button should the debug led flash as it does on the motherboard?<br />
<br />
Also R1 is missing theres balls of solder on the points but no solder, I read in the documentation that one extruder should have that, I only have one extruder.  should I add a resistor there?<br />
<br />
btw I do not have a programmer for burning a bootloader, as the board was supposed to ship with one.]]></description>
            <dc:creator>Jeff B</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 05 Nov 2009 07:28:21 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29466,29466#msg-29466</guid>
            <title>Makerbot firmware...will it work with RepRap Host? (2 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29466,29466#msg-29466</link>
            <description><![CDATA[ Will the makerbot firmware work with the RepRap Host software?  Or will I have to go to something else?  Thanks<br />
<br />
CUrly]]></description>
            <dc:creator>Curlrup</dc:creator>
            <category>Electronics</category>
            <pubDate>Mon, 02 Nov 2009 03:59:38 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29452,29452#msg-29452</guid>
            <title>What the heck does the TTL cable do? Forgive my not knowing (3 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29452,29452#msg-29452</link>
            <description><![CDATA[ Sorry folks I am so new to electronics, specing and building them that I have to ask the dumb questions.  What is the USB-TTL cable for on Gen 3 Electronics?  Can't I just dump my G-code on an SD and walk away do I still need a direct link to a computer?]]></description>
            <dc:creator>Curlrup</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 01 Nov 2009 14:28:01 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29407,29407#msg-29407</guid>
            <title>Why is the RepRap Powered Differently than the Cupcake? (12 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29407,29407#msg-29407</link>
            <description><![CDATA[ I recently ordered the full generation 3 electronics from the makerbot store to use in building a mendel. Reading through the documentation for the motherboard I noticed that the RepRap doesn't use the RJ45 connectors to communicate with the extruder controller, nor does it use the ATX power supply header - instead it says to to desolder he RJ45s and replace them with 2 pin connectors and to remove the power supply header and put in a capacitor and transistor.<br />
<br />
Is there an advantage to doing this? Can I just wire up my reprap the way the cupcake is? (powering the motherboard from the PS and using the RJ485 jacks)<br />
<br />
It says that the motherboard is powered via the usb-ttl cable on the RepRap setup, if I was to use the atx power supply connection in the cupcake configuration does that change anything with the way I interface with the computer? Would I still just plug the TTL cable in like normal?<br />
<br />
Thanks in advance!]]></description>
            <dc:creator>swighton</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 15 Nov 2009 15:16:13 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29278,29278#msg-29278</guid>
            <title>Stepper Controller Board not working? (7 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29278,29278#msg-29278</link>
            <description><![CDATA[ Hello all,<br />
<br />
I have been trying to get a repstrap up and running for what seems life forever. It seems that the closer I get the more issues pop up.<br />
<br />
I got 3 of the 2.3 stepper controllers from MakerBot and tried to hook them up. I will admit I am not the most careful with circuits (I am actually a mechanical engineer, dont know why I try to do electronics), but at the same time I do take precautions not to fry stuff.<br />
<br />
Anyway, I have 3 boards and they are hooked up to my motors, and I am running them off of an old pc using a printer port. Now I hooked one up and everything worked perfectly, I am using only 3 of the pins on the ribbon cable that would normally go to the reprap mother board. these pins are ground, step, and direction. everything else is left unconnected. (I know, not the best practice)<br />
<br />
Then I hooked up a second one, and it worked for one night. A few days later I attempted to hook up the third one. Things must have been moved or fiddled with, because I can only get the very first board to work.<br />
<br />
Things i know:<br />
*all the motors are fine, because I have interchanged them with the working board.  <br />
*the connections to my pc are fine, because I can interchange them with the board.<br />
<br />
I don't see how i could have misconnected power, because the molex connector is keyed.<br />
<br />
When I connect the power, the power led lights up, but I do not get any other leds light up for the motor coils like my working board does. the motor does not jump to life. I get no response from sending step signals, nor direction changes. Also the power led get dimmer as time goes on. if i disconnect the interface pins (step, direction, ground) the led get brighter again. Also the ic might be getting a little hotter then the other one, but it doesn't seem to be getting overly hot. nothing else seems hot. <br />
<br />
Worst of all makerbot is out of assembled boards. This leaves me with a few options<br />
<br />
1. wait for new boards,<br />
2. get an older controller board kit, version 1.2<br />
3. try to figure out what is wrong, and possibly swap out the ic or other fired part on the boards.<br />
<br />
Any advice? Anyone have some 2.3 assembled boards I can buy?<br />
<br />
thank you in advance,<br />
Josh]]></description>
            <dc:creator>Josh</dc:creator>
            <category>Electronics</category>
            <pubDate>Tue, 17 Nov 2009 14:43:18 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29197,29197#msg-29197</guid>
            <title>a3982 availability - Allegro DMOS Stepper Motor Driver (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29197,29197#msg-29197</link>
            <description><![CDATA[ I have been able to purchase every single necessary component for the gen 3 electronics EXCEPT this ONE part. The parts lister provides a Digi-Key part number 620-1082-ND but Digi-Key requires a minimum order qty of 837 for this part.<br />
<br />
Any idea how I can get this part? Any thoughts very much appreciated . . .<br />
<br />
Thanks,<br />
<br />
Evan]]></description>
            <dc:creator>ebrooks</dc:creator>
            <category>Electronics</category>
            <pubDate>Wed, 28 Oct 2009 19:46:41 -0700</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29144,29144#msg-29144</guid>
            <title>Printing circuits (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29144,29144#msg-29144</link>
            <description><![CDATA[ Something to look at for the future of printing circuits<br />
<br />
<a href="http://news.cnet.com/8301-30685_3-10383464-264.html?tag=newsEditorsPicksArea.0" rel="nofollow" >Xerox silver printing</a>]]></description>
            <dc:creator>annodomini2</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 05 Nov 2009 05:18:27 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29094,29094#msg-29094</guid>
            <title>Arduino Firmware Problem (14 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29094,29094#msg-29094</link>
            <description><![CDATA[ Hello, <br />
I have an Arduino, PWM driver, motor driver and power supply. I individually tested each driver board with the Arduino and they all work fine. I downloaded the experimental GCode interpreter firmware for the Arduino, and then uploaded it on to it without any errors. When I opened the RepRap Host Sofware, it indicated the temperature correctly, but when I tried to extrude or turn on the heater, nothing happened. I don't know what I'm doing wrong. <br />
<br />
I NEED HELP!!! <br />
<br />
Thanks <br />
Drummerboyx]]></description>
            <dc:creator>drummerboyx</dc:creator>
            <category>Electronics</category>
            <pubDate>Sun, 01 Nov 2009 22:51:01 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29074,29074#msg-29074</guid>
            <title>Arduino Firmware Problem (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29074,29074#msg-29074</link>
            <description><![CDATA[ Hello,<br />
I have an Arduino, PWM driver, motor driver and power supply. I individually tested each driver board with the Arduino and they all work fine. I downloaded the experimental GCode interpreter firmware for the Arduino, and then uploaded it on to it without any errors. When I opened the RepRap Host Sofware, it indicated the temperature correctly, but when I tried to extrude or turn on the heater, nothing happened. I don't know what I'm doing wrong. <br />
<br />
I NEED HELP!!!<br />
<br />
Thanks<br />
Drummerboyx]]></description>
            <dc:creator>drummerboyx</dc:creator>
            <category>Electronics</category>
            <pubDate>Sat, 24 Oct 2009 16:41:38 -0700</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29065,29065#msg-29065</guid>
            <title>Mendel Power (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29065,29065#msg-29065</link>
            <description><![CDATA[ On this page in the wiki: <a href="http://objects.reprap.org/wiki/Mendel_USB_and_power_connector" rel="nofollow" >[http://objects.reprap.org/wiki/]</a> it describes how to make a power connector for Mendel, but it doesn't tell how to connect it so that it provides power. For instance, how would you hook it up to the stepper motor drivers? Or the motherboard? Seems like a few important things have been left out.<br />
<br />
-Adam]]></description>
            <dc:creator>ziplock</dc:creator>
            <category>Electronics</category>
            <pubDate>Sat, 24 Oct 2009 14:54:31 -0700</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29059,29059#msg-29059</guid>
            <title>Sanguino Parallel ICSP Programmer (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29059,29059#msg-29059</link>
            <description><![CDATA[ I saw a link somewhere think for a simple ICSP programmer using the parallel port and a few resistors, maybe a couple of caps, but can't seem to find the link.<br />
<br />
You could then use AVR Dude to program it, anyone got a link.]]></description>
            <dc:creator>annodomini2</dc:creator>
            <category>Electronics</category>
            <pubDate>Mon, 26 Oct 2009 01:18:21 -0700</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,28930,28930#msg-28930</guid>
            <title>Have a makerbot sitting right here infront of me (3 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,28930,28930#msg-28930</link>
            <description><![CDATA[ all the lights are glowing and all the cables are plugged in right and I can't seem to get it talking to my computer or my computer to talk to it.I feel like I am making a huge mistake. Anyone have any idea?]]></description>
            <dc:creator>RyanHendrickson</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 22 Oct 2009 06:54:37 -0700</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,28822,28822#msg-28822</guid>
            <title>(RJ11 vs RJ45) or Telephone cables verses Ethernet 100 base T (9 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,28822,28822#msg-28822</link>
            <description><![CDATA[ Sorry to ask a newbie question<br />
<br />
Why are the new gen 3 boards using 4 pair ethernet (8 cables). <br />
rather than 2 pair telephone cable (4 cables).<br />
<br />
I would have thought good old telephone cable would be the way to go.<br />
<br />
1) They are designed to carry power. I.E. your phone hand set<br />
2) It's really old technology<br />
3) It's very wide spread so everyone can get the connectors<br />
4) It's cheaper than ethernet<br />
5) Each Gen 2 board uses 4 cables -<br />
<br />
Stepper      - Ground,Step,dir,min<br />
Opto  3      - Ground,signal, +5<br />
PMW driver   - Ground,pmw1,pmw2,pmw3<br />
DC motor drv - Ground,Dira,PWMa,Dirb,PWMb, (okay you got me there)<br />
<br />
And while we are at it why do we have a Ground anyway?<br />
The PSU will have a proper ground. Use that.<br />
If anything we should be connecting the Arduino/microcontroler<br />
to that ground. Not all the sub boards.<br />
<br />
Or am I missing something?<br />
<br />
Grin<br />
<br />
Stephen]]></description>
            <dc:creator>stephen george</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 30 Oct 2009 18:05:12 -0700</pubDate>
        </item>
    </channel>
</rss>
