November 6, 2011

Arduino Engine Fan Controller

Yesterday I put a good part of my day into taking the next steps of having my Arduino power the cooling fan for my truck. This will likely be the same Arduino that will be the remote start too assuming it can handle multiple operations.  In the video below I demo the functional logic of the circuit with features an automatic temperature based control and a manual push button for those occasional 100* F Summer days. The next step is to wire this circuitry into the existing fan relays and remove the previous circuitry I built. I have nicknamed this project and the Remote GSM Car Starter the S10Duino.

 

~Nathan Hein

August 14, 2011

Remote Car Starter

Remoter Starter Diagrams

Remoter Starter Diagrams

Today Matt and I worked on our remote car starter project. We are building a remote car starter using Arduino, an electronic prototyping platform. This is a completely original project, we are not starting with any set of plans or instructions. It is all custom built. The remote starter is going to address the challenge of most reasonably priced remote car starters…that being how to I start the car when I upwards of a 1/4 mile plus away? Or more importantly while I am comfortably sitting at my desk at work or in the lab. We are building our remote starter using a cell phone as the communication device between us and the vehicle. Our short term goal is to be able to start/stop the car by telephone. Long term the platform will be able to handle more complex operations such as texting, responding to queries for information, and preprogrammed operations like running for a set duration.

Today we focused on documenting the necessary logic to safely start the vehicle and gathering information on how we are going to interface with the car. Seeing as these are cars made by GM they do not exactly have an api we can interface with. No the “interface” we will be using is good old analogy signals via copper wire controlled by a digital logic via the Arduino. So once we documented the control logic we worked on identifying our copper interace elements. Thankfully most car’s electrical diagrams can be found online.

Our next steps are to start building our car “API”…in layman’s terms we are going to start soldering wires in that we can wire up to relays that will connect to a DB-9 connecter to interface with Arduino.

~Nathan Hein

March 20, 2011

Arduino Temperature Logger

This is my first temperature and date/time data logger built with Arduino. I am using 4  DS18B20 temperature sensors along with a I2C EEPROM.

~Nathan Hein