Hi everyone,
I have a course project where we need to design and build a system to measure the temperature of water in a geyser. One constraint is that we are not allowed to use microcontrollers or development boards (Arduino, ESP32, etc.). We’re expected to implement the measurement and display using basic analog/digital building blocks instead.
My current idea is:
I’m also considering adding comparators for over-temperature cutoff or alarm.
Does this seem like a reasonable architecture?
Are there better sensors, ADC/display ICs, or simpler approaches you would recommend for an MCU-free design?
Any suggestions or example circuits would be really helpful. Thanks!
I have a course project where we need to design and build a system to measure the temperature of water in a geyser. One constraint is that we are not allowed to use microcontrollers or development boards (Arduino, ESP32, etc.). We’re expected to implement the measurement and display using basic analog/digital building blocks instead.
My current idea is:
- Use an LM35 temperature sensor
- Add signal conditioning with op-amps
- Feed the signal into an ADC or ADC + display driver IC
- Drive a 7-segment directly from that
I’m also considering adding comparators for over-temperature cutoff or alarm.
Does this seem like a reasonable architecture?
Are there better sensors, ADC/display ICs, or simpler approaches you would recommend for an MCU-free design?
Any suggestions or example circuits would be really helpful. Thanks!