/powerControlBoard

General purpose triac control board

Primary LanguageC++MIT LicenseMIT

Power Control Board

This repository contains the design files for a general purpose power control board usable for various applications:

  • Controlling ovens/hotplates
  • Lighting systems
  • Soldering irons In short, anything that requires power switching and possible line voltages.

Structure

  • electronics contains the power control boards and prototyping tryouts.
  • software contains all the software used.
  • mechanical contains all the CAD drawings, mostly 3d printable objects.
  • documentation contains all project documentation, logs, research, papers, datasheets and more.

Cloning

This repository makes extensive use of submodules, use git clone --recurse-submodules https://github.com/Squantor/generic_project_template.git to clone everything in one go.