NAXJA Forums -::- North American XJ Association  

Go Back   NAXJA Forums -::- North American XJ Association > NAXJA Other Technical Forums > Jeep Street and Performance
HOME Member FAQ Sponsor Info Rules Bylaws E-Mail

Jeep Street and Performance Do you like to go fast in your Jeep?

Reply
 
Thread Tools Rate Thread Display Modes
  #61  
Old February 23rd, 2020, 07:20
kastein's Avatar
kastein kastein is offline
NAXJA Member
 
Join Date: Jul 2009
Location: Longbranch WA / Central MA
Posts: 14,247
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Quote:
Originally Posted by Alexia View Post
Some of the blank area is there for future expansion and still be able to use the same enclosure. Having a JTAG connector out there all alone is a bit silly. :P

Molex Mini50
Fair point. I dunno why I didn't recognize the connectors, I used 4 pin mini50s on a project a couple years ago.
__________________
Current crapcan fleet: LS swapped bobbed 79 J10 Honcho, 4x4 auto 4.0 8.25 swapped metric ton 88 MJ
CTeunuch: Sometimes I really wonder if this sport makes you insane, or it just attracts the mentally unstable.
Reply With Quote
  #62  
Old February 29th, 2020, 02:13
Alexia Alexia is offline
NAXJA Forum User
 
Join Date: Aug 2008
Location: Huntsville, AL
Posts: 753
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

I did manage to reduce the size somewhat. Now I need to get a lot of sleep and do more rounds of checks before sending it off for manufacturing. The SD card slot was rotated 180º the wrong way and I almost did not notice.

Reply With Quote
  #63  
Old March 5th, 2020, 15:08
ximite ximite is offline
NAXJA Forum User
 
Join Date: Mar 2020
Location: Brazil
Posts: 1
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Hi Alexia,

Nice work.

I´m trying similar work on my 97 ZJ V8 with a Protune ECU.

Can you share some schematics and code?

Regards from Brazil
Reply With Quote
  #64  
Old May 8th, 2020, 00:34
Alexia Alexia is offline
NAXJA Forum User
 
Join Date: Aug 2008
Location: Huntsville, AL
Posts: 753
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

The fabrication company just sent me a picture of board number one! There are two issues with the solder mask that do not affect the board functionality that I will have to correct for production boards. Once they arrive I will make any repairs and assemble the through hole parts.

Reply With Quote
  #65  
Old May 18th, 2020, 14:26
Alexia Alexia is offline
NAXJA Forum User
 
Join Date: Aug 2008
Location: Huntsville, AL
Posts: 753
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

They are here and I took a few minutes to solder on the through hole parts to board #1! I will be bringing these boards online over the next few weeks.



Reply With Quote
  #66  
Old June 8th, 2020, 05:36
notAhoser notAhoser is offline
NAXJA Forum User
 
Join Date: Jun 2020
Location: Wisconsin
Posts: 26
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Alexia - did you also come up with an enclosure for this? I'm doing an ls swap into a 99 XJ and was going to build my own, but if yours is reasonably priced and has a good enclosure I'd rather just buy it. I've done lots of work on CAN avr's but never touched their SAM stuff. Seems like the feature creep got to you here :p. Are you also doing a CAN bootloader or will it be USB only?
Reply With Quote
  #67  
Old June 8th, 2020, 05:52
Alexia Alexia is offline
NAXJA Forum User
 
Join Date: Aug 2008
Location: Huntsville, AL
Posts: 753
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Quote:
Originally Posted by notAhoser View Post
Alexia - did you also come up with an enclosure for this? I'm doing an ls swap into a 99 XJ and was going to build my own, but if yours is reasonably priced and has a good enclosure I'd rather just buy it. I've done lots of work on CAN avr's but never touched their SAM stuff. Seems like the feature creep got to you here :p. Are you also doing a CAN bootloader or will it be USB only?
I do have a steel enclosure I designed for this that will eventually be modified for the production boards. For this small batch of five development boards I am going to just 3D print some enclosures. As you said, there is too much feature creep, so I have already designed a new PCB that is 33% smaller due to better component layout and removal of the SD card slot.

