The latest iteration of my #PCB to replace the tail lights in my #EV #Mustang arrived earlier from JLC. Looks like 5th times the charm. I managed to actually get this version to do something.

#WeirdCarMastodon #classiccars #electronics #opensource #openinverter

A little bit of coding later and I have a ‘demo’ working.

So, what’s better for nighttime/headlights-on mode? Top and bottom rows permanently on, middle section comes on for brakes? Or middle section permanently on and top and bottom come on for brakes?

#WeirdCarMastodon #opensource #electronics #raspberrypi #RaspberryPiPico #embedded #classiccars

Ooh, maybe they should ‘slide’ up and down. There’s 100ms here between rows. Perhaps a little slow.
I don’t love the harshness of LEDs. They go so quickly from off to on. I wanted to try and simulate a bulb a bit by having it ramp up/down quickly. Not sure if it would work. But I screwed up the pin assignment on the MCU (pi pico) in this version. So I think I’ll need to respin this board to get PWM working for all segments.
@chrskly
Top bottom for running lights, middle might be mistaken for brake lights. Or do tri color and use amber for turn signals?
@FritzAdalis yeah, think this is the way. The top and bottom are a little more frosted so the light is more diffused.

@chrskly
You could put frosted plastic inside the lens if it doesn't dim it too much.

Addressable lights like ws2812 might make it easy, but I'm not sure if they'd be bright enough. I did find https://www.nhtsa.gov/sites/nhtsa.gov/files/tsf811128.pdf, which implies 31 cd might be sufficient (or at least legal in the US) but you might want at least 100 cd.

(If you've already researched this thoroughly, my apologies.)

@chrskly top and bottom always on and middle for brakes I think
@chrskly
I would be tempted to have a user-selectable pattern where the two outer segments only light up the bottom three rows, and the middle finger (oops) lights up all 6 rows, for use with people who follow too closely?
@DenOfEarth haha, I hadn’t thought of that. I have three extra inputs, so that’s possible 🤣
@chrskly Will you need amber lights for indicators?
@WhombeX don’t think so. It was on the road before with the original single bulb setup without issue. I’m consulting with a qualified automotive engineer to oversee the other modifications I’m making to the car. This will be one of the things I ask him about, but I don’t foresee any issues.

@chrskly thats a lot of complicated, what does the lens look like?

were you there for the 5 transistor version?

@RueNahcMohr yeah, fair, it is a lot more complicated than a single bulb. The motivation behind this is that I want to hide the EV charging ports behind the tail lights. That way the overall look of the car stays the same. Putting an mcu on the board lets me play around with different sequences. I could, for example, have the lights ‘fill up’ as the car is charging.