rusefi / hellen-112-17

3 stars 0 forks source link

мигает не то #22

Closed rusefillc closed 1 year ago

rusefillc commented 1 year ago

ожидаемое поведение: мигает синий, остальные выключены

реальность: мигает красных, остальные тускло горят. инвертированны?

rusefillc commented 1 year ago
#define MM100_LED1_RED D4
#define MM100_LED2_GREEN D7
#define MM100_LED3_BLUE E7
#define MM100_LED4_YELLOW E8

Gpio getCommsLedPin() {
    return Gpio::MM100_LED3_BLUE;
}

Gpio getRunningLedPin() {
    return Gpio::MM100_LED2_GREEN;
}

Gpio getWarningLedPin() {
    return Gpio::MM100_LED4_YELLOW;
}
rusefillc commented 1 year ago

WhatsApp Image 2023-09-29 at 13 46 14

rusefillc commented 1 year ago

на всех хеллен прошивках одинаково

DDEFS += -DLED_PIN_MODE=OM_INVERTED
rusefillc commented 1 year ago

just noticed that green LED on MAX9924 VR is blinking, overall we clearly have a reboot cycle

things are proper with EN output disabled!

rusefillc commented 1 year ago

worked better without EN

works better with EN without fuse

WhatsApp Image 2023-09-29 at 17 20 32

rusefillc commented 1 year ago

returned the fuse

works without three passives

WhatsApp Image 2023-09-29 at 20 23 18

works once capacitors were removed

final conclusion: blame bad resistor or soldering at the resisitor?