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

Lower temperature control #55

Open
chalmers4c opened this issue May 1, 2023 · 1 comment
Open

Lower temperature control #55

chalmers4c opened this issue May 1, 2023 · 1 comment

Comments

@chalmers4c
Copy link

Hello,

I am interested in repurposing this for some wet-lab stuffs, we have limited space inside a box, and inside that box, I want to heat up a vial of liquid to 37 degrees Celsius mostly or higher but like 60 degrees celsius or something like that. I am not a software/computer scientist so i am wondering if it is possible to change the temperature setting to lower or allow user to edit?

Thanks.

@transistorsion
Copy link

Hello yes you can do that open the code and got to the line byte maxTempArray
and add the temperate you want and upload your new code i show you example

byte maxTempArray[] = { 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180 };
1aba5534a2676aa1d0162cf9fac2fec
c0b5c3fc0c72fd375b2c85f5bf35976

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