Left for archival purposes.

User avatar
By cendev
#10287 Why it had to be a minute :D? It took so long sorry about that.. tried some more combinations :D

it awakes at the end of the minute no interrupts :) same result for lua that i compiled :/

Edit : BTW i'm trying to wake the module up from the GPIO 4 as in the example i sent :D it's pin 4 that i must try right?
User avatar
By alonewolfx2
#10288
cendev wrote:Why it had to be a minute :D? It took so long sorry about that.. tried some more combinations :D

it awakes at the end of the minute no interrupts :) same result for lua that i compiled :/

Edit : BTW i'm trying to wake the module up from the GPIO 4 as in the example i sent :D it's pin 4 that i must try right?

gpio_pin_wakeup_enable(GPIO_ID_PIN(4), GPIO_PIN_INTR_HILEVEL); :D
User avatar
By cendev
#10289
alonewolfx2 wrote:
cendev wrote:Why it had to be a minute :D? It took so long sorry about that.. tried some more combinations :D

it awakes at the end of the minute no interrupts :) same result for lua that i compiled :/

Edit : BTW i'm trying to wake the module up from the GPIO 4 as in the example i sent :D it's pin 4 that i must try right?

gpio_pin_wakeup_enable(GPIO_ID_PIN(4), GPIO_PIN_INTR_HILEVEL); :D


one last thing :D pin 4 is ok, can you compile it again with pin 4 enabled and system_deep_sleep(0) instead of a min?
User avatar
By alonewolfx2
#10290
cendev wrote:
alonewolfx2 wrote:
cendev wrote:Why it had to be a minute :D? It took so long sorry about that.. tried some more combinations :D

it awakes at the end of the minute no interrupts :) same result for lua that i compiled :/

Edit : BTW i'm trying to wake the module up from the GPIO 4 as in the example i sent :D it's pin 4 that i must try right?

gpio_pin_wakeup_enable(GPIO_ID_PIN(4), GPIO_PIN_INTR_HILEVEL); :D


one last thing :D pin 4 is ok, can you compile it again with pin 4 enabled and system_deep_sleep(0) instead of a min?

ok here it is
Attachments
(149.41 KiB) Downloaded 356 times