Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Temperature Drop Trigger

  • 28-08-2014 07:57AM
    #1
    Registered Users, Registered Users 2 Posts: 1,991 ✭✭✭


    I'm looking for some advice, I have a situation where when there is a sudden drop in temperature that a cctv camera will turn on or trigger.

    One of the requirements is that the speed at which the temperature drops is configurable, so it could be set at 1 degree per second or 3 degrees a second.

    I'm looking to build this from scratch from components (I have some experience in this regard so not entirely new to me) instead of buying existing devices as in the long run I could have many of these triggers in place and/or want to make modifications to them.

    Any help/advice on what components/parts I should use greatly appreciated.


Comments

  • Registered Users, Registered Users 2 Posts: 368 ✭✭backboiler


    Cheap microcontoller with ADC input + analogue temp sensor, e.g. PIC12F1571 (4x 10-bit ADC) with LM335Z. Total cost of 2, maybe 3 quid.

    If you're only interested in temperature change then the initial accuracy is irrelevant and you can just sample every so often and set a GPIO pin when your temperature slope condition is met.


  • Registered Users, Registered Users 2 Posts: 1,991 ✭✭✭Ziycon


    Thanks for the backboiler, I'll look into these parts and give it a go. :)


Advertisement