Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Temperature Drop Trigger

  • 28-08-2014 6: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