Open Source Inverter Requirements + Value Proposition

From Open Source Ecology
Jump to: navigation, search

Value Proposition

  • The world's first, open source, modular inverter built using open source toolchains (KiCad, FreeCAD, open source CNC circuit mill, 3D printing) and designe for Distributed Market Substitution
  • DIY or commercially producible
  • Lifetime Design by modular, open source design
  • Scalability by separation of power modules from brain module, where brain module can power as many power modules as needed in units of 500W-1000W
  • 3D printed terminal blocks for high level of interconnectibility and scalability

Working Doc

edit

Requirement

Ideally, the spec would be:

  1. Division between Arduino Mega + LCD for the brains. We already use this elsewhere - https://wiki.opensourceecology.org/wiki/Universal_Controller. We use that in the 3D Printer and CNC torch table. It has an Arduino Mega underneath. Mega could also use touch LCDs so the interface is super simple.
  2. Separate power circuit.
  3. Power circuit is pure sine or as close as possible.
  4. It is done in modules of 500W or 1kW, so you can choose how much power you want - 1-10kW
  5. Modular transistor/heatsink assemblies - use one or as many as you want. Since we already use these fans and heat sinks and they work for 40W of power dissipation - can we find a 1kW power transistor that could work with these?
  6. Clamp-down bus-bar for DC input like the bus bars in breaker boxes so we can attach as many gauge 6 or 4/0 feed cables as needed.
  7. By default, that would make the above stackable if we have multiple power stages - and a single brain.
  8. Design the system for 24 or 48V input - and once you do that, we can work out components for other voltages if needed. Ideally, the same system would work from 12-120v or such, and the adaptation to the voltage would happen in software.
  9. Design with algorithm for NiFe batteries. For the next Seed Eco-Home, our likely candidate will be either 24V 100Ahr NiFe or 48V 100 Ahr NiFe. 

So the idea is - the Arduino Brain can drive 1 to as many IGBTs as needed for as much power as needed. The Mega has 52 IO pins or so, so easily 52kW max for scalability if we use 1kW power elements.

Then we use power modules - initial concept like this - https://wiki.opensourceecology.org/wiki/File:Powermodule2.png

The page on the wiki is https://wiki.opensourceecology.org/wiki/Power_Panel = basically - a 3D printed plastic panel, and you snap in whatever compoements. Gauge 6 terminal blocks come from screwing in 1/4" screws or 6 mm screws.

That's a concept only- general drift. Imagine: anyone could follow a basic design guide and create an inverter based on the design guide and reference circuits, all open source with KiCad and FreeCAD. The value proposition is Lifetime Design. What do you think? Marcin

Links