panic mode
- Joined Oct 10, 2011
- 5,058
what is the knob? simple push button or encoder? what is the display type? common anode, common cathode?
I'm using the image below as an example. What happened is that if the temperature control on the image below turns high it displays the temperature in digits like 200 to 480 that is when increasing or decreasing. That is what I wantSo 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?
CWhat it the temperature range—from low to high—that you want to cover, and in C or F?
What temperature range? e.g.: 100-400°C, etc.
Heating elementWhat does it have to control?
Where does the sensor have to go?
What voltage will it have to switch, what will it have to be powered by?
200 to 480What temperature range? e.g.: 100-400°C, etc.
Also, please answer the other questions so we can help.
At this point, the knob is only specified as a control that does something. He doesn't have any idea of what the part would be behind the function.what is the knob? simple push button or encoder? what is the display type? common anode, common cathode?
I have already built a circuit that can control everything in the device below .... I only want to know how to display the temperature on led.This is like squeezing blood...
1) We have a 3-digit display.
2) We have a temperature sensor.
3) We have a control knob.
The display shows temperature: (enter your own values)
Range: 0-400
Unit: C
What does the knob do?
Turn the knob to a desired setpoint.
What does the temperature sensor do?
Sensor info is used to indicate current temperature.
How do you distinguish between set point and current temperature?
What makes the temperature rise and fall?
In one statement: What are you trying to build?
How do you adjust the set point now? What is the circuit you have built?I have already built a circuit that can control everything in the device below .... I only want to know how to display the temperature on led.
I used potentiometer to adjust the set pointHow do you adjust the set point now? What is the circuit you have built?
You have to transform your numbers from whatever format the are in to seven(7) binary values for each decimal digit. If you have 1000 different decimal digits in the range of 000 to 999 you can use the same set of Boolean function for each digit. There is even a chip you can still get that will do the job for you.I have already built a circuit that can control everything in the device below .... I only want to know how to display the temperature on led.

ExactlyYou need to show your circuit.
Does your temperature control circuit really control the temperature or just adjust it?
If it already has feedback to control the temperature, why not use that signal to drive the display?
For some reason, you are just dripping small details one at a time and that really makes it hard for us to help you.
It would have been good to start with something like...
I have a hot air de-soldering tool with a home made temperature controller and I want to display the actual temperature, and adjust it with a pot.
"Picture of tool"
"existing circuit"
"tool power specs"
The k type thermocouple is already embedded in the heating corefirst you need to decide on what sensor to use. it need to be mechanically compatible with your application (soldering station or whatever) and of course be able to operate in desired temperature range. for that application one would normally use a thermocouple. K-type is very common. next you need to condition this signal, convert it to digital form and display. you will need to do linearization unless displayed value is just for orientaiton.
there is tons of ready units that do this such as
https://www.amazon.ca/Thermometer-Thermocouples-50-1300°C-Temperature-Measurement/dp/B07P8NWH67/ref=asc_df_B07P8NWH67/?tag=googleshopc0c-20&linkCode=df0&hvadid=335526108466&hvpos=&hvnetw=g&hvrand=14687228863568070777&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9000826&hvtargid=pla-798154789178&psc=1
or
https://www.amazon.ca/Universal-Controller-Temperature-Probe-Alarms/dp/B01I7MIM16/ref=sr_1_25_sspa?crid=1SJ8DKAFZCIEQ&qid=1643581556&s=industrial&sprefix=500c+thermometer,industrial,60&sr=1-25-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEzNkdVN1dVT043OEpXJmVuY3J5cHRlZElkPUEwODk3MjQxM01HVVM5UVVURU5OQyZlbmNyeXB0ZWRBZElkPUEwNzg0ODM0MllYSzc2MFhJVlQ0SCZ3aWRnZXROYW1lPXNwX2F0Zl9uZXh0JmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==
if you want to build one, using MCU is a good idea, very few and small parts:
http://www.technoblogy.com/show?2G9S
You need to show your circuit.
you are not answering questions. words are not a circuit...I used the pot as temperature control and the thermocouple to sense the temperature and also for overheating