Hi all,
I would like some help
Can someone guide me how to add functionality to my program to enable the arduino board to trigger an output when a set temperature is triggered.
I want to use my Sensors 1 and Sensor 2 to add 2 output triggers when a set temperature is reached with a minimum time to be triggered to stop relay hammer.
My Project is a WALL COMPUTER
I am building a special computer which has many thermal sensors and lighting effects for all components.
My plan is to have a cool lighting system and an automated fan speed system,
So when Video Card 1 / Video Card 2 / Power Supply / HDD / CPU / Water Temp, heat up
each device's lighting should glow red instead of blue, and want the relay to trigger.
I have brought a 2 channel Fully Isolated Photo Relay board and it has low or high level inputs to trigger the relays.
I have this part
I have had much help making my arduino uno board control 2 LED strips cycle the Blue to RED via thermal input.
It uses 6 PWM outputs and 2 Analog for the Sensors.
The program has been made from ideas of
http://www.jerome-bernard.com/blog/2013/01/12/rgb-led-strip-controlled-by-an-arduino/
I need to add code which I don't have yet. I don't know what code to use and don't know how to implement it to use the existing code I have
I am a noob and don't understand any of the code.
for example, I spent hours trying to remove green from the colour circle and failed.
I don't know what is going on with code..
I want to make the arduino board control both channels from my 2 thermos sensors.
at X temp. turn on
relay 1 must be controlled by sensor 1
relay 2 must be controlled by sensor 2
Any anyone can guide me I'd really appreciate this.
As this project is nearing completion and need my arduino working.
If you have any questions please don't hesitate to ask
Cheers
Shaun