Page 2 of 4

Re: Open Source Hardware

Posted: Mon Jun 04, 2018 4:19 pm
by Tazzi
Sounds good beyerch. Im all for getting the J2534 cleaned up and running smoothly.

If its performance can be made to be on par with the vx nano, or better than I would be absolutely wrapped.

No problem, I know ALDL inside and out.. its fairly simple the way it works, I have examples on the software implementation for ALDL using J2534 which was abit of trial and error before finding the method that is supposed to be used.
Firmware wise, its basically just using a serial port (Or software serial/bit banging). The hardware would need to sync up with the car by searching for a small time gap (few milliseconds) and then continue processing each frame as it comes in.

There is then only a couple GMUART specific commands to implement. SetPollResponse and BecomeMaster.
As far as the tech document indicated, these two commands are for:
SetPollResponse: The custom message sent when BecomeMaster is commanded. This is generally used to do something like disable car communication (F1,56,08,B1).
BecomeMaster: Used to request ownership (Master) of bus. Realistically... all this means is it sends the message indicated in the Pollresponse.

After that.. its pretty standard read/write msgs.

Re: Open Source Hardware

Posted: Tue Jul 03, 2018 6:14 am
by Tyson
Interested

Re: Open Source Hardware

Posted: Tue Jul 03, 2018 10:18 am
by Tazzi
Was going through the firmware on this the other day.

Amazing work done so far! The windows api side is a bit messy, I can see what beyerch meant about that.
Bit of work there and looks like it would be a go!

Really need to separate the J2534 DLL API used with the hardware, and the J2534 sample used to communicate with the DLL API as its a bit confusing to what goes to what there.

Other than that, Im pretty happy to try order a board and give this a whirl!!

Re: Open Source Hardware

Posted: Wed Aug 22, 2018 8:30 pm
by commodorenut
definitely interested

Re: Open Source Hardware

Posted: Sun Nov 04, 2018 7:48 pm
by lamb_daiquiri
Also interested!

Re: Open Source Hardware

Posted: Tue Dec 04, 2018 2:45 pm
by NSFW
Is there any chance of finding pre-built devices for sale anywhere?

Re: Open Source Hardware

Posted: Fri Mar 26, 2021 9:50 pm
by jeepster
looking for ALDL software on Github, I found another hardware project:
https://github.com/CrashOverrideProduct ... DL-Adapter

Re: Open Source Hardware

Posted: Sat Mar 27, 2021 1:14 am
by Gampy
Hmm, Interesting project, first time I've seen it ...

What's up with it ??

Why hasn't this gone forth ??

Isn't it worthy ??

Has anyone ordered a board (or bread boarded it) and got it to work ??

In case anyone is interested: https://oshpark.com/shared_projects/21VTyHgL, I suspect there are better options.

BTW beyerch, love the line,
beyerch wrote:Already enough tHieves making a Profit in The tUNing markEt by buRning thoSe willing to help others.

Re: Open Source Hardware

Posted: Wed Apr 14, 2021 6:51 am
by Gampy
Having a hard time wrapping my oxygen deprived and inexperienced mind around the hardware.

Could you more experienced folks tell me if this device (hardware wise) would be compatible with most vehicles ??
Not concerned about firmware or drivers, just the hardware.

If not, what vehicles would it not work on ??

Thank you!

Re: Open Source Hardware

Posted: Wed Apr 14, 2021 8:55 am
by antus
just from the protocols in the specs, yes it would be compatible with most cars