Designing SECC for DC Charging with QCA7000/7005

Development and discussion of fast charging systems eg Chademo , CCS etc
Post Reply
forecast
Posts: 3
Joined: Fri Jan 31, 2025 2:03 pm
Has thanked: 1 time

Designing SECC for DC Charging with QCA7000/7005

Post by forecast »

Hi,

I want to design Supply Equipment Communication Controller (SECC) without Linux, I want to use cheap microcontrollers (STM32 or another MCUs)
I already started design with STM32 but I don't know how to build software based on QCA7005
Does anyone have any information on this subject or can help?

Thanks
User avatar
johu
Site Admin
Posts: 6494
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 303 times
Been thanked: 1406 times
Contact:

Re: Designing SECC for DC Charging with QCA7000/7005

Post by johu »

I guess you want to look at the Foccci project. It is the EV side, but the hardware is near identical on both sides. Only you need to generate CP PWM, not read it.

Also software will share a lot of code.

When using Foccci knowledge please make your project open source as well
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
forecast
Posts: 3
Joined: Fri Jan 31, 2025 2:03 pm
Has thanked: 1 time

Re: Designing SECC for DC Charging with QCA7000/7005

Post by forecast »

johu wrote: Fri Jan 31, 2025 3:33 pm I guess you want to look at the Foccci project. It is the EV side, but the hardware is near identical on both sides. Only you need to generate CP PWM, not read it.

Also software will share a lot of code.

When using Foccci knowledge please make your project open source as well

Thank you for answer.
Yes, I have seen this post before, I already generate CP PWM and I’m considered about software, because I haven’t worked with PLC before.

I will use this project for only communication controller by the way
okiedokie
Posts: 4
Joined: Mon Feb 03, 2025 11:28 pm
Has thanked: 1 time
Been thanked: 1 time

Re: Designing SECC for DC Charging with QCA7000/7005

Post by okiedokie »

forecast wrote: Sat Feb 01, 2025 7:34 pm Thank you for answer.
Yes, I have seen this post before, I already generate CP PWM and I’m considered about software, because I haven’t worked with PLC before.

I will use this project for only communication controller by the way
Hello,

I was also thinking on working on a similar project, maybe we can try to collaborate on this using Foccci as a reference? Feel free to dm me so we can discuss further.

Thanks.
forecast
Posts: 3
Joined: Fri Jan 31, 2025 2:03 pm
Has thanked: 1 time

Re: Designing SECC for DC Charging with QCA7000/7005

Post by forecast »

Okay, sounds good.
Please check your message box.
User avatar
uhi22
Posts: 1035
Joined: Mon Mar 14, 2022 3:20 pm
Location: Ingolstadt/Germany
Has thanked: 174 times
Been thanked: 582 times

Re: Designing SECC for DC Charging with QCA7000/7005

Post by uhi22 »

A starting point (actually perhaps already a solution) for the EVSE side is mentioned here: https://github.com/SmartEVSE/SmartEVSE- ... 2271141043
Post Reply