feat(schematic): replace L7805 with TPS61088 boost converter

Remove the L7805 linear regulator (12V→5V) and its input/output caps,
replacing it with a TPS61088 boost converter circuit (5V→12V) for the
A4988 stepper driver. The ESP32 is now powered directly from the 5V
input rail. Includes integration script and project sym-lib-table for
the custom TPS61088 symbol library.
This commit is contained in:
2026-04-20 17:49:23 -04:00
parent c86a05dd2e
commit e9917837a8
3 changed files with 2947 additions and 799 deletions
+4
View File
@@ -0,0 +1,4 @@
(sym_lib_table
(version 7)
(lib (name "TPS61088")(type "KiCad")(uri "${KIPRJMOD}/../TPS61088.kicad_sym")(options "")(descr "TPS61088 Boost Converter"))
)