Massimo Castelli

Results 23 comments of Massimo Castelli

@puppet13th I agree: RTC_VALID_EXT_PINS macro need to allow for pins 0 to 5 for deep sleep wakeup (from the espressif docs: "RTC: GPIO0-5 can be used to wake up the...

great, looking forward to test it. Please let me know when I can download an image with the new PR...

I'll use the file as I don't have the compilation environment for micropython set up...

Just installed the file mentioned above and the code seems to work as it should. See code extract below. ` DORMANT_PIN1 = 4 # aka GPIO02, D2 DORMANT_PIN2 = 5...

@dpgeorge Is there anything to do to have this branch merged into the main code line?

pardon me if this is a dumb question: is there a way to ask for what pin(s) caused the wake up other than reading the pins at startup? It seems...

@dpgeorge Is there anything I can do to help having this branch merged into the main code line?

@puppet13th based on SR 7990 and other discussions, I just extended your version of modmachine.c to support "machine.wake_gpio_pins()" that returns a list of pins that triggered the wakeup for the...

This is the diff between your version of modmachine.c and the one I've used. The only thing I don't know is how to write the first conditional compiling as it...