The production board is not final. I mainly removed the SD card slot for now due to the overall design cost of having a SD card included; reliability, its intended usage, and the fact that any functionality I intended to build with it would mostly be replicated by just having it exist as part of mobile application.

Do you mean being able to flash the board over CAN? At the moment it is JTAG only for flashing. Until a production board is ready these are very much "You need to know what you're doing" devices.

I am not trying to bind myself to a date, but I would love to get the final product out in time for this year's SEMA show. I have a big vision for how the whole system works and I am doing it all by myself without any funding.

Without the lid/mounting tabs shown:





Reply With Quote
  #68  
Old June 8th, 2020, 06:35
notAhoser notAhoser is offline
NAXJA Forum User
 
Join Date: Jun 2020
Location: Wisconsin
Posts: 26
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Flashing over CAN isn't really needed, but you've got a lot of stuff going on with this board. When the unit is mounted it could be hard to get to, and since it will be integrated with the CAN bus of choice (GM, Haltech, etc) it should be available at the DLC. It's not a big deal, just a nice to have since someone else is doing all the work. It would be nice to just have something compact to make the overhead and gauge cluster go without all the other i/o, though.
Reply With Quote
  #69  
Old June 8th, 2020, 06:40
Alexia Alexia is offline
NAXJA Forum User
 
Join Date: Aug 2008
Location: Huntsville, AL
Posts: 753
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Quote:
Originally Posted by notAhoser View Post
Flashing over CAN isn't really needed, but you've got a lot of stuff going on with this board. When the unit is mounted it could be hard to get to, and since it will be integrated with the CAN bus of choice (GM, Haltech, etc) it should be available at the DLC. It's not a big deal, just a nice to have since someone else is doing all the work. It would be nice to just have something compact to make the overhead and gauge cluster go without all the other i/o, though.
I am considering "slim" models later with just the most popular interfaces.

The GPIO is for items such as air conditioning request and analog output for older transmission controllers that need a TPS signal.(Or even just an analog gauge.) I have a lot of experimenting and coding to do!
Reply With Quote
  #70  
Old June 8th, 2020, 07:10
notAhoser notAhoser is offline
NAXJA Forum User
 
Join Date: Jun 2020
Location: Wisconsin
Posts: 26
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

It would be helpful for Gen 4 GM swaps to have those inputs, as well as cruise controls. Most of those ecms get that info over the high speed CAN from the BCM nowadays. These would be standard across pretty much all gm platforms, so you should do it
Reply With Quote
  #71  
Old July 17th, 2020, 17:43
Chaosfusion Chaosfusion is offline
NAXJA Forum User
 
Join Date: Jul 2020
Location: Tx
Posts: 1
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Subscribed
Reply With Quote
  #72  
Old January 4th, 2021, 19:18
Deltadiesel Deltadiesel is offline
NAXJA Forum User
 
Join Date: Jan 2021
Location: Ontario, Canada
Posts: 1
CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

[mention]Alexia [/mention] how did you make out developing these?


Sent from my iPhone using Tapatalk
Reply With Quote
  #73  
Old April 25th, 2021, 19:40
Randy Bobandi Randy Bobandi is offline
NAXJA Forum User
 
Join Date: Apr 2021
Location: Sand Pit
Posts: 1
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Quote:
Originally Posted by Alexia View Post
I am not trying to bind myself to a date, but I would love to get the final product out in time for this year's SEMA show. I have a big vision for how the whole system works and I am doing it all by myself without any funding.

How are we doing with this? Should we get a GoFundMe account going?
Reply With Quote
  #74  
Old December 21st, 2022, 09:30
derek502 derek502 is offline
NAXJA Forum User
 
Join Date: Dec 2022
Location: AL
Posts: 1
Re: CAN bus to CCD bus Protocol Translator(Chrysler PCM Simulator)

Subscribed
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
o2 simulator ju82takata OEM Tech Discussion 2 January 25th, 2009 06:48
o2 sensor simulator???? 2000xj4x4 OEM Tech Discussion 10 November 28th, 2007 17:30
o2 simulator?? Dirt Modified Tech Discussion 3 November 10th, 2005 11:22


All times are GMT -7. The time now is 02:28.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2023, vBulletin Solutions, Inc.
NAXJA and NAXJA logo's Copyright NAXJA. All content/images Copyright NAXJA 1999-2014