Results 1 to 6 of 6
-
01-22-2017, 11:52 PM #1
- Join Date
- Aug 2015
- Posts
- 17
connecting external thermocouple board to rambo board
Hi, I bought the e3d volcano hotend with the k-type thermocouple and thermocouple board, but I'm not sure on how to connect the external thermocouple board(https://www.filastruder.com/collecti...ple-board-v1-0) to the rambo 1.2b board. Any help is appreciated.
-
01-23-2017, 01:45 AM #2
- Join Date
- Oct 2015
- Posts
- 35
I used the Analog input pins [left of the main chip in your image]
You have to change the Marlin sketch, specifically Pins H to tell the board which pins to look at for temperature.
https://groups.google.com/forum/#!to...ax/DAP-ylLgge8
I discussed it in the linked Google Group
Hope that helps
Rich
-
01-24-2017, 12:01 PM #3
- Join Date
- Aug 2015
- Posts
- 17
ahh thanks, that helps out a lot, I should be able to get it working following that discussion, thanks
-
01-25-2017, 11:49 PM #4
- Join Date
- Aug 2015
- Posts
- 17
hey so I tried following those instructions so no I have the thermocouple board power connected to the top right pin from the picture and ground to the pin right below it and signal to the top left pin. in the firmware I now have in configuration.h #define TEMP_SENSOR_0 -1 and in pins.h
#define HEATER_0_PIN 8
#define TEMP_0_PIN -1
I opened simplify3d and tried to set a temperature but im gettring error: no thermistors-no temperatures. I'm not sure where I went wrong
-
01-26-2017, 01:46 AM #5
- Join Date
- Oct 2015
- Posts
- 35
That is how I connected my thermocouple board. Did you edit the correct section of pins.h? as in scroll down to the correct board number definitions. My RAmbo board is 301 in the sketch.
Rich
-
01-26-2017, 11:21 AM #6
- Join Date
- Aug 2015
- Posts
- 17
Yes, I did. Do you know if I have to use a specific version or flavor of the firmware? I just edited the one that came with the printer
Ender 3v2 poor printing quality
10-28-2024, 09:08 AM in Tips, Tricks and Tech Help