<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Thermocouple with Rumba and Marlin - SOLVED]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/16387/" />
	<updated>2017-10-21T16:05:36Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/16387/thermocouple-with-rumba-and-marlin-solved/</id>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/139061/#p139061" />
			<content type="html"><![CDATA[<p>Thanks for the solution, it works finally. Also it worth to mention that the connectors in the red frame are actually 2 connectors: EXP3 with 14 pins on the left side and a 2-pin 12V power connector on the right side. So pin 2 is the 2nd from the right side, 4 is 3rd, etc. <br />For some it may be obvious, but it may spare some frustration to others. (Actually, I connected the wires first to the +12V, +5V and PWM2 pins without the slightest doubt. And after that it took me hours to figure it out.) Well, I&#039;m not proud of myself, but at least I didn&#039;t fry anything.</p>]]></content>
			<author>
				<name><![CDATA[mhejjas]]></name>
				<uri>https://www.soliforum.com/user/17683/</uri>
			</author>
			<updated>2017-10-21T16:05:36Z</updated>
			<id>https://www.soliforum.com/post/139061/#p139061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134960/#p134960" />
			<content type="html"><![CDATA[<p>Ok </p><p>Managed to get it wright at last, thanks for your suport carl_m1968</p><p>Here are my conetions:<br /><span class="postimg"><img src="http://soliforum.com/i/?MEf4bQh.jpg" alt="http://soliforum.com/i/?MEf4bQh.jpg" /></span></p><br /><p>Changes made on Marlin</p><p>Configuration.h<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #define TEMP_SENSOR_0 <strong>-1</strong><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #define TEMP_SENSOR_1 <strong>-1</strong></p><p>Pins_RUMBA.h</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Temperature Sensors<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #if TEMP_SENSOR_0 == -1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #define TEMP_0_PIN&nbsp; &nbsp; <strong> 10&nbsp; </strong> // Analog Input (connector *K1* on RUMBA thermocouple ADD ON is used)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#else<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #define TEMP_0_PIN&nbsp; &nbsp; &nbsp; &nbsp;15&nbsp; &nbsp;// Analog Input (default connector for thermistor *T0* on rumba board is used)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#endif</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#if TEMP_SENSOR_1 == -1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#define TEMP_1_PIN&nbsp; &nbsp; &nbsp; &nbsp; <strong>9 </strong>&nbsp; // Analog Input (connector *K2* on RUMBA thermocouple ADD ON is used)</p>]]></content>
			<author>
				<name><![CDATA[Chaparro1973]]></name>
				<uri>https://www.soliforum.com/user/14212/</uri>
			</author>
			<updated>2017-04-26T19:58:13Z</updated>
			<id>https://www.soliforum.com/post/134960/#p134960</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134955/#p134955" />
			<content type="html"><![CDATA[<p>OK</p><p>Changed the conection <br />Signal&nbsp; to A10 and A9 pins on Exp 3<br />Pin number in Pins_Rumba_h to 9 and 10</p><p>Got diferent reading, don&#039;t have a thermometer in hand to calibrate, but when i turn heater on it takes to long to heat until i get system halted error.</p><p>I guess now it&#039;s a calibration problem. later i will get a thermometer and try to calibrate them</p><p>before:<br /><span class="postimg"><img src="http://soliforum.com/i/?G6Q3v5f.jpg" alt="http://soliforum.com/i/?G6Q3v5f.jpg" /></span></p><p>now:<br /><span class="postimg"><img src="http://soliforum.com/i/?q367uUD.jpg" alt="http://soliforum.com/i/?q367uUD.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[Chaparro1973]]></name>
				<uri>https://www.soliforum.com/user/14212/</uri>
			</author>
			<updated>2017-04-26T12:01:42Z</updated>
			<id>https://www.soliforum.com/post/134955/#p134955</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134939/#p134939" />
			<content type="html"><![CDATA[<p>Yes<br />It&#039;s right below the processor</p><p>What i understood, and what i will try is</p><p>Change the conections signal to A10 and a9, as your advise. And change the pin numbers on marlin to 10 and 9.</p><p>Does it feels right to you?</p>]]></content>
			<author>
				<name><![CDATA[Chaparro1973]]></name>
				<uri>https://www.soliforum.com/user/14212/</uri>
			</author>
			<updated>2017-04-25T21:39:42Z</updated>
			<id>https://www.soliforum.com/post/134939/#p134939</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134938/#p134938" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Chaparro1973 wrote:</cite><blockquote><p>The image was for orientation purposes only, it&#039;s a ramps. I could nd find any rumba image with usage of exp3.</p><p>this is my board</p><p><span class="postimg"><img src="http://soliforum.com/i/?sa0wPGO.jpg" alt="http://soliforum.com/i/?sa0wPGO.jpg" /></span></p><p><span class="postimg"><img src="http://soliforum.com/i/?kBPQjUn.jpg" alt="http://soliforum.com/i/?kBPQjUn.jpg" /></span></p><p>Maneged to find this quote<br /><em>&quot;I&#039;ve been using the pins.h Marlin file along with the RUMBA board schematics and the ATMegs2560 pinout diagram to figure out what is what. I am adding thermocouples to my printer and can&#039;t use the thermistor ports because of the voltage dividers (RRD--please add a jumper for direct connection to thermistor ADCs on future versions!). I am using the ADC pins on EXP3 and it took a little while to figure out the pin #s to use (it turns out that it was 9 and 10 and, looking back, it&#039;s obvious, as they&#039;re labeled A9 and A10 on the schematic, but it wasn&#039;t clear at the beginning and other pin #s aren&#039;t so obvious). If I want to code for PJ7 (on the schematics), how do I know what pin that is in Marlin?&quot;</em></p><p>From <br />jwesolow, Mar 5, 2015 - another forum</p><p>Tomorow i&#039;ll try it and report back.</p><p>And thank you so much for your help and time.</p></blockquote></div><p>Your board has EXP3 right below the processor. Or am I missing what you are trying to say?</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2017-04-25T21:32:25Z</updated>
			<id>https://www.soliforum.com/post/134938/#p134938</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134936/#p134936" />
			<content type="html"><![CDATA[<p>The image was for orientation purposes only, it&#039;s a ramps. I could nd find any rumba image with usage of exp3.</p><p>this is my board</p><p><span class="postimg"><img src="http://soliforum.com/i/?sa0wPGO.jpg" alt="http://soliforum.com/i/?sa0wPGO.jpg" /></span></p><p><span class="postimg"><img src="http://soliforum.com/i/?kBPQjUn.jpg" alt="http://soliforum.com/i/?kBPQjUn.jpg" /></span></p><p>Maneged to find this quote<br /><em>&quot;I&#039;ve been using the pins.h Marlin file along with the RUMBA board schematics and the ATMegs2560 pinout diagram to figure out what is what. I am adding thermocouples to my printer and can&#039;t use the thermistor ports because of the voltage dividers (RRD--please add a jumper for direct connection to thermistor ADCs on future versions!). I am using the ADC pins on EXP3 and it took a little while to figure out the pin #s to use (it turns out that it was 9 and 10 and, looking back, it&#039;s obvious, as they&#039;re labeled A9 and A10 on the schematic, but it wasn&#039;t clear at the beginning and other pin #s aren&#039;t so obvious). If I want to code for PJ7 (on the schematics), how do I know what pin that is in Marlin?&quot;</em></p><p>From <br />jwesolow, Mar 5, 2015 - another forum</p><p>Tomorow i&#039;ll try it and report back.</p><p>And thank you so much for your help and time.</p>]]></content>
			<author>
				<name><![CDATA[Chaparro1973]]></name>
				<uri>https://www.soliforum.com/user/14212/</uri>
			</author>
			<updated>2017-04-25T21:19:49Z</updated>
			<id>https://www.soliforum.com/post/134936/#p134936</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134929/#p134929" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Chaparro1973 wrote:</cite><blockquote><p>I&#039;m using a rumba<br /> I&#039;ll try on A9 and A10, as you refered. Can you tell me the pin number to setup on Marlin?</p></blockquote></div><br /><p>You would need to look up a pin diagram of your exact processor and then see what the physical pin number is for AIN9 and AIN10 which stands for Analog In 9 and Analog In 10. The exact pin number like pin 5 or pin number 10 is what pins.h is looking for.</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2017-04-25T19:45:02Z</updated>
			<id>https://www.soliforum.com/post/134929/#p134929</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134926/#p134926" />
			<content type="html"><![CDATA[<p>I&#039;m using a rumba<br /> I&#039;ll try on A9 and A10, as you refered. Can you tell me the pin number to setup on Marlin?</p>]]></content>
			<author>
				<name><![CDATA[Chaparro1973]]></name>
				<uri>https://www.soliforum.com/user/14212/</uri>
			</author>
			<updated>2017-04-25T19:21:22Z</updated>
			<id>https://www.soliforum.com/post/134926/#p134926</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134924/#p134924" />
			<content type="html"><![CDATA[<p>Are you connecting this to a Rumba or RAMPS? It does matter. The last image is a RAMPS.</p><p>On the RUMBA the analog pins are on EXP3 but are A9 and A10. Did you miswire or misdraw?</p><p>On a RAMPS the analog pins are on AUX2 A8, A9, A10, and A11. Also on the one you show. Any pins marked A# are analog pins.</p><p>But you RUMBA image is not correct.</p><br /><p>Once you get the wiring correct you then have to set the Temp sensor for the correct device, then go into pins.H and make sure Temp 0 and Temp 1 are set to the correct analog pins you have used on your correct board type.</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2017-04-25T19:09:37Z</updated>
			<id>https://www.soliforum.com/post/134924/#p134924</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134922/#p134922" />
			<content type="html"><![CDATA[<p>I conected this becouse of this:<br /><span class="postimg"><img src="http://soliforum.com/i/?wdoMeBs.png" alt="http://soliforum.com/i/?wdoMeBs.png" /></span></p><p>And this:</p><p><a href="http://reprap.org/wiki/ExtThermoCouple_1.0">http://reprap.org/wiki/ExtThermoCouple_1.0</a></p><p>And this info i got from the supplier of the expansion boards<br />&quot;Are these analog pins without pull-up? Normal thermistor pins have a 4K7 pull up resistor. You need either remove the resistor or use another analog pin. &quot;</p>]]></content>
			<author>
				<name><![CDATA[Chaparro1973]]></name>
				<uri>https://www.soliforum.com/user/14212/</uri>
			</author>
			<updated>2017-04-25T18:52:43Z</updated>
			<id>https://www.soliforum.com/post/134922/#p134922</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134918/#p134918" />
			<content type="html"><![CDATA[<p>The small board in your diagram is supposed to put out a signal like a thermistor. So you would connect it&#039;s output to one of thermistor ports.</p><p>The PWM port you are connecting to is an output for driving something at a variable level controlled by software like a fan.</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2017-04-25T18:41:45Z</updated>
			<id>https://www.soliforum.com/post/134918/#p134918</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Thermocouple with Rumba and Marlin - SOLVED]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/134915/#p134915" />
			<content type="html"><![CDATA[<p>Hi<br />I&#039;m trying to get this:<br /><span class="postimg"><img src="http://soliforum.com/i/?ydgeyRA.jpg" alt="http://soliforum.com/i/?ydgeyRA.jpg" /></span><br />To work with a rumba board and Marlin firmware</p><p>After several searches made the conections as follow:<br /><span class="postimg"><img src="http://soliforum.com/i/?Httm2lQ.jpg" alt="http://soliforum.com/i/?Httm2lQ.jpg" /></span></p><p>In marlin set:<br />#define TEMP_SENSOR_0 -1<br />#define TEMP_SENSOR_1 -1</p><p>Pins used<br />+5v pin 2<br />Ground pin 4<br />Signal 1 pin 6<br />Signal 2 pin 5</p><p>First time i tried i got 300º for extruder 1 and 2</p><p>Changed in config_adv<br />#define TEMP_SENSOR_AD595_GAIN 0.1</p><p>tried and it reads 30º for both, but if i turn on any heater i don&#039;t get any changes on temperature.</p><p>Can someone help me on that.<br />I tried searching, but i can&#039;t find much information on this theme</p>]]></content>
			<author>
				<name><![CDATA[Chaparro1973]]></name>
				<uri>https://www.soliforum.com/user/14212/</uri>
			</author>
			<updated>2017-04-25T18:34:54Z</updated>
			<id>https://www.soliforum.com/post/134915/#p134915</id>
		</entry>
</feed>
