Main Page: Difference between revisions

From openinverter.org wiki
Jump to navigation Jump to search
Line 117: Line 117:
*[[Electronics Basics]] - general advice for troubleshooting electronic circuits
*[[Electronics Basics]] - general advice for troubleshooting electronic circuits


==[[mechanical design database]]==
=mechanical design database=
Designs for:
[[Mechanical design database]]
 
here you will find measurements, models, files, etc for a variety of components  such as:


*adapter plates
*adapter plates

Revision as of 17:32, 29 November 2022

Before you begin:

Please take the time to read.

You undertake your project at your own risk.

The information provided on this wiki and the support forums is intended as information only. The Open Inverter project and its contributors take no responsibility for how you use the information contained within these pages, nor any liability for injuries, or death, that may result from your actions.

Developers's time is best spent developing; Support is best found in the forums - Developers of various projects are often bombarded with private messages and emails. Managing these emails and questions is a extremely large undertaking. Please read, and take the time to understand the information available here and across the web if you don't understand a topic. Developers are not your personal support team, unless you want to pay them directly for their time.

Consider donating to the many developers that have made all this possible and to help keep making things possible: www.patreon.com/openinverter, https://www.evbmw.com/, https://www.paypal.com/paypalme/celeron55

Always check the forums, new developments and solutions are coming along every day, questions being answered, or perhaps you can answer. we work better as a community sharing our knowledge...

...update this wiki. Answers and solutions should find their way here so they don't remain buried in a 30 page long support thread. To edit the wiki, login with your forum credentials.


Welcome to the open inverter community

Legalities

Different countries have different legislation, if you want you car to certified for the road in your country please take the time to review this section. It might save you going down the wrong direction and creating something that can never be driven, or incur costs.

Introduction

The open inverter project originates from Johannes Hübner designing/building his own open source AC motor controller, dubbed the "open inverter"

With the rising popularity/availability of hybrid and electric vehicles, there is a growing supply of high quality and relatively inexpensive parts from auto-wreckers.

The main goal of the open inverter community is to reverse engineer many of these components for use in a variety of projects such as:

  • EV conversion
  • Energy storage
  • Power generation
  • Charging infrastructure
  • etc.

Open inverter projects now span over many different areas surrounding PEV, HEV, and PHEV components, such as:

  • Motor Controllers
  • 1-3 phase power converters
  • DC/DC converters
  • buck/boost converters
  • Battery Management Systems (BMS)
  • Vehicle integration
  • etc.

As a result, there is a growing collection of open source software and hardware designed for the never ending list of OEM parts.

There's a variety of methods of repurposing these OEM components. Methods here are generally chosen with future proofing in mind , reducing chances of firmware or software updates from the manufacture "bricking" or blocking the open source control efforts.

such efforts include:

Resulting in many bespoke boards running the main open inverter software or other open/semi-open source code designed to ether replace OEM motherboards or VCUs.

This has lead to a large collection of different boards and software, many with redundant features. To unify many of these development projects, the community at large is focused on making a set of standard VCUs and replacement control boards which handle the ever growing list of OEM components.

Many of the VCU and replacement boards consist of these 3 main parts:

Hardware Firmware Web Interface
The design and development of the control hardware based around an STM32F103 chip. This provides the control signals to the power stage and on to the attached components. The development of the code that goes on the STM32F103 chips and determines, amongst other things what signals are sent to the power stage and the attached components. Using an ESP8266 chip, the development of a simple web based interface to adjust the parameters on the firmware chip and to display values returned from the chip, for example motor speed (RPM).


Getting Started

Glossary of Terms

It is recommended you read the Glossary of Terms before you begin. Often you'll find TLAs (three letter acronyms) peppered through the support forum and on this wiki, take the time to familiarise yourself with them before hand, remember this exists, or bookmark/favourite it so you can referent back to it.

EV conversions:

A few main parts are needed for an EV conversion, such as:

Existing information on these items can be found on the EV Conversion Parts page.

OEM Parts:

A variety of OEM parts members of the community have reversed engineered for custom use cases:

FAQ

mechanical design database

Mechanical design database

here you will find measurements, models, files, etc for a variety of components such as:

  • adapter plates
  • motor couplers
  • drive shaft flanges
  • battery mounts
  • etc.

Open Inverter Projects

Open Inverter (Core Project/s)

Description / Notes
ZombieVerter VCU Designed around a matched pair of Inverter and Motor taken from the original OEM vehicle the ZombieVerter is there to make those two components believe they are still in the original vehicle and are fed necessary commands to act as if they still are and interpret and responses back from the equipment for feedback (regen / rpm / etc)
Open Inverter Hardware Quite flexible in its application. The Open Inverter can be used to build a custom inverter itself where you supply the high power and high voltage components to create your own inverter, or to be used as the basis to take over control of OEM inverters so that they can drive nearly any attached motor to that inverter.
Open Inverter Software Two of the more important software aspects to master are below.
CAN communication

Common across boards is the ability to communicate with a CAN Bus, which is a 'control area network' or a technical way of saying how various components, sensors, controls, etc communicate with one another within the car. Read more about CAN Communication

There is also a project to standardise the messages across the various control boards, read more

Parameters

The openinverter firmware uses a set of about 70 parameters to adapt it to different inverter power stages, motors and position feedback systems. Also it lets you calibrate the throttle pedal, change regenerative braking settings and so on.


Parameter definitions can be found here: Parameters


Working parameter sets can be found in the openinverter parameter database

Open Inverter Related Projects (Control Boards/VCUs)

Project Description / Notes
Tesla Small Drive and Large Drive Units: Commonly there is a large drive unit and small drive unit available from the Model S.

These combine the inverter and motor into a single package.

The control boards for these replace the existing control board within them.

Lexus GS450h Drivetrain: The GS450h contains a gearbox (where the motors are located).

Using the ZombieVerter VCU, the inverter and the gearbox itself provide

a powerful set up suitable for rear wheel drive set ups, replacing the existing longitudinally mounted gearbox.

Prius Generation 3 Inverter: A cheap available inverter from the popular Prius hybrid, this

board goes inside that inverter and allows you to control the features of it.

Auris/Yaris Inverter: Similar to the Prius board, there's subtle differences between them

and therefore the need for a separate board.

Nissan Leaf Gen2 Board Replaces the nissan OEM logic board with a rev 3 openiverter main board
Ford ranger ev board openinverter kit for the ford ranger ev
All Control Boards / OEM Inverters

Use inverter as a battery Charger

Both the open inverter and some OEM inverters can be used as a battery charger, further saving on component costs. You can read more about how the open inverter and the theory of charging here.

Open Inverter Renewables Projects

Recently added to the forums are projects and discussions around turning the Open Inverter project towards capturing, storing and using renewable energy.


Open Inverter CAN std.

Conversion Projects