Microsoft to Supply Electronics to Formula 1
Yooden_Vranx writes "speedtv.com reports that beginning in 2008, Microsoft will be the sole supplier of Engine Control Units to Formula 1. Apparently, moving to a single supplier is part of the FIA's (Fédération Internationale de l'Automobile) attempts to cut costs.
The article does not clarify whether this cost reduction is enabled by cutting back on tech support, what percentage of the engine's power will be required to run all the 'features' embedded in the device, or whether 'crash' will now refer primarily to software behavior rather than driving incidents."
The contract was awarded to Microsoft MES, not Microsoft Automotive. I believe MES is a joint venture with Siemens, the technology partner to Mclaren (The shiny silver cars, for those who don't follow racing. Philistines.). Since McLaren already supplies a good deal of motorsports electronic components, this isn't much of a surprise.
As a longtime F1 fan I am not surprised. The FIA (and Bernie and Max) have been out of touch with the needs of the sport for quite a while. The "cost-cutting" move to V8s from the nice V10s ended up costing a lot of money and angering the teams. They pushed out Michelin because Michelin wouldn't toe the line. They won't restructure the revenue stream to help the teams and then blame the teams for making the sport too expensive. They create the two race engine rule that reduces the spectacle for little cost saving. All while ignoring one of the biggest expenses: testing. It is so simple: take away in-season private testing, make Friday an open test day and have one engine for qualifying and race (don't get me started on how messed up qualifying is).
Serve Gonk.
MS has been active in the Automotive sector for quite some time now, and is one of the biggest players in the market. They have a full fledged Automotive Division, and some of their systems based on CE go into Fiat, Volvo and others I dont know.
So if you think they just jumped into it, well no. They've been there for a long time now. And seem to be doing quite well. This will buy them lots of publicity.
And anyway, safety on F1 cars are multiple times redundant and even if the software fails there is a mechanical framework protecting the driver. The software largely handles monitoring tasks, warnings and such.
Life is just a conviction.
Anyway, most would be using Open Source drivers etc and the actual application would be closed source (which is GPL-OK).
Even having open source engine management would not be that limiting. It's generally the configurations that are proprietary, rather than the actual control mechanisms.
WinCE (the likely MS choice) only works on a few CPUs and only in certain modes (eg. little endian only). Most F1 engine management are likely using things like MPC5200s running in big endian mode.
This all smells of hoax.
Engineering is the art of compromise.
Microsoft is undoubtedly paying a lot of money to do this, probably in the tens of millions plus the engineering time. Formula one is the most expensive sponsorship platform there is.
The benefit to the sport is partly cost but mostly to ensure that the teams own software can be kept within limits. In particular Microsoft can use their trusted computing environment to ensure that the teams only run the homologated code they have submitted to FISA for signing. So after the race there can be no questions as to whether they used driver aids like traction control or remote engine management.
Contrary to assertions an F1 car does need an O/S. It is not like a street car. The engine itself is not the issue, it is the wireless link, the telemetry, the fuel management and so on that is critical.
I could see Microsoft using a stock Windows kernel as a start but I suspect that most of this is going to be about custom coding the system to develop a new breed of O/S.
Looking for an Information Security student project suggestion?
Try http://dotcrimeManifesto.com/
http://atlasf1.autosport.com/ref/scrutiny.html
Safety is everything for Forumula One. Anything Microsoft writes will get inspected with fine tooth combs, then inspected again just to be sure.
The secondary reason behind their strict protocols is that it heads off cheating. No buried/hidden code that only activates in certain situations.
[Fuck Beta]
o0t!
I've tuned engines on racing cars. Firstly a little formula SAE racer, later V8 supercars.
Those Engine Control Units need to be bulletproof. And by bulletproof, I mean being able to handle being short circuited, reverse polarity applied, handle vibration, lots of heat, have weird settings applied, and generally being totally mistreated.
There are so many things that can go wrong on an engine, that to troubleshoot a problem you need to have 100% faith in the ECU. I don't mean 99.999%, I really do mean 100%! If there's a tiny little nagging doubt in your mind that the ECU might be at fault, then it throws your faultfinding completely out the window. Most of the time when there's a problem you need to fix it RIGHT NOW, normally this is at the start of a practice session, and the engineers want to get some tuning data for the suspension, the driver wants to practice the track, and every second of downtime means lots of stress for everyone in the team, including the manager and sponsorship guys. If you haven't worked in motorsport you have no idea what stress is all about. It's hardcore.
Why didn't they go with an established manufacturer such as MoTeC or Magneti Marelli? Those guys really know what's what when it comes to making an ECU.
I don't care how much experience or money Microsoft has, making a realtime OS for an ECU is no trivial matter. It's extremely difficult! You can't just whack a desktop OS like Windows CE or linux onto a small computer, things really and truly don't work like that. It will only take a couple of bugs before the engineers in F1 will be tearing their hair out, going on strike, and trying to retrofit their old ECUs into the cars. I really don't think that this idea will fly.
I am artificially intelligent.