WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

Network generating a wake interrupt? Sort of? #435

Open ctacke opened 8 months ago

ctacke commented 8 months ago

Odd bug, but very, very repeatable.

I have a test app (Project Lab WakeOnInterrupt sample). It sleeps on a falling interrupt, wakes on rising on the same pin. Sleep wake works very reliably with this sample (except the SPI not coming back, but that's a separate issue).

I extended the sample to connect to the network and then continually call postman echo. And I get the following behavior:

At this point

ctacke commented 8 months ago

Test App: NetworkWake.zip

ctacke commented 2 days ago

@Peter-Moody have you validated/tested this since all of the sleep work you completed?

Peter-Moody commented 2 days ago

No