- Thu Jul 25, 2024 2:30 pm
#69051
>>To make launch control work you have to switch resistors R20 and R29.
>>This way the ECU is getting a low signal, otherwise the voltage drops only to about 4.6V.
You are absolutely right. now fixed in schematics and BOM
>>To make boost control work you have to change the output pin from 13 to 5.
>>I think pin 13 was used in an old hardware version, right?
You are talking about the BlitzBox pin settings in the speeduino firmware (init.cpp in actual firmware)?
"pinBoost = 13; //Boost control" seems to be wrong, this should be "pinBoost = 5; //Boost control"
I will create a pull request in GitHub soon, so this will be fixed in next official firmware version.
Until then there will be a corrected firmware 2024.1 in the Blitzbox GitHub...
>>When connecting my computer via USB, the ECU was always doing a bunch of resets.
>>After removing C52 this behaviour was gone.
>>Is there a specific reason for this capacitor?
This capacitor is there to reset the MCU via serial connection, for example is you want to access the bootloader from the software side.
>>This way the ECU is getting a low signal, otherwise the voltage drops only to about 4.6V.
You are absolutely right. now fixed in schematics and BOM
>>To make boost control work you have to change the output pin from 13 to 5.
>>I think pin 13 was used in an old hardware version, right?
You are talking about the BlitzBox pin settings in the speeduino firmware (init.cpp in actual firmware)?
"pinBoost = 13; //Boost control" seems to be wrong, this should be "pinBoost = 5; //Boost control"
I will create a pull request in GitHub soon, so this will be fixed in next official firmware version.
Until then there will be a corrected firmware 2024.1 in the Blitzbox GitHub...
>>When connecting my computer via USB, the ECU was always doing a bunch of resets.
>>After removing C52 this behaviour was gone.
>>Is there a specific reason for this capacitor?
This capacitor is there to reset the MCU via serial connection, for example is you want to access the bootloader from the software side.