

Open Source Car on the Horizon 214
PreacherTom writes "So here's a question: can open-source practices and approaches be applied to make hardware, to create tangible and physical objects, including complex ones? Markus Merz believes they can. The young German is the founder of the OScar project, whose goal is to develop and build a car according to open-source principles. Merz and his team aren't going for a super-accessorized SUV — they're aiming at designing a simple and functionally smart car. The OScar is not the only open-source hardware project out there: others include Zero Prestige, which designs kites and kite-powered vehicles, and Open Prosthetics, which offers free exchange of designs for prosthetic devices."
Re:"mainly software??" (Score:5, Informative)
I'm with you, in that I drive older cars, mostly for this reason. I'm all for this "open source car" thing, though; at a certain point the future, virtually every car on the market will have a computer in it. Do we want to be able to service these things ourselves, or are we going to have to take them to a Certified Mechanic who needs an expensive proprietary interface to work on the car?
Second: Older cars have the same problem. "What? They do not!" you say! Yes, yes they do. How much money does it cost for all the specialized tools needed in vehicle repair? Flare nut wrenches? No use other than brake jobs. Flywheel puller? Special presses?
You already need to use expensive, sometimes proprietary (Ford fuel line disconnect) tools to do the job, how is that different than needing to connect a car up to a computer interface?
BTW, you will find that those fancy computer interfaces can be had for under 200 bucks, which is less than many of your single-purpose tools needed for car work and supports a whole suite of diagnostic purposes.
They've tackled the wrong problem (Score:4, Informative)
As cool as their renderings and open-source specs are, they do nothing to address the real problem. And before someone claims that this is only a concept and that manufacturing can come later, they need to know that 80%-90% of the cost of something is baked in during the design phase (the figure comes from companies such as Volkswagen and Lucent). If manufacturing is an afterthought, there's no hope of getting the costs down because it's too late. Maybe a few stock-option millionaire geeks will be able to spring for the vehicle, but it will never hit a price point that sells the volume that makes a difference.
I hope they switch the focus of the effort to make a breakthrough in manufacturing systems. That would be really cool!
Re:"mainly software??" (Score:3, Informative)
You are, I hope, aware that modern ABS systems typically give a shorter stopping distance than even a talented driver, on any surface other than dry tarmac?
NONSENSE! It's actually dramatically easier to troubleshoot a modern vehicle, if you have the factory scan tool. Even with a generic code-reader-only tool, it's usually at least as easy or a little easier than dealing with ye olde noncomputerized car. That's because all OBD-II cars have to implement the OBD-II "Monitors", which are self-tests automatically executed when the car makes a "trip" - which is a period of driving that meets certain criteria. Some self-tests are executed immediately at startup and some take a while. Every time the requirements for a trip (or a partial trip, for a single test) are met, the PCM (Powertrain Control Module - we used to call this the ECU, or Engine Control Unit, but PCM is the official OBD-II terminology) stores the monitor data. This information can be looked up later using the factory scan tool.
Another requirement of OBD-II is that it store logging data. It must store the past 30 seconds and I believe the next 30 seconds are optional, every time a fault occurs. Most PCMs only store one full set of monitor data. The most important fault's data is stored. Faults come at multiple levels (4, IIRC) and a less-critical fault will not be stored over an existing fault; a more-critical fault is. I am not sure what happens when they have the same priority.
In other words, all this data gives you a picture of what's happening at the engine management level when a fault occurs. To get this with a traditional vehicle you'd have to hook up a shitload of sensors. OBD-II cars have both cam and crank sensors, with which they can even detect per-cylinder misfire - and you can find THAT code has been set with a $50 code reader.