I'm adding 3 "zones" of strip lights to my camper:
They will be controlled from an Arduino Mega and at a later stage I will probably move to a esp32 for power and connectivity reasons.
Existing setup:
I don't think I need a boost converter as the bp100 will protect the battery and the lights.
I think I need a buck converter to remove the spikes above 12v. The 15A buck converters I have seen state a min input voltage of 14.5v(due to dropout voltage) so I think I need a buck converter for each zone.
I was looking at these which ends up at £60 for 3: KUMA 12v TV Power Lead - Voltage Stabiliser Adapter with Cigarette Lighter Plug Input - Fully Regulated Adaptor Surge Protector Regulator for LED LCD SAT NAV Satellite Navigation Television - 12 volts https://www.amazon.co.uk/dp/B008DCO...t_i_6NFTPP68MT5A86DPP10D?_encoding=UTF8&psc=1
In my code I would limit the 1st LED strip so it doesn't exceed 6A.
Another option I was considering is a 12v power bank, as this would already regulate the 12v and has a usb port to power the esp32. I would just need to consider where to mount it and investigate if there is a way to remote power it on/off from the esp32 to avoid draining the battery when not in use. This one can supply 12v 15A: Portable Power Station, 72000mAh/266Wh Power Bank CPAP Backup Battery Pack Supply, 12V DC with LED Flashlight, Solar Generator for CPAP for Outdoor Travel RV/Van Camping Emergency https://www.amazon.co.uk/dp/B092VVH...t_i_QTYMKYKHNP8DSNFX5Z4N?_encoding=UTF8&psc=1
Does anyone have any other suggestions or advice? Has anyone a similar setup?
- 5m addressable LED strips (WS2815) - 12v, 90w, 7.5A
- 5m addressable LED strips (WS2815) - 12v, 45w, 3.75A
- 5m RGBCCTLED strips (5050) - 12v, ~45w, ~3.75A
They will be controlled from an Arduino Mega and at a later stage I will probably move to a esp32 for power and connectivity reasons.
Existing setup:
- 100ah leisure battery - currently only supplying fridge and diesel heater
- Renogy dcc30s charger
- Victron bp100
I don't think I need a boost converter as the bp100 will protect the battery and the lights.
I think I need a buck converter to remove the spikes above 12v. The 15A buck converters I have seen state a min input voltage of 14.5v(due to dropout voltage) so I think I need a buck converter for each zone.
I was looking at these which ends up at £60 for 3: KUMA 12v TV Power Lead - Voltage Stabiliser Adapter with Cigarette Lighter Plug Input - Fully Regulated Adaptor Surge Protector Regulator for LED LCD SAT NAV Satellite Navigation Television - 12 volts https://www.amazon.co.uk/dp/B008DCO...t_i_6NFTPP68MT5A86DPP10D?_encoding=UTF8&psc=1
In my code I would limit the 1st LED strip so it doesn't exceed 6A.
Another option I was considering is a 12v power bank, as this would already regulate the 12v and has a usb port to power the esp32. I would just need to consider where to mount it and investigate if there is a way to remote power it on/off from the esp32 to avoid draining the battery when not in use. This one can supply 12v 15A: Portable Power Station, 72000mAh/266Wh Power Bank CPAP Backup Battery Pack Supply, 12V DC with LED Flashlight, Solar Generator for CPAP for Outdoor Travel RV/Van Camping Emergency https://www.amazon.co.uk/dp/B092VVH...t_i_QTYMKYKHNP8DSNFX5Z4N?_encoding=UTF8&psc=1
Does anyone have any other suggestions or advice? Has anyone a similar setup?