Miscellaneous Projects: Difference between revisions

From ACCX Products Wiki
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Miscellaneous Projects===
==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.
----


===Arduino Based===
===12V Lighting Controller===
 
[[File:12V_lighting_controller.png|250px]]
'''12V Lighting Controller'''
 
<BR>
<BR>
'''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  
3A per channel. Uses the "RBBB" arduino design for control, and an  
3A per channel. Uses the "RBBB" arduino design for control, and an  
Line 24: 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
<BR>


===Downloads===
===Downloads===
Line 35: 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 16: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

12V lighting controller.png
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.