No awakening after hibernation with Rhino

You disable the glitch filter in your define.
This is with it enabled:

InterruptPort LDR = new InterruptPort((Cpu.Pin)0, true,
                                   Port.ResistorMode.PullUp,
                                   Port.InterruptMode.InterruptEdgeLow);

the rest of the code stays as it is…

Thanks, but glitch enabled has the same effect: no blinking

just surprising: the same program with Panda II runs as exspected ::slight_smile:

This is weird! Does the Rhino button works normally? (Gets interrupts when you press it).
Try another I/O on the Rhino as a button asd see if it works

Yes it does: the interrupt with [italic]LDR-Button pressed[/italic] is coming bevor “hivernating”. I can also not understand, why Rhino sucks [italic]more [/italic]current in “hibertnation”