Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Cyclone III FPGA Temperature Measurement.....

Hi All,

I want to measure the temperature across the cyclone III fpga.

Is there any inbuilt sensor is available for the temperature measurement?

If yes please let me know the procedure to measure using in built mega functions.

If in built sensor is not there then how can we measure the temperature across the fpga?

Please guide me.

Thanks for your replies.

Regards,

Venkatesh V.

13 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    In our board schematics, we don't have a on-board temperature sensing device.

    --- Quote End ---

    Ok.

    --- Quote Start ---

    We have only one component ADM1185, which is a supply monitor and sequencer.

    --- Quote End ---

    I looked at the data sheet. If it had an unused ADC channel, I was going to suggest using a voltage output temperature sensor, however, the ADM1185 uses comparators for voltage monitoring.

    --- Quote Start ---

    then we dont have any option to measure even on-board temperature also.

    So we are planning to go for some external to measure it.

    --- Quote End ---

    If you have some FPGA pins available for GPIO (that you can access with a soldering iron :) ), then an I2C sensor or SPI sensor could be added to the design easily. There are adhesive SMT footprints that you can stick to the PCB, and then solder an ADM1032 I2C sensor, or AD7814 SPI temperature sensor. If you use the ADM1032 sensor, then it has local and remote sensing, so you could bond a diode-connected-transistor to the FPGA (or its heatsink).

    Cheers,

    Dave
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks for your reply Dave.

    What you mentioned things were discussed with my team.

    Finally We decided that, we don't want to do any modifications on board(Soldering etc).

    I have checked the FPGA schematics,we don't have any available pins in FPGA.

    So we are planning to keep some External device near to FPGA. So it will do the measurement.

    Regards,

    Venkatesh
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    What you mentioned things were discussed with my team.

    Finally We decided that, we don't want to do any modifications on board(Soldering etc).

    I have checked the FPGA schematics,we don't have any available pins in FPGA.

    So we are planning to keep some External device near to FPGA. So it will do the measurement.

    --- Quote End ---

    Great! It always helps to weight out the different options.

    Cheers,

    Dave