duff2013 / ulptool

Program the esp32 ULP coprocessor in Arduino
272 stars 66 forks source link

Interaction with main CPU #8

Closed yankobogdan closed 5 years ago

yankobogdan commented 5 years ago

Can you show pls example of code with interaction to the main CPU. Like for example: WiFI conection->ULP activate-> main CPU off->ULP event handler-> main CPU wake up-> Sending var from ULP to main CPU I just tried to add WiFI.SmartConfig() function to ulp_README example and nothing compiled.

Thanks for your time!

duff2013 commented 5 years ago

Sorry haven't used the ulp with those modules, you'll have to investigate that yourself.