Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't read tempreture #8

Open
saint98 opened this issue Aug 14, 2020 · 3 comments
Open

I can't read tempreture #8

saint98 opened this issue Aug 14, 2020 · 3 comments

Comments

@saint98
Copy link

saint98 commented Aug 14, 2020

Hi,
When I connect the K- Type termocouple, the screen shows preheat 0.00 c, the problem persists when I change the termocouple directions.
I use MAX31855.

My Arduino code starts as below ;

// Comment either one the following #define to select your board revision
// Newer board version starts from v1.60 using MAX31855KASA+ chip
#define USE_MAX31855
// Older board version below version v1.60 using MAX6675ISA+ chip
//#define USE_MAX6675

// ***** INCLUDES *****
#include <LiquidCrystal.h>
#ifdef USE_MAX31855
#include <MAX31855.h>
#else
#include <max6675.h>
#endif
#include <PID_v1.h>

What other line should I change other than the lines above? I am using code v.1.2 board 1R80.
Best regards.

@rocketscream
Copy link
Owner

May I know when was this board purchased? We have since long stop selling 1R80.
That is the only section of code you need to change to use the 1R80 board.

@saint98
Copy link
Author

saint98 commented Aug 17, 2020

Hi, I use Gerber file and I produced pcb myself.
When I checked the A1 pin with an oscilloscope, I could not observe the clock frequency. arduino clock does not generate signal. If I ask you, can you send me the code and library files that you are sure it works?

@rocketscream
Copy link
Owner

The posted code in this repository is the one last I have tested with V1 of the controller.
The libraries for the MAX31855. I didn't touch it since then.
Probably it's just a hardware connection issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants