I am searching for a schematic for the mini mainboard
The previous one had the connections on the file https://openinverter.org/wiki/File:Wiring.png
Specifically how you connect the miniboard with the esp32 interface ?
Which current and voltage sensor you are proposing
thanks
Mini mainboard
- manny
- Posts: 165
- Joined: Sun Jan 23, 2022 4:15 pm
- Location: Netherlands
- Has thanked: 38 times
- Been thanked: 125 times
Re: Mini mainboard
Schematic can be found here: https://github.com/jsphuebner/inverter- ... d-mini.pdf
More info: https://openinverter.org/wiki/Mini_Mainboard
More info: https://openinverter.org/wiki/Mini_Mainboard
Depends on the inverter you are using
See the communication section in the schematic. Or via CAN bus.
[DRIVING] Citroen Saxo electrique
- Volvo ERAD motor, XC90 inverter/DCDC (custom OI board)
- PSA battery (50kWh)
- Foccci and MG ZS charger 6.6kW
- Zombie VCU
Re: Mini mainboard
thanks for the response
The schematic you sent doesnt have the peripherals.
Perhaps because its the same , except the wifi module.
The only connection the ESP32 to the miniboard is the can bus.
Is this the way to connect (canH to canH and canL to canL)
My inverter drives a PMSM motor 236v - 160A max- 3 phase Y - 35kw nominal 50kw limited time - 233 to 800 Hz
It has 3 IGBT semikron SKM400GB07E3
The maximum DC input voltage is 435v and minimum 300v
Do I have to build my own current and voltage sensors based on the https://openinverter.org/wiki/Sense_Boards
The PWM outputs must connect directly to the G1 and E1 of the IGBT or I must use the IGBT driver board ?
thanks
The schematic you sent doesnt have the peripherals.
Perhaps because its the same , except the wifi module.
The only connection the ESP32 to the miniboard is the can bus.
Is this the way to connect (canH to canH and canL to canL)
My inverter drives a PMSM motor 236v - 160A max- 3 phase Y - 35kw nominal 50kw limited time - 233 to 800 Hz
It has 3 IGBT semikron SKM400GB07E3
The maximum DC input voltage is 435v and minimum 300v
Do I have to build my own current and voltage sensors based on the https://openinverter.org/wiki/Sense_Boards
The PWM outputs must connect directly to the G1 and E1 of the IGBT or I must use the IGBT driver board ?
thanks
- manny
- Posts: 165
- Joined: Sun Jan 23, 2022 4:15 pm
- Location: Netherlands
- Has thanked: 38 times
- Been thanked: 125 times
Re: Mini mainboard
the Wiki has the answers:
The ESP connects on the UART RX and TX or CAN. Please use the search function on the forum to find more info on the communication.https://openinverter.org/wiki/Mini_Mainboard wrote: Communication
JP1 provides a TTL level (3.3V) UART interface, Pin 3 (RX), Pin 4 (TX)
The communication parameters are fixed to 115200 8N2 (2 stop bits!) and may be raised to 921600.
CAN interface Pin 1 is CANH, Pin 2 is CANL
Yes all can_h connect together and all can_l connect together.
YES IGBT drivers are absolutely necessary to drive IGBTs fast enough you need amps of gate current
https://openinverter.org/wiki/Gate_Driver
You can build your own motor inverter, but I would look at a OEM inverter to use.
[DRIVING] Citroen Saxo electrique
- Volvo ERAD motor, XC90 inverter/DCDC (custom OI board)
- PSA battery (50kWh)
- Foccci and MG ZS charger 6.6kW
- Zombie VCU