Can you use an ESP32 as a Access Point on one core and run a something else on the second core? Maybe a sensor or clock.
Thanks for the help
1 Answers
You don’t need to break up code that way and I don’t think you actually can. Running an access point as well as multiple sensors is actually pretty easy especially if you use interrupts. If you want a clock I would recommend an external RTC as the built in RTC is very inaccurate.