Search found 77 matches

by 7yatna
Mon Jan 06, 2025 10:22 pm
Forum: Vehicle Control (VCU)
Topic: how to use E60 cruiscontrol for Drivedirection
Replies: 8
Views: 2502

Re: how to use E60 cruiscontrol for Drivedirection


The phrase "life threatening" is used rather frequently lately... Come on, you're translating a button press to a direction command.
I've published code since 15 years and people sometimes got into trouble using it. Heck, I'm even selling hardware with the code on it. Yet no one ever tried to hold ...
by 7yatna
Thu Jan 02, 2025 10:51 pm
Forum: Vehicle Control (VCU)
Topic: how to use E60 cruiscontrol for Drivedirection
Replies: 8
Views: 2502

Re: how to use E60 cruiscontrol for Drivedirection

No one will help you do such thing as this is life critical matter.

i see what you are trying to do and can be done.

i actually got E60 cruise control to work with zombie and with that stalk.

and before tom shoot me " I WILL NOT SHARE MY CODE AND WILL NOT HELP YOU TO CODE THIS SPECIFIC FEATURE ...
by 7yatna
Wed Dec 04, 2024 10:56 pm
Forum: Projects
Topic: Lexus GS450H Powered BMW E60 (WIP)
Replies: 48
Views: 18967

Re: Lexus GS450H Powered BMW E60


Does the zombie have protection against forward /reverse motor protection like the openinverter boards? What would happen if you switched reverse mistakenly while in drive-mode at high speed?


I think this protection is implemented generally. But since there are multiple drive system zombie can ...
by 7yatna
Tue Nov 12, 2024 6:04 am
Forum: Projects
Topic: Lexus GS450H Powered BMW E60 (WIP)
Replies: 48
Views: 18967

Re: Lexus GS450H Powered BMW E60 (WIP)


Excellent... Are you able to share more.. Like your code.. Idd be happy to replicate what you have.. Or bin file.. I'm not soo good in coding but in hardware and IoT development.. I have the gs450h in a W124 200E and happy so far having done 16k-kilometers.. I'm not happy with stock gear selector ...
by 7yatna
Fri Nov 08, 2024 8:38 am
Forum: Projects
Topic: Lexus GS450H Powered BMW E60 (WIP)
Replies: 48
Views: 18967

Re: Lexus GS450H Powered BMW E60 (WIP)

modes

I have the car running and doing way so much stuff for over a year now. sport mode, manual mode, i introduced Auto shifting to the GS450H Zombie code before Tom and Damien do it differently.

as far as i know im the first and only to blend gears in GS450h, this required HW mode on ...
by 7yatna
Fri Nov 08, 2024 12:13 am
Forum: Projects
Topic: Lexus GS450H Powered BMW E60 (WIP)
Replies: 48
Views: 18967

Re: Lexus GS450H Powered BMW E60 (WIP)

Thanks Tom.

Point Noted.
by 7yatna
Thu Nov 07, 2024 6:10 pm
Forum: Projects
Topic: Lexus GS450H Powered BMW E60 (WIP)
Replies: 48
Views: 18967

Re: Lexus GS450H Powered BMW E60 (WIP)


Please do not dump code in a random place on the forum. Create a thread so it can be found and properly integrated into the zombie code base.

This clearly is not the full file to be a direct drop in for a gear lever in the Gear Lever class.


Your comment contradicting itself Tom.

I Know that ...
by 7yatna
Thu Nov 07, 2024 9:18 am
Forum: Projects
Topic: Lexus GS450H Powered BMW E60 (WIP)
Replies: 48
Views: 18967

Re: Lexus GS450H Powered BMW E60 (WIP)

here is the code translating the shifter from my zombie code.
there are other stuff incorporated for other things but i believe all what you need is here.


