How to display temperature on 3 to 7 segment led

Thread Starter

Don_Fila

Joined Nov 26, 2021
172
How can I display temperature in 3 to 7 segment led without using Arduino and also the digits on the led should able to increase or decrease when the pot turn clockwise/anticlockwise
 

Ya’akov

Joined Jan 27, 2019
10,258
Use a different MCU.

What you want would require a lot more work using discrete logic than with an MCU. But you don't have to use an Arduino, or certainly not a big one. The much smaller MCUs readily available could be used. If you are thinking of an Arduino Uno, that's just physically too large for a project like yours.
 

Ya’akov

Joined Jan 27, 2019
10,258
Here is my mind reading version, the TS can confirm if I am correct or not:

"I want to display the temperature with 3 to 7 significant digits on a 7-segment, 7 digit LED display. I want the significant digits to be adjustable with a knob."

I think that is right, but I wouldn't bet too much money on it.
 

Ya’akov

Joined Jan 27, 2019
10,258
OK, so let's figure out what you actually want. Do I have this right?

You want a temperature controller with a set point control with 1° resolution, and three digit readout of the set point while it is being adjusted, but once that is done, it should switch to showing the current temperature.

Is that right?
 

dendad

Joined Feb 20, 2016
4,641
TempControler.png
Very hard to beat!

Otherwise, if you want to build it yourself, a processor of some sort will be needed, and an Arduino is the easy way to go as there are many examples around for you to copy, and plenty of on line help.
 

Ya’akov

Joined Jan 27, 2019
10,258
View attachment 259219
Very hard to beat!

Otherwise, if you want to build it yourself, a processor of some sort will be needed, and an Arduino is the easy way to go as there are many examples around for you to copy, and plenty of on line help.
I fear, and it was my next question, that the temperature range required by the TS will be in excess of 110°C. And, these modules and their many variants don't have rotary controls, but I hope that's just on the wish list.
 

MrChips

Joined Oct 2, 2009
34,881
Anything is possible. You just need to clearly define exactly what it is that you want to happen.
Maybe language is a barrier. But no problems. We are willing to work it through with you.
So let's make it clear.

1) You have a 3-digit display.
2) You have a temperature sensor.
3) You have a control knob that you can turn.

What is supposed to happen?
 

Thread Starter

Don_Fila

Joined Nov 26, 2021
172
OK, so let's figure out what you actually want. Do I have this right?

You want a temperature controller with a set point control with 1° resolution, and three digit readout of the set point while it is being adjusted, but once that is done, it should switch to showing the current temperature.

Is that right?
Exactly
 
Top