Arduino + ecumaster?

All about our superior engine management unit.
Locked
redfogo
Posts:4
Joined:Thu Aug 28, 2014 8:51 pm
Arduino + ecumaster?

Post by redfogo » Wed Sep 17, 2014 7:58 am

Has anyone looked into printing out the data from the ECU master to an Arduino?

User avatar
Jadzwin
Site Admin
Posts:1445
Joined:Tue Aug 12, 2014 11:27 pm

Re: Arduino + ecumaster?

Post by Jadzwin » Wed Sep 17, 2014 12:22 pm

Hi!

The easiest way is to connect to extension port (serial) and use AIM PROTOCOL
Attachments
AIM-ECU protocol.pdf
(55.94KiB)Downloaded 159 times

redfogo
Posts:4
Joined:Thu Aug 28, 2014 8:51 pm

Re: Arduino + ecumaster?

Post by redfogo » Wed Sep 17, 2014 3:54 pm

Can I run a laptop while reading data from serial connection? Also can you tell me what kind of serial connector the ECU master is using I can't seem to find the right kind of cable needed to read the pin outs.

User avatar
Jadzwin
Site Admin
Posts:1445
Joined:Tue Aug 12, 2014 11:27 pm

Re: Arduino + ecumaster?

Post by Jadzwin » Wed Sep 17, 2014 8:20 pm

Here is a pinout of ext port.

Image

It is independent of USB connection so it works also when EMU is connected to the laptop.

If you need a connector please contact us at info@ecumaster.com

Karel
Posts:408
Joined:Wed Sep 10, 2014 11:58 am
Location:Czech Republic
Contact:

Re: Arduino + ecumaster?

Post by Karel » Sat Sep 20, 2014 5:46 pm

Well, good idea for me to play with!

adam88sc
Posts:5
Joined:Fri Jul 17, 2015 6:00 am

Re: Arduino + ecumaster?

Post by adam88sc » Fri Jul 17, 2015 6:10 am

Is it possible to pull this data off the USB FTDI interface on the det3? My EMU doesn't go in until this weekend.

User avatar
Jadzwin
Site Admin
Posts:1445
Joined:Tue Aug 12, 2014 11:27 pm

Re: Arduino + ecumaster?

Post by Jadzwin » Tue Jul 21, 2015 4:20 pm

For DEt3 it is a little bit more complicated and we do not have documentation for it.

2wheels1man
Posts:27
Joined:Sat Oct 03, 2015 11:23 am

Re: Arduino + ecumaster?

Post by 2wheels1man » Sat Oct 03, 2015 11:30 am

Jadzwin wrote:Here is a pinout of ext port.

Image

It is independent of USB connection so it works also when EMU is connected to the laptop.

If you need a connector please contact us at info@ecumaster.com
How much mA can I safely pull from the 5V pin please?
I need 200mA @ 5V for my dash. Will it handle it or do I need to use voltage reg from 12V?

Also, will the XLR microphone MIC 325 connector fit?
Thanks
Image

User avatar
Jadzwin
Site Admin
Posts:1445
Joined:Tue Aug 12, 2014 11:27 pm

Re: Arduino + ecumaster?

Post by Jadzwin » Wed Oct 14, 2015 7:42 pm

You should use additional voltage regulator. The connector will fit :)

2wheels1man
Posts:27
Joined:Sat Oct 03, 2015 11:23 am

Re: Arduino + ecumaster?

Post by 2wheels1man » Sun Nov 01, 2015 12:06 am

Jadzwin wrote:Hi!

The easiest way is to connect to extension port (serial) and use AIM PROTOCOL
Is there a protocol that uses constant frequency for all data?
Where all data is send every tick. Like a sentence of constant size.
for example:
1. rpm, tps, IAT, checksum
2. rpm, tps, IAT, checksum
etc..
This is the way DTAfast works for example.
I've created a Dash for the DTAfast ECUs and I'd like to use it with EMU without reworking the code from ground up ;)

User avatar
Jan32
Posts:191
Joined:Fri Aug 15, 2014 11:27 pm
Location:NW Germany

Re: Arduino + ecumaster?

Post by Jan32 » Thu Jan 14, 2016 10:23 am

Hello guys,

is there some more informations about the other RS232 protocols? Because the values in the AIM protocol are not so mutch, for example EGT2, EGO correction, etc. is not there.
Best regards,
Jan

2wheels1man
Posts:27
Joined:Sat Oct 03, 2015 11:23 am

Re: Arduino + ecumaster?

Post by 2wheels1man » Thu Jan 14, 2016 3:01 pm

Jan32 wrote:Hello guys,

is there some more informations about the other RS232 protocols? Because the values in the AIM protocol are not so mutch, for example EGT2, EGO correction, etc. is not there.
Sent you a PM.

ihiryu
Posts:237
Joined:Thu Sep 17, 2015 12:10 am

Re: Arduino + ecumaster?

Post by ihiryu » Thu Jan 14, 2016 6:28 pm

I'm interested in this. I've been thinking about a way to replace the stock cluster. I've seen a few Arduino powered gauge cluster but that's way past my scope.

Locked