Search found 122 matches

by marcexec
Thu Jun 15, 2023 11:52 am
Forum: News
Topic: NZ Conversions
Replies: 0
Views: 3097

NZ Conversions

Stumbled across this: https://www.theguardian.com/world/2022/may/27/new-zealand-grandmother-creates-her-own-electric-car-for-24000 Anyway, what caught my eye is that the guys helping her, Hagen Bruggemann has apparently converted more cars than Damien :) https://www.odt.co.nz/lifestyle/magazine/powe...
by marcexec
Thu Jun 08, 2023 10:32 am
Forum: Projects
Topic: [DRIVING] Project RX8 , Prius gen2, Lexus transaxle to rwd
Replies: 298
Views: 45480

Re: Project RX8 , Prius gen2, Lexus transaxle to rwd

I did a bit of searching and see this link: https://tinyurl.com/2fzxdynn (Sorry to those in the future when this goes away) It looks like there is a second motor that bolts to the "bellhousing". I see a second set of 3 phase cables as well, so they must have ditched MG1 in favor of someth...
by marcexec
Thu Jun 08, 2023 9:46 am
Forum: Vehicle Control (VCU)
Topic: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing
Replies: 21
Views: 8855

Re: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing

Edit: My understanding is the IPDM can read 12V input signals directly (eg: from a gear selector switch), but before I potentially damage anything wanted to check in case this needs a resistor divider setup to convert back to 5V for the MCU at the matrix, or just use relevant pull-up and pull-down ...
by marcexec
Fri May 19, 2023 9:56 am
Forum: Vehicle Control (VCU)
Topic: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing
Replies: 21
Views: 8855

Re: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing

You might be right. I removed the gauges (and cleaned them) yesterday and realized I should probably have done that from the start. Well, lesson learned - take the gauges out to bench test, guys. 20230519_084919.jpg 20230519_084900.jpg It looks indeed to be stuck just under the plexiglass cover. I'l...
by marcexec
Wed May 17, 2023 10:03 am
Forum: Vehicle Control (VCU)
Topic: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing
Replies: 21
Views: 8855

Re: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing

Well, that was one evening mostly wasted: [*] RF600 wiring colours don't match with the RF400... At least the connector pinout seems to be the same [*] probably busted the temp gauge with 12V applied... [*] couldn't get the RPM gauge to move with function generator of my hobby charger. Probably have...
by marcexec
Tue May 09, 2023 8:06 am
Forum: Jaguar
Topic: Jaguar Ipace ISA shunt
Replies: 16
Views: 8290

Re: Jaguar Ipace ISA shunt

