Hi All,
I am new to this forum and also Arduino... I am building a custom temperature controller for my computer (Liquid cooled)
Device that I am using is an Arduino UNO Rev3
LM35 temperature sensor
Now the things that I want to control are the fans on the Radiator and a peltier cooler so bring the temperature below ambient temp.
I can control the fans using the PWM feature on the Board and also just turn the cooler ON or OFF.
Now my questions are
- Would it be possible to get all the data that the Arduino gets from the Temp sensor be displayed using GUI on my computer.
- Can I run multiple sketchs on the same board? Like add a LCD display for the temperature reading and also to Control a Servo motor for opening the Air vent for the radiator according to Fan speed.
- Are there any Open source software that can help me with creating the software as I don’t want to invest too much time for the GUI software.
- I am also planning to add a Humidity sensor so that I can get the water temperature 2 or 3 degree above the Dew temp so that I don’t have to worry about condensation which would bring a new set to challenges for my Project.
- Would it be all possible with just one board???
Thanks