Earlier quoted context omitted.
Then why wasn't it a problem before? People have always been able to install aftermarket or possibly even hacked together physical parts. If there was liability you'd expect some sort of shield blocking access to, for example, the hydraulic system for the brakes. As it turns out though blatant irresponsibility is quite rare (depending on your definition anyway) since people have a strong self interest in not endanger…
People get killed by changes to exhaust, height (lift kits), bumpers (bull bars in particular), etc pretty often, though. And I can imagine software changes (exhaust is part of that actually) could kill people too. Maybe you think daytime running lights are stupid and want to disable them for instance.
Running Tesla Model 3's computer on my desk using parts from crashed cars
241–250 of 356 posts
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#242I'm actually somewhat surprised the OS fully boots when it's not connected to the expected vehicle peripherals
I work on automotive software (not Tesla), and it's like this partially because it makes development _way easier_. Rather than needing to get a whole car to the dev team, you just give them the specific part that they're working on. Anything that needs outside features usually just fails gracefully (e.g. no speedometer or no location for maps). These are usually mocked for testing, or you add the specific ECU that pr…
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#243I would love to use the drive units from a Tesla in a conversion project. Unfortunately, they're cryptographically paired with the main computer, and there's no way to use them. What a waste.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#244People need to request the source code.. There’s a ton of open source they use that forces Tesla to give you source if you’re a customer and you ask. I don’t get why security people aren’t doing this already.
Sure someone should do it just to verify the process works, but it isn't really useful. (in general companies are very careful to not violate GPL license terms, often refusing to use GPL3 at all)
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#245Earlier quoted context omitted.
People get killed by changes to exhaust, height (lift kits), bumpers (bull bars in particular), etc pretty often, though. And I can imagine software changes (exhaust is part of that actually) could kill people too. Maybe you think daytime running lights are stupid and want to disable them for instance.
Sure. Point is nothing has really changed. Largely there's no problem and to the extent that bad things happen it isn't something novel that's only just come up. It's not in and of itself an excuse to erode private ownership. If intervention is required then regulation should be passed deliberately by the legislature.
The risk profile is very different and non-obvious to your average car owner.
It's the difference between trying to repair your leaky dishwasher vs. trying to repair the electrical panel in your basement.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#246Earlier quoted context omitted.
The nominal range for automotive systems is 10-16v. If you are designing anything for automotive use that doesn’t work reliably in that range, you are manufacturing problems for people.
This. Most cars nowadays come with the so-called "smart" alternators that vary voltage wildly depending on the current driving conditions. One minute you might be accelerating and the onboard voltage drops as the battery supplies most of electricity. Then, as you reach the crest of a hill and start engine-braking, the car frantically tries to convert all the available kinetic energy to electricity, raising the onboar…
Which in practice means that they do a very miserly job charging the battery and are a ton more sensitive to a battery being in less than tip top shape so you can expect your battery lifetime to go down.
But it's a "win" because they pushed the serp belt change outside of whatever interval the reviewers who calculate TCO care about and they saved .000003mph in the process.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#247What is a "local PCB repair shop"? All the guys who used to fix TVs and radios are gone. Anyone else (not living in China) having trouble locating such an outfit in their neighborhood?
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#248> We ordered the chip and took the board to a local PCB repair shop, where they successfully replaced it and fixed the MCU. What is a "local PCB repair shop"? All the guys who used to fix TVs and radios are gone. Anyone else (not living in China) having trouble locating such an outfit in their neighborhood?
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#249Typical setup for cars (and lawn mowers). As a software guy my first instinct is, computing power is cheap enough, seems like a CAT5-like thing running between all components would do it. Speaking as a software guy - meaning I'm probably missing a lot of the big picture. On the other hand, it's a lot easier to safety-check a mechanical lockout that physically opens a circuit, than something running on software.