Search found 2 matches

by harshbutfair
Sat Jan 28, 2023 2:13 pm
Forum: ESP-IDF
Topic: Main program not waking up reliably from ULP
Replies: 1
Views: 703

Re: Main program not waking up reliably from ULP

I never worked out what was wrong with calling vTaskDelay so now I send a ping and wait for a response instead.
by harshbutfair
Wed Jan 25, 2023 2:02 pm
Forum: ESP-IDF
Topic: Main program not waking up reliably from ULP
Replies: 1
Views: 703

Main program not waking up reliably from ULP

I have a battery-powered ESP32 project to read how often the lights on my electricity meter are blinking. It was working reliably until I upgraded the firmware on my wireless router. Now it runs for one iteration and then doesn't wake up. The ULP program counts uses a photoresistor to count how ofte...