OilDrip Tray

Concerned about reliability? Get better quality relays that actually provide a lifetime spec. Power draw? Come on, we're talking lights on a car here. Relay power is miniscule. Water ingress? Seal them better.

In your situation, I'd probably either just use the relay board, or remove the relays and replace them with a good quality Omron or similar. But it's your project

Drip traybunnings

Now, looking at arrays of FETs, you'll find much lower saturation voltages at the same currents. Here's an example providing 5A @ about 0.2V saturation and it can be driven directly from a digital pin.

Drip TrayPlastic

Image

You also need to look at what is currently used . A CAN type trailer module is usually available for most cars ( prob not fir Tesla) and is also often used to check indicator operation ( and feedback to dash ) and do things like change traction control and stability settings . For a TESLA it is very unlikely Tesla will support any add on you make and connecting to the bus may throw errors ( Tesla are very protective about who can play with their cars ) . There are a few things to research here . BTW quality relays ( not the blue ones …) are very reliable , you will find lots of them in modern cars .

Drip traykmart

Forget it. If your intention is to use it on any public road, it becomes a safety issue. Arduino are not in this catagory.

Currently this works in practice but I want to tidy up the electrical wiring and could use extra eyes on my code, I would like to move away from relays as they are mechanical. I am asking for advice on best practices to make something fast acting and reliable.

Drip Traywith Drain

OK, so assuming none of those addresses the concern, the next solution is replacing the relays with a transistor of some sort. Here is a 4-channel array of bipolar transistors with 3A max load. I'm guessing a trailer light is around 10W (too lazy to get up and grab one) so that will give you a fair amount of overhead. One benefit of relays is that they have a very low voltage loss. The transistor array I selected has a 1V saturation voltage so you'll be applying the battery voltage - 1V to the lights. A relay would have a few tenths of a volt max.

Are you tapping into the CAN twisted pair to keep from having to connect a wiring harness to the taillights? Where are you placing the relay module that you can hear it clicking from the driver seat?

Drip TrayCar

If you're looking for arduino-type modules, I think your best bet might be to find some half-bridge or H-bridge motor drivers. Something like an L298 driver where you can control each half bridge. That lets you keep one side of the lights grounded and switch the +12VDC. Should be able to control 4 lights from each module this way.

Hey everyone, I've been building a prototype wireless taillight controller for my Tesla. The goal is to feed CAN data from the vehicle into an ESP32(CANServer) in the car and then a secondary ESP32 would be installed onto the trailer and communicate over Wi-Fi using websockets to trigger the outputs. (Brake, Turn, Running lights). See the attached picture of current wiring.

Thank you for your insight, I was not worried about the power draw of the relays themselves. I was looking for fast activation, reliable, quiet solutions. I didn't mention noise initially but it was a concern. I can make this work using a mosfet n-channel board but would require I run power and ground from each light to the board. I want to share a common ground between all the lights so I can use the standard quick 4wire trailer connectors. I think going with p-channel mosfets could work but I'm not sure how one would wire that.

Drip traysizes

Protect and keep your convEGGtor clean! The Big Green Egg Disposable Drip Pans are custom-designed to work perfectly with a Big Green Egg convEGGtor.

Putting aside the added complexity for something that's really a very simple task (sorry, had to get that out of my system), the question is why do you want to avoid relays? Because they're "mechanical" would be a good answer if the reason is aesthetics, I guess.

This isn't being driven on public roads. This is purely for testing purposes and to serve as a proof of concept. I didn't say in the initial post but my hope was to build something to add brake lights and signals into my mountainbike carrier that currently semi obstructs the view of my taillights.

We use cookies and similar technologies to provide the best experience on our website. Refer to our Privacy Policy for more information.