SCG-ECU-X - let's start project

Hardware inside and outside of the ECU
Post Reply
dvjcodec
Posts: 11
Joined: Sun Jul 07, 2019 3:33 pm
Location: Darłowo / Poland
Contact:

SCG-ECU-X - let's start project

Post by dvjcodec »

I start project ECU who can give posibility to run Speeduino and rusEFI firmware. Teensy 3.5 and STM32F407 can be used with this board.

Work in progress. Here is sample schematic.
Attachments
schemat.png
schemat.png (370.3 KiB) Viewed 9799 times
My hobby, my job --> Seaside Customs Garage
https://www.facebook.com/garage.seasidecustoms
My Github --> https://github.com/dvjcodec
User avatar
AndreyB
Site Admin
Posts: 14292
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: SCG-ECU-X - let's start project

Post by AndreyB »

What EAD are you using? Do you plan to publish source files or only gerbers/schematics?
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: SCG-ECU-X - let's start project

Post by kb1gtt »

My eyeballs think this is eagle.
Welcome to the friendlier side of internet crazy :)
dvjcodec
Posts: 11
Joined: Sun Jul 07, 2019 3:33 pm
Location: Darłowo / Poland
Contact:

Re: SCG-ECU-X - let's start project

Post by dvjcodec »

Use Eagle. Will publish full source.
My hobby, my job --> Seaside Customs Garage
https://www.facebook.com/garage.seasidecustoms
My Github --> https://github.com/dvjcodec
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: SCG-ECU-X - let's start project

Post by kb1gtt »

What are your goals? For example, what does this provide that is not already provided in something like the Frankenso? I ask in part because there are perhaps other hardware efforts which do not exist yet, and I wonder if you plan to take on such a hardware effort, perhaps we can entice you to spin a different bit of hardware.
Welcome to the friendlier side of internet crazy :)
dvjcodec
Posts: 11
Joined: Sun Jul 07, 2019 3:33 pm
Location: Darłowo / Poland
Contact:

Re: SCG-ECU-X - let's start project

Post by dvjcodec »

I would like to design new board, with new electronic components (less small electronic, more hybrid chips), compatible with AEC-Q automotive standard and designed for refubrished enclosure.
My hobby, my job --> Seaside Customs Garage
https://www.facebook.com/garage.seasidecustoms
My Github --> https://github.com/dvjcodec
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: SCG-ECU-X - let's start project

Post by kb1gtt »

Some suggested design paramerters are found here
https://rusefi.com/wiki/index.php?title=Manual:Hardware

Also MRE is much closer to what you explain. Of course the MCU is the key place that is more difficult to get automotive quality. The STM32 and AVR are not automotive grade, but are typically considered good enough for our off road stuff.

With rusEFI, we use ChibiOS which helps software development allot. ChibiOS does have support for a couple automotive grade chips. If you have software skills, porting to one of those chips would be an effort of interest.

We are currently developing Micro rusEFI which is also known as MRE. This is a smaller-ish ECU which is intended to be more like you say. It uses special chips instead of the more generic components used on Frankenso. This includes the TLE8888 which has reduced the size greatly.
Welcome to the friendlier side of internet crazy :)
User avatar
AndreyB
Site Admin
Posts: 14292
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: SCG-ECU-X - let's start project

Post by AndreyB »

dvjcodec wrote:
Fri Jul 12, 2019 7:15 am
more hybrid chips
TLE8888 seems to be the god of hybrid chips?

More about MRE at https://github.com/rusefi/hw_microRusEfi there is link to forum thread there as well.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: SCG-ECU-X - let's start project

Post by kb1gtt »

Also we are making progress on direct injection board based ECU. Feel free to check out our progress on the 33816 or PT2000.
Welcome to the friendlier side of internet crazy :)
dvjcodec
Posts: 11
Joined: Sun Jul 07, 2019 3:33 pm
Location: Darłowo / Poland
Contact:

Re: SCG-ECU-X - let's start project

Post by dvjcodec »

For injectors, I was choose TLE9104 from Infineon. Target application is driving resistive/inductive loads (Solenoids, Injectors, Valves, Relays), so I think is a good for injectors. I would like to test this chip, because in future want to put in my other project for 722.6 transmission (pcb in attachment) and replace few DPAK mosfets. Do not have much experience with SPI controll, use 4 direct inputs to test.
https://www.infineon.com/cms/en/product/power/smart-low-side-high-side-switches/multichannel-spi-low-side-power-switch-flex/tle9104sh/
Attachments
4-layer pcb 2.png
4-layer pcb 2.png (174.35 KiB) Viewed 9719 times
scg-atc 722.6 EGS51 compatible.jpg
scg-atc 722.6 EGS51 compatible.jpg (231.07 KiB) Viewed 9719 times
My hobby, my job --> Seaside Customs Garage
https://www.facebook.com/garage.seasidecustoms
My Github --> https://github.com/dvjcodec
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: SCG-ECU-X - let's start project

Post by kb1gtt »

Flyback diode injector drivers are slow and less accurate. The clamping style injector drivers are faster and more precise. The faster means you can get closer to the 100% duty cycle before you have problems.
Welcome to the friendlier side of internet crazy :)
dvjcodec
Posts: 11
Joined: Sun Jul 07, 2019 3:33 pm
Location: Darłowo / Poland
Contact:

Re: SCG-ECU-X - let's start project

Post by dvjcodec »

OK, thnx for info.
What about external LCD? I wonder to add 2 differential RS485 chips for 4 LCD's lines to keep clear data transfer over long wire.
My hobby, my job --> Seaside Customs Garage
https://www.facebook.com/garage.seasidecustoms
My Github --> https://github.com/dvjcodec
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: SCG-ECU-X - let's start project

Post by kb1gtt »

CAN bus is very similar to RS485, and it's specifically hardened for automotive uses. I would suggest using CAN instead of RS485. I know the STM32 has native CAN hardware, and that rusEFI has done CAN communications. See Frankenso for the interfacing chip. Basically the STM32 does a TTL bits, while the Frankenso chip converts to RS485 style bits.
Welcome to the friendlier side of internet crazy :)
dvjcodec
Posts: 11
Joined: Sun Jul 07, 2019 3:33 pm
Location: Darłowo / Poland
Contact:

Re: SCG-ECU-X - let's start project

Post by dvjcodec »

Schematic
Attachments
schemat.png
schemat.png (524.02 KiB) Viewed 9588 times
My hobby, my job --> Seaside Customs Garage
https://www.facebook.com/garage.seasidecustoms
My Github --> https://github.com/dvjcodec
Post Reply