Skip to main content

Temperature Candle Using LED


LED based projects require a lot of skill and hence only experienced circuit designers try out these circuits. But there are also a few circuits in this genre that can be done by amateur electronic hobbyists. The temperature candle is one such circuit. Read on to know more about this.

Hacks and Mods: Temperature Candle Using LED

The hardware components that are required to build this circuit are listed below:
  • Microcontroller
  • Temperature Sensor
  • RGB LED
  • PCB

The circuit design is pretty simple. The LED is made to flicker by the microcontroller and the color is based on the ambient temperature at that point. The temperature of the room can be known by observing the color of the LED.

The temperature value is obtained in degree Celsius. This value is received as a result of pressing the reset button on the PCB. This value can also be obtained by providing power to the device. Once the device is powered up, the change in temperature is indicated. The blue LED is triggered for a temperature increase of 10 degrees. The red LED is triggered for a temperature increase of a single degree.
Suppose, the ambient temperature is 23 degrees celsius, The circuit works in such a way that the blue LED is made to blink twice and the red LED is made to blink 3 times. Soon after this, an orange colored flicker is observed as the LED goes into canfle mode.

Since through hole components are used in this circuit, it is very cheap to construct and the components can be easily soldered. The circuit also contains a jack for connecting to a Microchip Pickit 3 programmer / debugger. This reduces the complexity involved in code modification and download.

Comments

Popular posts from this blog

OP AMP INTEGRATOR CALCULATOR

Enter the Input Voltage,Vin: Volts Enter the Frequency, f: Hertz Enter the Input Resistance, Rin: Ohms Enter the Value of Capacitor, C: Farads Output Voltage, Vout: Volts OP AMP based Integrator Tutorial and Design

Block diagram of AM transmitter and receiver with explanation

Block diagram of AM transmitter and receiver with explanation AM Transmitter : Transmitters that transmit AM signals are known as AM transmitters. These transmitters are used in medium wave (MW) and short wave (SW) frequency bands for AM broadcast. The MW band has frequencies between 550 KHz and 1650 KHz, and the SW band has frequencies ranging from 3 MHz to 30 MHz. The two types of AM transmitters that are used based on their transmitting powers are: ·          High Level ·          Low Level High level transmitters use high level modulation, and low level transmitters use low level modulation. The choice between the two modulation schemes depends on the transmitting power of the AM transmitter. In broadcast transmitters, where the transmitting power may be of the order of kilowatts, high level modulation is employed. In low power transmitters, where only a few watts of transmitting power are required , low...

Using the TLP250 Isolated MOSFET Driver Explanation and Example Circuits

I’ve already shown how to drive an N-channel MOSFET (or even an IGBT) in both high-side and low-side configurations in a multitude of ways. I’ve also explained the principles of driving the MOSFETs in these configurations. The dedicated drivers I’ve shown so far are the TC427 and IR2110. Some people have requested me to write up on MOSFET drive using the very popular TLP250. And I’ll explain that here. The TLP250, like any driver, has an input stage, an output stage and a power supply connection. What’s special about the TLP250 is that the TLP250 is an optically isolated driver, meaning that the input and output are “optically isolated”. The isolation is optical – the input stage is an LED and the receiving output stage is light sensitive (think “photodetector”). Before delving any further, let’s look at the pin configuration and the truth table. Fig. 1 - TLP250 Pin Configuration Fig. 2 - TLP250 Truth Table Fig. 1 clearly shows the input LED side and the receiving photodetector as well...