I also have a IVT-S-500-U0-I-CAN2 that I bought used. Thanks for sharing the above, it works for me on the iPDM56 ("frame" there): void handle_can1_frame(const CAN_FRAME &frame) { switch (frame.id) { case 0x3c3: current = (int32_t)(((frame.data.bytes[4] << 8) + (frame.data.bytes[5])) -...
by marcexec
Mon May 08, 2023 10:03 am
Forum: News
Topic: [UK] opportunity to get your project on the telly
Replies: 0
Views: 3319

[UK] opportunity to get your project on the telly

Got this in my (Merc) club magazine. A production company is specifically looking for stories about "restoring and converting" vehicles. The email is castingcars@southshore.uk 20230508_110402.jpg I have no affiliation, but it might be a way to highlight the registration/tax woes you guys h...
by marcexec
Fri May 05, 2023 3:17 pm
Forum: Vehicle Control (VCU)
Topic: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing
Replies: 21
Views: 8855

Re: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing

As I'm using a IVT-S-500-U0-I-CAN2 (probably from an iPace) I'm taking some clues from https://openinverter.org/forum/viewtopic.php?p=56158. switch (message.id) { case 0x3c3: current = (int32_t)(((message.data[4] << 8) + (message.data[5])) - ((message.data[2] << 8) + (message.data[3]))); Serial.prin...
by marcexec
Tue May 02, 2023 8:44 am
Forum: Projects
Topic: [DRIVING] The Audi 8e - Powered by Leaf
Replies: 146
Views: 64312

Re: The Audi 8e - Powered by Leaf

Part of the problem is, its a non branded unit but, I can access the system settings and find out what MCU and CPU types are in there plus all other build specifics... might be a long road but, I'll start with an info gathering process before I start into it Depending on the extent of what you want...
by marcexec
Mon May 01, 2023 8:05 pm
Forum: Vehicle Control (VCU)
Topic: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing
Replies: 21
Views: 8855

Re: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing

First success! I have soldered the jumpers in and replaced R97 (next to the MCPs) with a 1k through hole one. Following that, with ipdm::can_receive(ipdm::can1, handle_can1_frame); commented back in I'm getting some comms on 0x3C3 & 0x3D2: -!- 5Vsw ok; CAN initialized CAN1 received frame id=0x3C...
by marcexec
Thu Apr 27, 2023 7:46 pm
Forum: Vehicle Control (VCU)
Topic: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing
Replies: 21
Views: 8855

Re: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing

Better a small update than none: Have wired up the ISA current sensor & resistor, but still need to take the board out to replace R97 & solder jumper connectors for the CAN termination. untested code: /* ipdmsw - iPDM56 firmware template Copyright (c) 2023 Perttu "celeron55" Ahola ...
by marcexec
Mon Apr 24, 2023 11:20 am
Forum: Inverters / Motor Controllers
Topic: Honda ima and his abilities An old beetle
Replies: 43
Views: 24324

Re: Honda ima and his abilities An old beetle

Cool, what amp limits are you running?
by marcexec
Fri Apr 21, 2023 1:54 pm
Forum: Vehicle Control (VCU)
Topic: The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing
Replies: 21
Views: 8855

The Hitchhiker's guide to Celeron55's iPDM56 VCU & automotive Arduinoing

We'll have a look at my journey to get started with the iPDM56 VCU from one of the forum's sages: @Celeron55. While this won't be as funny or even verbose as @Gregski's style I will try to document this very beginner-friendly and there will be no question too stupid as long as it's on topic. This in...
by marcexec
Mon Apr 17, 2023 11:15 am
Forum: Projects
Topic: Starting a project. Help choosing a motor path....
Replies: 22
Views: 1677

Re: Starting a project. Help choosing a motor path....

I don't think the outlander motor will have enough power, isn't it rated around 50kw? Also, given the large amount of engineering a fabrication work require to change from a solid axle to a live one and modifying the suspension I'm going to leave the rear diff swap idea, as neat as it may be. 70kW ...
by marcexec
Sun Apr 16, 2023 6:34 pm
Forum: Projects
Topic: Starting a project. Help choosing a motor path....
Replies: 22
Views: 1677

Re: Starting a project. Help choosing a motor path....

Sorry that should have been L110 (GS450h) above which has two gear ratios. Shifting while operating hasn't been done yet.
by marcexec
Fri Apr 14, 2023 7:44 pm
Forum: Projects
Topic: Starting a project. Help choosing a motor path....
Replies: 22
Views: 1677

Re: Starting a project. Help choosing a motor path....

Love the project! GS/IS300h (L210) weight 90kg: https://openinverter.org/wiki/Toyota/Lexus_GS300h_CVT.
The L110 is only 10cm longer but ~40kg heavier. It's "proven", but shifting hasn't been implemented (apart from Webinterface).
What diff ratios are available?
by marcexec
Fri Apr 14, 2023 8:23 am
Forum: Classifieds
Topic: Ebay Auctions Of Interest
Replies: 165
Views: 47393

Re: Ebay Auctions Of Interest

https://www.ebay.com/itm/266000643007

Honda IMA inverter at a good price, have ordered one from them but it hasn't arrived yet.
by marcexec
Mon Apr 03, 2023 9:10 am
Forum: Classifieds
Topic: Wanted: electric car [SOLD]
Replies: 8
Views: 1153

Re: Wanted: electric car [SOLD]

We had a classic Mini as our only car for a while, getting it insured via mainstream insurance companies is troublesome to impossible. One gets ridiculous quotes if you get one at all. First Ireland was able to get a reasonable one.
by marcexec
Fri Mar 10, 2023 11:06 am
Forum: Events and Meetups
Topic: Dublin DIY EV Meetup at Tog Hackerspace 26/08/23
Replies: 38
Views: 8604

Re: Dublin DIY EV Meetup at Tog Hackerspace 26/02/23

Hi all Do you have any idea when will be the next meetup in Ireland? or training? I'm living in Ireland and want to participate in a EV conversion. Thank you for your comments in advance. Jose Hi Jose, the next one will be on Saturday 26th August, likely a little later and probably with barbeque :)...
by marcexec
Wed Mar 01, 2023 5:16 pm
Forum: Classifieds
Topic: [SOLD] BMW 530e plug in hybrid battery pack
Replies: 2
Views: 582

Re: BMW 530e plug in hybrid battery pack

It will be in the outbox until read.
by marcexec
Mon Feb 27, 2023 12:39 pm
Forum: Events and Meetups
Topic: Dublin DIY EV Meetup at Tog Hackerspace 26/08/23
Replies: 38
Views: 8604

Re: Dublin DIY EV Meetup at Tog Hackerspace 26/02/23

Thanks everyone for attending! I had a great time despite the cold weather. I think it was very worthwile to exchange ideas and see what's possible. I'd expect the odd new user on the forum here as well, we certainly inspired some (good luck with the quad, Chris from Naas!). Due to the success, we'l...
by marcexec
Mon Feb 27, 2023 12:21 pm
Forum: Events and Meetups
Topic: Dublin DIY EV Meetup at Tog Hackerspace 26/08/23
Replies: 38
Views: 8604

Re: Dublin DIY EV Meetup at Tog Hackerspace 26/02/23

Bigpie wrote: Mon Feb 27, 2023 11:21 am Is that the red arrow in the photos?
It is! @Unkel is the new owner and just put in 9kWh BMW PHEV modules in :)
by marcexec
Fri Feb 17, 2023 10:01 am
Forum: General
Topic: Ireland | Motor Insurance
Replies: 9
Views: 1573

Re: Ireland | Motor Insurance

Stupid question but could one get the VRT refunded after a completed conversion? It's based on CO2 and NOx emissions...
by marcexec
Thu Feb 16, 2023 2:23 pm
Forum: Projects
Topic: [WIP] Project GTeV - Toyota AE86 meets Nissan Leaf
Replies: 28
Views: 3617

Re: Project GTeV - Toyota AE86 meets Nissan Leaf

Welcome to the forum, pictures please! :)