Better,almost , except that the transistors were rotated instead of flipped, so the E and C are reversed, which makes those connections more complex than they were.maybe your schematic editor can not flip a part.
There are six screw terminals - (Pos and Earth from car wiring loom) and four outputs that feed rear lights, brake lights and indicators. The idea being an inline switch from the Pos and when switched on it displays a pattern at the rear lights - what pattern I am not sure as it's not something I have actually used.Please describe exactly what you want the (I assume) 3 outputs to do.
maybe your schematic editor can not flip a part.
KiCAD Forum said:- How can I flip a component on the same side? So the top pin should become the bottom pin, and the bottom pin the top pin.
KiCad Forum
Answer 1 - You can’t ‘flip’ a component on the same side. R for rotate it maybe? A footprint is fixed by the component constraints. If you want to actually change pins you will have to edit the footprint or create a new one. Somewhere under help you’ll find a list of hot keys.
Answer 2 - There is No flip horiz/vert but, perhaps this will help - you can Mirror it but, only in footprint Edit mode… From there, if result is not what you want, then Flip/other tweaks…
I would be very interested in seeing how you do this.With a detailed explanation of what the outputs need to do, I can easily modify the code accordingly.
Similar to the Arduino IDE, the MPLAB IDE allows for the development and programming of MicroChip PIC chips, such as the one used on my project.I would be very interested in seeing how you do this.
Thank you for your reply.

The problem is - I have never seen them in action, so I am not sure - perhaps I can get the existing unit set up in a vehicle and video what it does?A good place to start with specifying the timing of your lights is with a timing diagram
As this unit is to power conventional lamps, I would imagine the output for each one could exceed 5-10 amps. In addition, I doubt that incandescent lamps have the same 'recovery time' as an LED (so the flash rate would have to be slower to somewhere in the neighbourhood of half a second).An earlier version of the board with the high-current MOSFET outputs uses a Microchip TC4468 quad buffer/MOSFET driver IC that can continuously source up to 250 mA into ground referenced loads. These may be more suitable to your needs. The only reason I switched to discrete MOSFETs was that people were asking me to supply driver for high-power CREE LEDs.
That would be a great idea ....The problem is - I have never seen them in action, so I am not sure - perhaps I can get the existing unit set up in a vehicle and video what it does?
Then the power MOSFET solution is the way to go....As this unit is to power conventional lamps, I would imagine the output for each one could exceed 5-10 amps. In addition, I doubt that incandescent lamps have the same 'recovery time' as an LED (so the flash rate would have to be slower to somewhere in the neighbourhood of half a second).

Do you have a link for that?You can get them as direct plug-in replacements
Do they have something inbuilt to fool the car's ECU? Basically, they will be drawing a lot less current than the conventional bulb and the ECU might think they are open circuit (blown bulbs)I would also consider the possibility of changing to LED lamps for longevity...

Here's just 1 I found, there are loads more, just Google "LED Car Bulbs"Do you have a link for that?
I'm sure they must have, most car lamps are nowadays LED. Sort of defeats the object if changing to a lower power consumption lamp means you have to put a load resistance on it to fool the ECU.Do they have something inbuilt to fool the car's ECU? Basically, they will be drawing a lot less current than the conventional bulb and the ECU might think they are open circuit (blown bulbs)
Maybe I am overthinking this - apart from the fact it is not legal to retrofit some lights in UK cars (like headlights). But if the vehicle is new enough to have an ECU to detect faults, but old enough for standard bulbs then the ECU is going to expect a certain current draw, 5-10 amps - on the other hand I believe that an LED is drawing around 20mA - therefore the only way to retrofit tail, brake, reverse and brake lights is to add some resistance to fool the ECU - otherwise it's going to throw errors.I'm sure they must have, most car lamps are nowadays LED...
I guess there's only 1 way to find out, lolMaybe I am overthinking this - apart from the fact it is not legal to retrofit some lights in UK cars (like headlights). But if the vehicle is new enough to have an ECU to detect faults, but old enough for standard bulbs then the ECU is going to expect a certain current draw, 5-10 amps - on the other hand I believe that an LED is drawing around 20mA - therefore the only way to retrofit tail, brake, reverse and brake lights is to add some resistance to fool the ECU - otherwise it's going to throw errors.
Yes and they make kits for that which include a power resistor(s). Very popular with motorcycle turn signals.on the other hand I believe that an LED is drawing around 20mA - therefore the only way to retrofit tail, brake, reverse and brake lights is to add some resistance to fool the ECU - otherwise it's going to throw errors.
Both - in normal use they will be what they are, brake, tail, indicator, reverse - but when the magic switch is flipped a pretty pattern. Either way, for a retro fit LED the circuit will have to assume the same current draw as a normal bulb - how that works out for original equipment LEDs is another matterAre these lights going to be turned on and off by the car's electrics ?
Only if there was a genuine problem - doesn't have to be a blown bulb, could be a corroded multi-pin connector and host of other things.Would it matter if there were constant warnings of blown bulbs ?
If you post your kicad file, I'll unscramble it for you.