case 0x198:
{
uint32_t GLeaver = data[0] & 0xFFFFFF00; //unsigned int to contain result of message 0x198. Gear selector lever position ...
by 7yatna
Mon Nov 04, 2024 7:24 pm
Forum: Projects
Topic: Lexus GS450H Powered BMW E60 (WIP)
Replies: 48
Views: 18967

Re: Lexus GS450H Powered BMW E60 (WIP)


how did you decode this as ive got a similar selector and getting the wake up message


I Did install e60 facelift shifter and worked it in the zombie code.
I Dont use the wake up message i use the wakeup line and connected to the wakeup line to the power train like a normal e60.

There are ...
by 7yatna
Mon Nov 04, 2024 7:19 pm
Forum: Vehicle Control (VCU)
Topic: Zombieverter, E65 vs E60
Replies: 47
Views: 13901

Re: Zombieverter, E65 vs E60

Hey Guys,

Sorry for joining the party too late.

I'm Karim, and glad that you didn't compile my repo. it is about a whole year old and missing a lot of things.

Well Tom Did a good out figuring out what was wrong. Mainly wrong counters and missing messages from the old e65 code.

I did work ...
by 7yatna
Sun Sep 29, 2024 9:51 pm
Forum: Classifieds
Topic: Tesla M3 Standard range plus short Battery Modules in Southern California
Replies: 0
Views: 1796

Tesla M3 Standard range plus short Battery Modules in Southern California

Hi Guys,

for sale 3x Short modules from a standard range plus 2022 the car had a body damage and it have 34K miles on it.

i bought the pack and took one module (#2) i have the other 3 up for grabs for a very competitive price.

all the cells are within 24mV, I have a BMS solution if interested ...
by 7yatna
Tue Apr 09, 2024 6:35 am
Forum: Tesla
Topic: NEED Tesla Model S Parking Brake CAN traffic log
Replies: 1
Views: 1641

Re: NEED Tesla Model S Parking Brake CAN traffic log

hey there,

probably a long shot, did you manage to find the can ids or even full can bus 6 (Chassis can log ) ? im tinkering with that too.

thanks
by 7yatna
Wed Jul 05, 2023 7:21 am
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv


heater.h needs to include linbus.h otherwise it doesn't know the type LinBus ;)


Oh My god, i was that close. I just added linbus.h into heater.h and compiled with no warnings at all.

i will test tomorrow the lin communications today i switched gears and worked on getting the Gs450H spinning ...
by 7yatna
Tue Jul 04, 2023 10:51 pm
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

I tried doing and replicating the setcanhardware() but obviously i have a problem with keeping up where the poiinters and what declared and not.

i moved the setlininterface to the base class. and really not follwoing why and which variables i need to declare.

even the amperaheater files .cpp/.h ...
by 7yatna
Tue Jul 04, 2023 9:18 pm
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

i found something else that will make no Comms,

in zombie there is a pin called linnslp which causes the TJA chip to sleep i measured the pin and it is LOW which in my bench testsetup will kill all comms.

it is on GPIO11. any ideas where we can make this pin goes HIGH ? im thinking we can put it ...
by 7yatna
Tue Jul 04, 2023 9:02 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: VW A/C Compressor
Replies: 105
Views: 72543

Re: VW A/C Compressor


I wonder if it would be possible to get a LIN log from a working car and what software could be used to find out control messages for these LIN devices?


It will be a great resource but as usually, people whop are willing to tap into their busses and taking pieces off to connect a sniffer are ...
by 7yatna
Tue Jul 04, 2023 8:40 pm
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

Hi Guys,

I took both of your advice and now we compile with no issues. I made a setlininterface in the vwheater and added linbus .o and we are rolling.

Unfortunately there is no lin comms going out. which after thinking about stuff, i didnt call SetlinInterface function to link the pointers ...
by 7yatna
Tue Jul 04, 2023 8:56 am
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: VW A/C Compressor
Replies: 105
Views: 72543

Re: VW A/C Compressor


i tried all the addresses one after the other to find the control address and noticed a change in the response to the correct one.


i did the same thing but it looks like the control message format for my compressor is a little bit diffrent so no change in the feedback message.

i will take ...
by 7yatna
Tue Jul 04, 2023 2:34 am
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: VW A/C Compressor
Replies: 105
Views: 72543

Re: VW A/C Compressor

Hi Guys,

here is an arduino scketch based on Muehlpower code i just added couple of things. this did control my heater and ran it about 720W. and it the log i posted earlier was from this code session.


int LIN_baud = 19200;
int DB = 0;
uint8_t data1[10];
uint8_t buff[42];

int AC_ID = 0xBF ...
by 7yatna
Tue Jul 04, 2023 2:27 am
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

and ignore the warning of the suburau class, it is because the digital pots are not implemented yet.
by 7yatna
Tue Jul 04, 2023 2:26 am
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

Hi Johu,

it looks like the Job is bigger than what i though. im so stuck and lost between the pointers. the Zombie is a little bit bigger than your Volvo.

so here where i`m. all the modified Files are attached everything else before this lin implementation was working, compiling and running on ...
by 7yatna
Mon Jul 03, 2023 8:46 am
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

m.art.y wrote: Mon Jul 03, 2023 8:42 am Hm, in the Zombie there is a list of heaters you can select and one of them is VW. Not tested if it works myself but wouldn't it be controller by LIN?
Not implemented to be worked on. I`m the one who is working on it.
by 7yatna
Mon Jul 03, 2023 8:40 am
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

I took a walk in your code and it looks like you used the Digital pots, is it right ? coming on my list is to used the fuel gauge to reflect SOC. the BMW e60 uses two fuel senders each is about 500 Ohm

im planning to use the digital Pots to do that.

is the implementation in set fuel gauge ...
by 7yatna
Mon Jul 03, 2023 8:30 am
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

you are awesome Johu,

I just tested the VW Heater code today and got some toasty water out. Now i will implement in Zombie. as far as i noticed the Zombie has Lin but nothing is being controlled by Lin in Zombie files.

I will give it a try tomorrow and test the Heater by zombie.

thanks,
Karim
by 7yatna
Mon Jul 03, 2023 6:58 am
Forum: Drive trains (motors and inverters)
Topic: Added LinBus class to libopeninv
Replies: 19
Views: 5345

Re: Added LinBus class to libopeninv

Ok that looks pretty simple.

now if i want to implment Lim on zombie. do i need to configure it first before i send the messages?

an actual example of a function sending will be appreciated.

thanks
karim