This repository contains KiCad schematic and PCB layout of a step-up module prototype, isolated, capable of producing outputs in the range of 160 V to 450 V from a 12 V supply.
This project documents the conversion of a commercial non-isolated step-up module originally purchased from AliExpress into isolated.
Original hardware: generic module purchased from AliExpress (exact vendor and listing may change over time, the following terms can help finding similar modules: "70W DC-DC 12V 24V To 200V-450V Voltage Adjustable Boost Power Converter Nixie Clock Tube Amplifier Capacitor Charging").
Redesigned hardware: new schematic and PCB layout, but several parts from the original module have been reused (controller, transformer, connector, fuse and its holder, power MOSFET, output diode, trim-pot, power resistors and electrolytic capacitors).
Status: prototype, partially tested. Not affiliated with, endorsed by, or supported by the original manufacturer or seller.
Contents: KiCad design files and supporting documentation.
This repository is intended for:
- Educational use and study of the circuit
- Repair, modification, or replacement of compatible hardware
- Integration into hobby or research projects, subject to any third‑party IP that may apply in your jurisdiction. Users are responsible for checking any patent, copyright, or regulatory constraints that may apply to their own use
The KiCad design files and documentation in this repository are released under the CERN Open Hardware Licence v2 – Permissive (CERN‑OHL‑P‑2.0). SPDX identifier: CERN-OHL-P-2.0 See the LICENSE file for the full legal text and conditions.
In short and non‑legal terms, you are free to use, modify, manufacture, and distribute hardware based on these files, provided you respect attribution requirements and the terms in the license.
All product names, logos, and brands of the original module are the property of their respective owners and are not included or licensed here.
Any reference to third‑party marks is purely descriptive and does not imply endorsement or affiliation.
If you are the rights holder for the original hardware and have concerns about this documentation, please open an issue in the repository.
- The author takes no responsibility for any injury, death or damage arising from the use, direct or indirect, of the design or otherwise any information from this repository
- You shall not build this or any prototype based on this design unless you are absolutely sure of your abilities dealing with this type of circuit
- High voltage can cause injury, death, or damage to equipment. Ensure appropriate protections and testing procedures are followed
- Use it at your own risk. Always review the schematic, layout, and component ratings before using it
- The design is provided as is, with no warranty of any kind
Contributions are welcome.
│
├─ Computations # Misc calculations
├─ HTML # HTML files for generated webpage
├─ Images # Pictures and renders
│
├─ kibot_resources # External resources for KiBot
│ ├─ colors # Color theme for KiCad
│ ├─ fonts # Fonts used in the project
│ ├─ scripts # External scripts used with KiBot
│ └─ templates # Templates for KiBot generated reports
│
├─ kibot_yaml # KiBot YAML config files
├─ KiRI # KiRI (PCB diff viewer) files
│
├─ lib # KiCad footprint and symbol libraries
│ ├─ 3d_models # Component 3D models
│ ├─ lib_fp # Footprint libraries
│ └─ lib_sym # Symbol libraries
│
├─ Logos # Logos
│
├─ Manufacturing # Assembly and fabrication documents
│ ├─ Assembly # Assembly documents (BoM, pos, notes)
│ │
│ └─ Fabrication # Fabrication documents (ZIP, notes)
│ ├─ Drill Tables # CSV drill tables
│ └─ Gerbers # Gerbers
│
├─ Reports # Reports for ERC/DRC
├─ Schematic # PDF of schematic
├─ Templates # Title block templates
└─ Testing
└─ Testpoints # Testpoints tables


