A generic control module based on an ATTiny microcontroller, used for many of our projects. It features a touch button, an indication LED, two inputs, two outputs, one of which can switch on the high and low side, both 20 amps. https://www.thefloatinglab.world
Go to file
2026-04-09 00:56:34 +00:00
.gitignore Merge branch 'main' of cloud.zwerfcat.world:TheFloatingLab/GenericControlModule 2025-12-22 01:36:03 +00:00
GenericControlModule.kicad_pcb First version with membrane front panel 2026-04-09 00:56:34 +00:00
GenericControlModule.kicad_pro First version with membrane front panel 2026-04-09 00:56:34 +00:00
GenericControlModule.kicad_sch First version with membrane front panel 2026-04-09 00:56:34 +00:00
GenericControlModule.png Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
LICENSE Made the design Open Source. The Aux output is now more flexible and can be configured as an input. Optimized the PCB. 2025-12-22 03:50:48 +00:00
low-vs-high-vsense.kicad_sch Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
low-vs-high-vsense.png Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
low-vs-high-vsense.svg Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
low-vs-high.kicad_sch Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
low-vs-high.png Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
low-vs-high.svg Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
README.md Made the design Open Source. The Aux output is now more flexible and can be configured as an input. Optimized the PCB. 2025-12-22 03:50:48 +00:00
via-relay.kicad_sch Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
via-relay.png Added schematics for the user manuals 2026-04-06 05:10:57 +00:00
via-relay.svg Added schematics for the user manuals 2026-04-06 05:10:57 +00:00

GenericControlModule

A generic control module based on an ATTiny microcontroller, used for many of our projects. It features a touch button, an indication LED, two inputs, two outputs, one of which can switch on the high and low side, both 20 amps. It can measure the ambient light via the indication LED, it has on board input voltage measuring. The auxilliary output can with some solder bridges be converted into a 3.3V power supply output (for external sensors), or an additonal input. Programming is done via its ICSP header.