├── BOM.md ├── LICENSE ├── README.md ├── design ├── fp-info-cache ├── sym-lib-table ├── ups-12v-cache.lib ├── ups-12v.dcm ├── ups-12v.kicad_pcb ├── ups-12v.lib ├── ups-12v.net ├── ups-12v.pdf ├── ups-12v.pro └── ups-12v.sch ├── firmware ├── Makefile ├── config.h ├── main.c ├── main.h └── nbproject │ ├── Makefile-default.mk │ ├── Makefile-genesis.properties │ ├── Makefile-impl.mk │ ├── Makefile-local-default.mk │ ├── Makefile-variables.mk │ ├── Package-default.bash │ ├── configurations.xml │ └── project.xml └── resources ├── 12v-psu-pcb.JPG ├── 12v-ups-block-en.odg ├── 12v-ups-block-en.png ├── 12v-ups-block-sin.odg └── 12v-ups-block-sin.png /BOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/BOM.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/README.md -------------------------------------------------------------------------------- /design/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/fp-info-cache -------------------------------------------------------------------------------- /design/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/sym-lib-table -------------------------------------------------------------------------------- /design/ups-12v-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v-cache.lib -------------------------------------------------------------------------------- /design/ups-12v.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v.dcm -------------------------------------------------------------------------------- /design/ups-12v.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v.kicad_pcb -------------------------------------------------------------------------------- /design/ups-12v.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v.lib -------------------------------------------------------------------------------- /design/ups-12v.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v.net -------------------------------------------------------------------------------- /design/ups-12v.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v.pdf -------------------------------------------------------------------------------- /design/ups-12v.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v.pro -------------------------------------------------------------------------------- /design/ups-12v.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/design/ups-12v.sch -------------------------------------------------------------------------------- /firmware/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/Makefile -------------------------------------------------------------------------------- /firmware/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/config.h -------------------------------------------------------------------------------- /firmware/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/main.c -------------------------------------------------------------------------------- /firmware/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/main.h -------------------------------------------------------------------------------- /firmware/nbproject/Makefile-default.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/Makefile-default.mk -------------------------------------------------------------------------------- /firmware/nbproject/Makefile-genesis.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/Makefile-genesis.properties -------------------------------------------------------------------------------- /firmware/nbproject/Makefile-impl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/Makefile-impl.mk -------------------------------------------------------------------------------- /firmware/nbproject/Makefile-local-default.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/Makefile-local-default.mk -------------------------------------------------------------------------------- /firmware/nbproject/Makefile-variables.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/Makefile-variables.mk -------------------------------------------------------------------------------- /firmware/nbproject/Package-default.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/Package-default.bash -------------------------------------------------------------------------------- /firmware/nbproject/configurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/configurations.xml -------------------------------------------------------------------------------- /firmware/nbproject/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/firmware/nbproject/project.xml -------------------------------------------------------------------------------- /resources/12v-psu-pcb.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/resources/12v-psu-pcb.JPG -------------------------------------------------------------------------------- /resources/12v-ups-block-en.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/resources/12v-ups-block-en.odg -------------------------------------------------------------------------------- /resources/12v-ups-block-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/resources/12v-ups-block-en.png -------------------------------------------------------------------------------- /resources/12v-ups-block-sin.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/resources/12v-ups-block-sin.odg -------------------------------------------------------------------------------- /resources/12v-ups-block-sin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dilshan/12v-automatic-ups/HEAD/resources/12v-ups-block-sin.png --------------------------------------------------------------------------------