This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

thermometer n calender clock circuit

I want to conect a thermometer and calender to my microprocessor with a 16x2 LCD Display and a alarm function as well.

These informations can be displayed on 4x20 LCD Display only; - Temperature - Humidity - dew point - clock - calendar it has also the alarm function for both humidity and body temperature.

Parents
  • Well, maybe you could start by figuring out

    1. which microcontroller you are going to use,
    2. which compiler,
    3. how you are going to measure temperature,
    4. how you are going to measure humidity,
    and
    5. what LCD you are going to use and how you are going to connect it to your microcontroller.

    After answering these basic questions, you'll need to come up with a circuit diagram and a board layout.

    Once that is done and you have a prototype board, you can start programming.

Reply
  • Well, maybe you could start by figuring out

    1. which microcontroller you are going to use,
    2. which compiler,
    3. how you are going to measure temperature,
    4. how you are going to measure humidity,
    and
    5. what LCD you are going to use and how you are going to connect it to your microcontroller.

    After answering these basic questions, you'll need to come up with a circuit diagram and a board layout.

    Once that is done and you have a prototype board, you can start programming.

Children