I am an Arduino novice - and generally deficient in electronics literacy - however, due to the lack of an off-the-shelf device, or devices to achieve my objective, it has been recommended that I apply Arduino - and Arduino-compatible - hardware and software to provide a solution.
I own an electric vehicle whose high voltage battery temperature is managed by a relatively sophisticated cooling system which includes (amongst other components) 5 coolant pumps, numerous coolant hoses, an automotive radiator and a shutter system, which controls airflow through the radiator.
I want to monitor shutter activation and the external temperature of 3 of the coolant hoses, plus ambient temperature, in real time.
To this end, I have purchased some hardware, which includes 2 Arduino UNO boards, 2 DS1307 real time clock modules, a micro-SD card module, 4 DS18B20 waterproof temperature sensors, and a generic lever-action micro-switch. I have other Arduino-related componentry, such as breadboards, jumper leads, various sensors, etc., but the above are the principal items relevant to this project. I have also just ordered from Core Electronics 2 Adafruit data logging shields, for convenience.
Due to my inexperience in this field, I intend to break the project into two sub-projects: shutter activation monitoring and temperature monitoring. I then intend to consolidate the captured data (recorded over say 6-12 hour time periods) using Excel.
Shutter activation: the shutters (in front of the radiator) are actuated by a mechanism whose open/closed state (the shutters are either fully open or fully closed) I can monitor using the micro switch, digitally logging the shutter state as either âopenâ or âclosedâ with the Arduino UNO / Adafruit data logger combination. I have adapted a couple of existing sketches to - more or less - record those events on a desktop system with which I have been experimenting. Ultimately, I intend to convert âopenâ to a value of say 1 and âclosedâ to a value of say 10 so that in my composite Excel graph of shutter opening state and coolant temperatures v time, the shutter curve presents as a set of horizontal lines connected by verticals when the opening state changes. I want to assess how shutter opening/closing relates to coolant temperature during the time period of a journey in various scenarios (e.g. different ambient temperatures, urban v country journeys, topographic influences, etc) - and during high voltage battery charging in my home garage.
I have a sketch suitable for monitoring the 4 temperature sensors, but I need to integrate that with suitable time data logging code.
I am open to suggestions as to improvements to any of the abovementioned methodology and of course if anyone is aware of existing code which would be readily adaptable to my project, I would be pleased to learn about it.
Thank you, in anticipation.
Chris