Manuel
Manuel
This should be fixed in 2.7.16 by https://github.com/meshtastic/firmware/pull/8746 .
But your stack trace looks exactly the same as in https://github.com/meshtastic/firmware/issues/8565#issuecomment-3575101575 which was caused by the double registration of the ISR handler.
> I propose implementing SleepObserver/SleepManager. SleepManager would notify all devices (such as GPS, Encoder, LoraModule) that they need to perform certain actions before transitioning to sleep and upon waking up....
You need to set MCLK to any free GPIO.
> #define DAC_I2S_MCLK 0 // Not connected, dummy PIN. It has no effect on the push button. Note that it does have an effect on the push button in case...
Please check 2.7.16 (https://github.com/meshtastic/firmware/pull/8601) if it resolves your issue already.
From the logic in the code I think `ExternalNotificationModule::handleInputEvent` does nothing as the if (...) condition is not met. You could verify that if you place the `LOG_DEBUG` inside the...
Architecturally InputBroker should not know about PowerFSM. Instead, PowerFSM should subscribe(observe) input events if it should switch its fsm based on it and make its own decisions when to do...
> @thebentern and @mverch67 Please take a look at whether the solution from the latest commit is suitable. Yeah, now the separation of the two components is really clean, looks...
The blue LED stops blinking after ~30s, so there's no indication if the device is on or off.