<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — What chip do I have?]]></title>
		<link>https://www.soliforum.com/topic/3209/what-chip-do-i-have/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/3209/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in What chip do I have?.]]></description>
		<lastBuildDate>Mon, 29 Jul 2013 15:32:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/31304/#p31304</link>
			<description><![CDATA[<p>I have done several very successful prints with this setup and it holds temp within 1 degree.<br />This is what I ended up with if some one wants to toss it on github, maybe adrian since this seems to be your area of expertise.</p><p>#ifdef PIDTEMPBED<br />//120v 500W silicone heater W/SSR<br />//from pidautotune<br />&nbsp; &nbsp; #define&nbsp; DEFAULT_bedKp 174.56 <br />&nbsp; &nbsp; #define&nbsp; DEFAULT_bedKi 21.65 <br />&nbsp; &nbsp; #define&nbsp; DEFAULT_bedKd 351.78</p><p>Just a quick update... E3D hot end showed up so I&#039;ve been busy getting it dialed in.<br />So far I love it.</p><div class="quotebox"><cite>2n2r5 wrote:</cite><blockquote><div class="quotebox"><cite>adrian wrote:</cite><blockquote><p>Its a little backward.. but you first need to enable PIDTEMP and then pick a base to run with - there is some 250W 120VAC examples in the source code that should be good for a first run. Simply remove the // from ONE set of #define DEFAULT_bedKp etc, and make sure all the others are commented out (have // in front of them). The firmware will use the last defined one, so scroll down and make sure they are all commented out except for one. </p><p>Then you need to recompile and upload the firmware, and do as per the comment:<br /></p><div class="quotebox"><blockquote><p>// FIND YOUR OWN: &quot;M303 E-1 C8 S90&quot; to run autotune on the bed at 90 degreesC for 8 cycles.</p></blockquote></div><p>That will produce a set of P, I and D numbers to use. You run that G-Code inside Repetier-Host under the Manual Tab and the results will be dumped out down the bottom in the Log section. Make a note of them, switch back to Arduino IDE, Plug these in to replace the bed you uncommented.</p><p>Recompile, reupload.</p><p>Voila, you have PID Tuned your bed all things being equal <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>I like to make&nbsp; my own instead of replacing one. If you make your own for a new bed style, you can update the githib and everyone will be richer ... But per usual +1 to Adrian. We need a reputation system.</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Mon, 29 Jul 2013 15:32:56 +0000</pubDate>
			<guid>https://www.soliforum.com/post/31304/#p31304</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30777/#p30777</link>
			<description><![CDATA[<p>I solved my issues that were keeping me from being able to upload using 1.0.5. </p><p>My bootloader got corrupt somehow but anyways and I had to burn it again. With the proper libraries, 1.xx works fine. As adrian pointed out to me, we should really be migrating away from the old Arduino 0022.</p>]]></description>
			<author><![CDATA[null@example.com (2n2r5)]]></author>
			<pubDate>Wed, 24 Jul 2013 03:29:52 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30777/#p30777</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30760/#p30760</link>
			<description><![CDATA[<div class="quotebox"><cite>2n2r5 wrote:</cite><blockquote><div class="quotebox"><cite>wardjr wrote:</cite><blockquote><p>I finally got the upload to work which is great.&nbsp; The downside is I had to go back to Arduino 0022.<br />I will address that later... for now I got M303 E-1 C8 S90 to work on the bed and now have very constant temps on the bed.<br />Thank You to all that helped me through this process.<br />I will get a video up in the next couple of days to demonstrate the amazing speed of an AC bed heater that is now able to not over shoot by 15 to 20 degrees. <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p></blockquote></div><p>That is what I said in an earlier post about Arduino 0022. I don&#039;t know why but it doesn&#039;t really matter. Just do what I do... use it and be happy it works.</p></blockquote></div><p>I use 1.05 and have no issues with uploading at all.&nbsp; Could it be because I&#039;m using the 1284 instead of the original 644P</p>]]></description>
			<author><![CDATA[null@example.com (rjp350z)]]></author>
			<pubDate>Tue, 23 Jul 2013 23:44:56 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30760/#p30760</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30759/#p30759</link>
			<description><![CDATA[<div class="quotebox"><cite>wardjr wrote:</cite><blockquote><p>I finally got the upload to work which is great.&nbsp; The downside is I had to go back to Arduino 0022.<br />I will address that later... for now I got M303 E-1 C8 S90 to work on the bed and now have very constant temps on the bed.<br />Thank You to all that helped me through this process.<br />I will get a video up in the next couple of days to demonstrate the amazing speed of an AC bed heater that is now able to not over shoot by 15 to 20 degrees. <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p></blockquote></div><p>That is what I said in an earlier post about Arduino 0022. I don&#039;t know why but it doesn&#039;t really matter. Just do what I do... use it and be happy it works.</p>]]></description>
			<author><![CDATA[null@example.com (2n2r5)]]></author>
			<pubDate>Tue, 23 Jul 2013 23:35:01 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30759/#p30759</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30758/#p30758</link>
			<description><![CDATA[<p>I finally got the upload to work which is great.&nbsp; The downside is I had to go back to Arduino 0022.<br />I will address that later... for now I got M303 E-1 C8 S90 to work on the bed and now have very constant temps on the bed.<br />Thank You to all that helped me through this process.<br />I will get a video up in the next couple of days to demonstrate the amazing speed of an AC bed heater that is now able to not over shoot by 15 to 20 degrees. <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Tue, 23 Jul 2013 23:09:42 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30758/#p30758</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30733/#p30733</link>
			<description><![CDATA[<p>avrdude: stk500_getsync(): not in sync: resp=0x00 <br />If you get the following error message &quot;avrdude: stk500_getsync(): not in sync: resp=0x00&quot; that means that the Arduino is not responding. There are literally dozens of reasons this could be. </p><p>Check the following:</p><p>•If you have a NG Arduino, did you press reset just before selecting Upload menu item?<br />•Is the correct Serial Port selected?<br />•Is the correct driver installed? <br />•Is the chip inserted into the Arduino properly? <br />•Does the chip have the correct bootloader on it? </p><p>Note that it is nearly impossible for anyone to debug this, as there are so many possible issues. Try everything.</p>]]></description>
			<author><![CDATA[null@example.com (rjp350z)]]></author>
			<pubDate>Tue, 23 Jul 2013 18:40:16 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30733/#p30733</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30731/#p30731</link>
			<description><![CDATA[<p>Also, check you device manager to ensure the arduino is connected to the right COM port and the FTDI drivers are installed correctly.</p>]]></description>
			<author><![CDATA[null@example.com (rjp350z)]]></author>
			<pubDate>Tue, 23 Jul 2013 18:25:54 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30731/#p30731</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30730/#p30730</link>
			<description><![CDATA[<p>I&#039;ll give that a try in a couple hours, for now it&#039;s back to work. <br />Thanks</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Tue, 23 Jul 2013 18:21:44 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30730/#p30730</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30728/#p30728</link>
			<description><![CDATA[<p>Try looking at below</p><p>stk500_getsync<br />Arduino may return the following error when attempting to load firmware: </p><p>avrdude: stk500_getsync():not in sync: resp=0x00 <br />avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51<br />workaround <br />To resolve for boards older than Rev 1.3a, hold the reset button on your Sanguinololu for about 10 seconds. While still holding the button, try to upload the firmware again (File --&gt; Upload to Board). Let go of the reset button as soon as Arduino reports, &quot;Binary sketch size: ###### bytes (of a 63488 byte maximum)&quot;. The firmware should now be accepted. </p><p>permanent fix <br />A fix was added in Rev 1.3a. If unpopulated (like mine), solder a 2 pin header to the &quot;Autoreset Enable&quot; jumper labeled AUTO RST on the silkscreen. This is located between the Z stepper motor socket and pins 8-10 of the ATMEGA644P socket. In addition to this procedure, you should also set your Virtual COM port parameter &quot;RTS on close&quot; to ON. </p><p>THE FIX: Adding the jumper allows the PC reset the Sanguino board programming and interactive sessions. </p><p>THE DEFAULT: Removing the jumper allows the printer to run in standalone mode; that is, the micro controller will not reset mid print when the PC is disconnected or reconnected. </p><p>Another Solution <br />Another thing to check is the baudrate in the &quot; Boards.txt&quot; folder. (in hardware/Sanguino ) Change atmega644p.upload.speed=57600 to atmega644p.upload.speed=38400 Arduino will not take changes in this folder if it is not restarted. </p><p>Some users may experience a new error after changing the baudrate to 38400. I, for instance, in editing the &quot;Boards&quot; text file deleted a new line division (recreated with the enter key), not realizing it was essential for the proper function of Arduino IDE v0023. After the following error the IDE froze while displaying an &quot;uploading&quot; status:</p>]]></description>
			<author><![CDATA[null@example.com (rjp350z)]]></author>
			<pubDate>Tue, 23 Jul 2013 17:51:20 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30728/#p30728</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30727/#p30727</link>
			<description><![CDATA[<p>Just tried that and same warning but ends with resp=0x89<br />I am kind of running out of ideas.</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Tue, 23 Jul 2013 17:46:37 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30727/#p30727</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30726/#p30726</link>
			<description><![CDATA[<p>That is correct basedo nprevious posts.</p><p>Try hitting the reset button on the sanguino as soon as you see &quot;Binary sketch size:....&quot; show up in the dialog box</p><p>That was an old trick with the 022 version of the ide but might fix your problem.</p>]]></description>
			<author><![CDATA[null@example.com (rjp350z)]]></author>
			<pubDate>Tue, 23 Jul 2013 17:43:23 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30726/#p30726</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30723/#p30723</link>
			<description><![CDATA[<p>only as sure as the earlier posts suggest that I have Sanguino W/Atmega 644p?<br />and that&#039;s the one I have selected.</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Tue, 23 Jul 2013 17:27:31 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30723/#p30723</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30721/#p30721</link>
			<description><![CDATA[<p>Are yo sure you have the right board chosen from the BOARDS menu?</p>]]></description>
			<author><![CDATA[null@example.com (rjp350z)]]></author>
			<pubDate>Tue, 23 Jul 2013 17:19:27 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30721/#p30721</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30720/#p30720</link>
			<description><![CDATA[<p>So when I go to upload I get an orange message<br />&quot;avrdude: stk500_getsync () : not in sync: resp=0x00&quot;<br />What does that mean?</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Tue, 23 Jul 2013 17:07:42 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30720/#p30720</guid>
		</item>
		<item>
			<title><![CDATA[Re: What chip do I have?]]></title>
			<link>https://www.soliforum.com/post/30716/#p30716</link>
			<description><![CDATA[<p>Wardjr,</p><p>To PID autotne the Extrude the command is M303 S200 C5</p><p>The M303 E-1 C8 S90 is for the bed autotune.</p><p>Once you change the Configuration.h file you must save before uplaoding.&nbsp; </p><p>The .ino is the new extension for arduino files,&nbsp; the .pde was for the older versions it will still work fine with the new extension</p>]]></description>
			<author><![CDATA[null@example.com (rjp350z)]]></author>
			<pubDate>Tue, 23 Jul 2013 16:10:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/30716/#p30716</guid>
		</item>
	</channel>
</rss>
