Miscellaneous Projects: Difference between revisions
No edit summary |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Miscellaneous Projects== | |||
These are smaller projects that we have built for internal use and have chosen to open-source. | These are smaller projects that we have built for internal use and have chosen to open-source. | ||
---- | |||
===12V Lighting Controller=== | |||
[[File:12V_lighting_controller.png|250px]] | |||
<BR> | |||
'''Description:''' | '''Description:''' | ||
A 4-channel controller for anything that needs +12V switched at up to | A 4-channel controller for anything that needs +12V switched at up to | ||
Line 23: | Line 24: | ||
and "WestFW" from Instructables for the Eagle Port: | and "WestFW" from Instructables for the Eagle Port: | ||
http://tinyurl.com/dfj4qc | http://tinyurl.com/dfj4qc | ||
===Downloads=== | ===Downloads=== | ||
Line 34: | Line 32: | ||
*Bill of Materials included as attributes in drawing | *Bill of Materials included as attributes in drawing | ||
*PCB also available from [https://www.batchpcb.com/pcbs/103377] | *PCB also available from [https://www.batchpcb.com/pcbs/103377] | ||
[[File:12v_lighting_control_arduino_code.zip ]] | |||
* Arduino 1.x program for vehicle/mood lighting with timeout, other logic. |
Latest revision as of 15:13, 7 February 2013
Miscellaneous Projects
These are smaller projects that we have built for internal use and have chosen to open-source.
12V Lighting Controller
Description:
A 4-channel controller for anything that needs +12V switched at up to
3A per channel. Uses the "RBBB" arduino design for control, and an
LMD18400 4-channel high-side automotive switch from TI. All 4 channels
are PWM and the there are 2 interrupt and 2 analog/digital inputs with
protection circuitry. Use this for "common cathode" LED strips or other
loads where +12V needs to be switched on the high side.
Two of the inputs are interrupt-driven and 2 have analog capability, so this could be used as a 1-door sub-controller for home automation using a port of the "Open Access Control" or as a converter/interface to another system.
Thanks to Modern Device (http://moderndevice.com/) for the original design and "WestFW" from Instructables for the Eagle Port: http://tinyurl.com/dfj4qc
Downloads
File:12v light control v100.zip
- Includes Eagle CAD Schematic and Board Files, BOM, instructions.
- Bill of Materials included as attributes in drawing
- PCB also available from [1]
File:12v lighting control arduino code.zip
- Arduino 1.x program for vehicle/mood lighting with timeout, other logic.