> 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?
Cell phone/laptop repair shops.
Running Tesla Model 3's computer on my desk using parts from crashed cars
251–260 of 356 posts
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#252> Turns out that actual cars don’t have individual cables. Instead they have these big “looms”, which bundle many cables from a nearby area into a single harness. This is the reason why I could not find the individual cable earlier. They simply don’t manufacture it. Typical 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 b…
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#253Earlier quoted context omitted.
Agrred, but it is remote root access is the danger, they already have root access to the physical dangerous things.
That is blatant whataboutism. Stop performing mental gymnastics and accept that what you personally want is not what’s good for society as a whole.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#254I _do_ find it weird that the LCDs from crashed cars are so expensive. I wonder if newer models have better screens, so people with older cars upgrade? Or if they're a common failure point? I have a Model 3, but I can't say I follow the forums.. but I've never heard of screens failing -- I'm sure it happens but I think if it was common problem I'd have heard of it.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#255> Turns out that actual cars don’t have individual cables. Instead they have these big “looms”, which bundle many cables from a nearby area into a single harness. This is the reason why I could not find the individual cable earlier. They simply don’t manufacture it. Typical 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 b…
That said, I'm sure there's gotta be a better way to solve it with less copper. And I think they did something like that with CyberTruck.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#256Interesting. > A REST-like API on :8080 which returned a history of “tasks” I am curious to know what kind of historical tasks- since it's a media control unit; does it show what kind of media was being played in the last trip? does it reveal any other info about the driver?? There might be a privacy angle here that you could exploit and share it with Tesla.
They hit Odin. Odin is the diagnostic tool of Tesla. The tasks they've seen are like "TEST_BRAKE_X_STIFFNESS-TEST-PRESSURE-BURNISHED" and are used to test different components of the car. They're also used for example to reset FSD strikes. In Tesla terms, the infotainment does much more than just playing music - it has full access to the rest of the car.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#257Earlier quoted context omitted.
Really? Which car manufacturer officially provides you a root access to your vehicle?
It’s almost like there’s no market for this because it’s a silly thing that practically nobody actually wants enough to vote with their wallet. That, or no company wants to assume liability. In which case, go whine to your local representative. That’ll be hilarious for all involved.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#258[flagged]
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#259Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#260> Turns out that actual cars don’t have individual cables. Instead they have these big “looms”, which bundle many cables from a nearby area into a single harness. This is the reason why I could not find the individual cable earlier. They simply don’t manufacture it. I was really surprised to read this at the end of the article -- how could someone be this deep into a project of this depth and not realize this?! Not o…
EVS have actually managed to reduce the number of wire bundles (mostly due to switching to Ethernet instead of CAN Bus)
When canbus is already two wires, and by definition, is a bus, so you can just keep stringing those two wires to any module you need. I know Ethernet BUSes exist, but what advantage would those have to canbus then? They're both two-wire buses.