Why is that?
Search found 48 matches
- Thu Mar 06, 2025 2:16 pm
- Forum: ZombieVerter VCU
- Topic: Brake Pedal over CanBus
- Replies: 3
- Views: 2402
- Wed Mar 05, 2025 3:15 pm
- Forum: Vehicle Control (VCU)
- Topic: Vectrix VehicleMan - ESP32/LTE+GPS/CC-CP/triple CAN VCU/Tracker
- Replies: 7
- Views: 3023
Re: Vectrix VehicleMan - ESP32/LTE+GPS/CC-CP/triple CAN VCU/Tracker
Hello community,
As a primer - Vectrix VX1 is a maxi scooter, designed some 20 years ago, the frame is basically a big battery box, motor is 22kW peak. Company went under multiple times, allegedly spending $ 250M+ to produce <2k units. Entire vehicle is CAN controlled, consists of ICM (controls ...
- Sat Feb 22, 2025 3:14 pm
- Forum: Tesla
- Topic: Tesla Model 3 Rear Drive Unit Hacking
- Replies: 771
- Views: 344662
Re: Tesla Model 3 Rear Drive Unit Hacking
While my bench power supply is on its way from China, I wanted to look how the immobilizer works.
Screenshot from 2025-02-17 21-00-20.png
As soon as the inverter logic has power and VCFRONT transmits the 0×221 (VCFRONT_LVPowerState) message, it (inverter) shoots the 0×276 message to the CAN ...
- Sat Feb 15, 2025 2:36 pm
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 21
- Views: 6584
Re: Introducing HeadlessZombie
Why did you move over to TIC12400QDCPRQ1? Infineon at least supported a arduino library .
Actually the Infineon part was replaced by a DRV8912, for availability reasons.
The TLE94112 driver I think you are referring to is for Arduino framework, is specific to motors, (whereas we want to use ...
- Fri Jan 31, 2025 5:08 pm
- Forum: Vehicle Control (VCU)
- Topic: is it possible temperature-controlled operation
- Replies: 23
- Views: 5525
Re: is it possible temperature-controlled operation
No, there are chargers that require Control Pilot signal to function thus the Zombie needs to replicate it.[quote=jetpax post_id=79435
Hmm now you're confusing me! I thought that Foccci had a CP signal which can be spoofed and the charge current controlled by CAN to satisfy the limits of the AC ...
- Fri Jan 31, 2025 3:56 pm
- Forum: Vehicle Control (VCU)
- Topic: is it possible temperature-controlled operation
- Replies: 23
- Views: 5525
Re: is it possible temperature-controlled operation
at the moment I am using this
https://www.ebay.de/itm/364842234939
and, yes it is 2 Hz PWM, according to the technical data 5V, but with that the pump does not start at all, only at 12V 2Hz PWM the pumps start running, I have no idea why
by the way, I fail to even generate a pwm on the zombie ...
- Fri Jan 31, 2025 3:50 pm
- Forum: Vehicle Control (VCU)
- Topic: is it possible temperature-controlled operation
- Replies: 23
- Views: 5525
Re: is it possible temperature-controlled operation
Chill @tom91, I know you don't mean to, but sometimes you do come over as a little rude on this forum.
Like you, although I didn't create it, I'm contributing to an open source project with code and hardware.
Am also trying to help improve Open Inverter at the same time.
In answer to your ...
Like you, although I didn't create it, I'm contributing to an open source project with code and hardware.
Am also trying to help improve Open Inverter at the same time.
In answer to your ...
- Fri Jan 31, 2025 3:26 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter Fuel Guage Guidence
- Replies: 14
- Views: 3688
Re: ZombieVerter Fuel Guage Guidence
@maiks,
Can you confirm that you actually need a variable resistor to drive the fuel gauge?
Many old school fuel gauges just rely on the current through the gauge so this could possibly be simulated with a PWM open drain signal at say 2kHz?
Would be very interested to know more about your ...
Can you confirm that you actually need a variable resistor to drive the fuel gauge?
Many old school fuel gauges just rely on the current through the gauge so this could possibly be simulated with a PWM open drain signal at say 2kHz?
Would be very interested to know more about your ...
- Fri Jan 31, 2025 3:04 pm
- Forum: Vehicle Control (VCU)
- Topic: is it possible temperature-controlled operation
- Replies: 23
- Views: 5525
Re: is it possible temperature-controlled operation
@medo, would be very interested to know more about your application, as I'm just coding the PWM support in HeadlessZombie which is a fork of Zombie with more flexible I/O.
There are 12 reconfigurable outputs which can do pull up or pull down PWM, (in addition to 2 dedicated processor driven PWM ...
There are 12 reconfigurable outputs which can do pull up or pull down PWM, (in addition to 2 dedicated processor driven PWM ...
- Thu Jan 23, 2025 11:38 pm
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 21
- Views: 6584
Re: Introducing HeadlessZombie
Indeed, well spotted grasshopper, was fixed in production release which uses TIC12400QDCPRQ1
(and also switched to the TI DRV8912 O/P driver, which is almost pin compatible with Infineon part...)
(and also switched to the TI DRV8912 O/P driver, which is almost pin compatible with Infineon part...)
- Wed Jan 22, 2025 5:11 pm
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 21
- Views: 6584
Re: Introducing HeadlessZombie
Are you planning to sell this as a product in the future?
Definitely, if there is any interest.
This is the MINI version that uses a commonly available ECU case
image.png
though it has to be drilled for antennae, and will be powder coated.
(Color preferences anyone? 8-) )
Will likely do ...
- Wed Jan 22, 2025 4:30 pm
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 21
- Views: 6584
Re: Introducing HeadlessZombie
Thanks @outlandnish!
Re Micromod, turns out that the STM32F405 board linked above has 2 SPIs brought out, the second is actually on the "I2S pins", so I was able to use those (the motherboard uses one SPI for IO, the other for CAN controllers)
So actually had no need of more STM32 IO.
See ...
Re Micromod, turns out that the STM32F405 board linked above has 2 SPIs brought out, the second is actually on the "I2S pins", so I was able to use those (the motherboard uses one SPI for IO, the other for CAN controllers)
So actually had no need of more STM32 IO.
See ...
- Tue Jan 21, 2025 10:51 pm
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 21
- Views: 6584
Re: Introducing HeadlessZombie
Thanks for your inputs on this and other forums, I released HeadlessZombie to production today.
Fingers crossed!
Now, firmware...
Fingers crossed!
Now, firmware...
- Wed Jan 15, 2025 2:16 pm
- Forum: Vehicle Control (VCU)
- Topic: Reuse Zombieverters Pins
- Replies: 8
- Views: 2226
Re: Reuse Zombieverters Pins
Thats a very good question @peakPWR that I was also struggling with.
Its one of the reasons I built HeadlessZombie the idea being to run a scripting language on the ESP32 (cf OVMS) that can respond to state changes over CAN from OI and send new state requests back to OI as needed.
That way, OI ...
Its one of the reasons I built HeadlessZombie the idea being to run a scripting language on the ESP32 (cf OVMS) that can respond to state changes over CAN from OI and send new state requests back to OI as needed.
That way, OI ...
- Tue Jan 14, 2025 11:45 pm
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 21
- Views: 6584
Re: Introducing HeadlessZombie
Thanks @modellfan, actually I started off a bit like this using a Lilygo T-SIM7600 to port the OVMS code before I made my own hardware.
The M.2 socket (which added very little cost) had the advantage of allowing different modems in the future (ask current Smart453EQ drivers how it feels when the ...
The M.2 socket (which added very little cost) had the advantage of allowing different modems in the future (ask current Smart453EQ drivers how it feels when the ...
- Sat Jan 11, 2025 3:21 pm
- Forum: Vehicle Control (VCU)
- Topic: STM32F405 build
- Replies: 9
- Views: 2356
Re: STM32F405 build
Great, wish I could have found that before
So you're using the outdated libopencm3 as modified by @johu et al?
Any particular reason for not #ifdeffing the changes from F1?

So you're using the outdated libopencm3 as modified by @johu et al?
Any particular reason for not #ifdeffing the changes from F1?
- Sat Jan 11, 2025 1:33 pm
- Forum: Vehicle Control (VCU)
- Topic: STM32F405 build
- Replies: 9
- Views: 2356
Re: STM32F405 build
Thanks for the tips, especially can_receive() :oops:
Are you saying that can_available_mailbox () removes the need for johus CAN mods in libopencm3?
Do you have a repo with your G4 port so I can take a look?
reRTC, I used the Wakeup timer to generate a 1Hz interrupt driven counter to emulate the ...
Are you saying that can_available_mailbox () removes the need for johus CAN mods in libopencm3?
Do you have a repo with your G4 port so I can take a look?
reRTC, I used the Wakeup timer to generate a 1Hz interrupt driven counter to emulate the ...
- Sat Jan 11, 2025 3:30 am
- Forum: Vehicle Control (VCU)
- Topic: STM32F405 build
- Replies: 9
- Views: 2356
Re: STM32F405 build
To support the HeadlessZombie I ported the STM32-vcu code to STM32F405.
That required porting the libopeninv code too, so in case its useful to anyone else here's a preliminaryt WIP version that builds under Platformio, using their version of libopencm3.
( I had to merge the CAN and ADC1 changes ...
That required porting the libopeninv code too, so in case its useful to anyone else here's a preliminaryt WIP version that builds under Platformio, using their version of libopencm3.
( I had to merge the CAN and ADC1 changes ...
- Sat Jan 11, 2025 3:15 am
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 21
- Views: 6584
Re: Introducing HeadlessZombie
Since HeadlessZombie uses an STM32F405, I've ported the latest STM32_vcu code over (#ifdef'd for F1 or F4) and built it under Platformio for easier debugging

You can find the code here
It's in a raw untested state as yet, but the Micromod STAT LED flashes 
You can find the code here
- Sun Jan 05, 2025 2:19 am
- Forum: General
- Topic: EV Designer
- Replies: 16
- Views: 5025
Re: EV Designer
I now get the 'copy document' screen, and have successfully made a copy! Thank you for getting it sorted for us.
Apps Script gives me nostalgia. I wrote a bunch of it for work years ago to generate documents and such. We'll be moving away from Google Workspace within months, so it will all go ...
- Sun Jan 05, 2025 2:14 am
- Forum: General
- Topic: EV Designer
- Replies: 16
- Views: 5025
Re: EV Designer
So, putting in my known values the acceleration profile seems pretty close to what I had previously calculated and proven through testing (though I did use peak cell voltage and under load there is some sag). The range estimate seems low by about 20% though. Is that range estimated while ...
- Sat Jan 04, 2025 9:22 pm
- Forum: General
- Topic: EV Designer
- Replies: 16
- Views: 5025
Re: EV Designer
OK, so I think I've finally got it sorted.
I wanted to allow copies, but not let anyone change my original.
Turns out there is an advanced sharing option that allows people with view only access to make a copy, which is off by default...
I wanted to allow copies, but not let anyone change my original.
Turns out there is an advanced sharing option that allows people with view only access to make a copy, which is off by default...
- Sat Jan 04, 2025 7:23 pm
- Forum: General
- Topic: EV Designer
- Replies: 16
- Views: 5025
Re: EV Designer
@maboyce, when you click the link do you get this?
- Sat Jan 04, 2025 3:17 pm
- Forum: General
- Topic: EV Designer
- Replies: 16
- Views: 5025
Re: EV Designer
Thanks @muehlpower, I updated the link, let me know if that works for you
- Fri Jan 03, 2025 7:49 pm
- Forum: General
- Topic: EV Designer
- Replies: 16
- Views: 5025