Hello World!
This is a long overdue update, and one that has been highly anticipated by few.
Project Status:
-"Carputer" design chosen; A "hot swappable" device in the works. This design was chosen to allow easy removal, and exchange of the computer to assist with code debugging.
-Working on designing a microcontroller that will relay data from the car (specifically the "carputer") to a remote database. The decision was made to send the data retrieved from the car to the carputer, instead of directly sending the data out to the remote location. This will allow the carputer to pre-process the data, which in turn would allow for more organized data being sent from the Car to the remote location. More on this below.
-The microcontroller design will be designed for not only automotive applications, but other applications that need to transmit data from remote locations. Such a microcontroller will require a solid design, and many design constraints come into play when developing such a device. Please leave any thoughts you may have on this.
Right now my concern is less on user interface, and more on retrieving and processing data. The idea now behind the project has shifted from simply relaying the car's position and speed, to relaying all realtime information of the automobile.
Data such as engine idling, water and oil pressure, brake usage, transmission information, and average speeds in certain zones, can be used by automotive insurance companies to assess the driving habits of a motorist as well as their car care habits. This can be used to pass savings on to safe motorists, and alert others of their poor driving or car care habits. This information could also be used by a potential buyer to get an idea of how the previous driver took care of the car, and gage the quality of the automobile.
So first thing is first: I need to see what information I can retrieve from the cars onboard computer, and if any controllers need to be designed to retrieve any other information.
If you are unfamiliar with what is going on, please read the first
postfor more information. Thanks.
-Lloyd