Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Implement ESP32 support #156

Merged
merged 16 commits into from
Sep 29, 2022
Merged

Implement ESP32 support #156

merged 16 commits into from
Sep 29, 2022

Conversation

aaronse
Copy link

@aaronse aaronse commented Sep 24, 2022

Here are the steps I use to compile and deploy the /HelloWorld example to an ESP32 device.

Many, but not all, of the framework's features are implemented. Search for "Implement ESP32 version" to understand exactly which sub-features are pending. In short, currently for ESP32 builds:

  • CertStore is not implemented.
  • Fetch does unsecure requests.
  • TimeSync not implemented.

Personally not used these features in my projects, so haven't invested time porting them.

Note: Startup will block for 60secs for fresh device without SSID name/password configured. The 60secs is for some existing connect timeout code. Look at monitor output traces to observe this. Eventually captive portal will start. imo, cause is behavior/bug in the existing WifiManager.cpp startup logic. Hopefully startup time to be improved in the esp8266-iot-framework orthogonal to the ESP32 focused edits in this pull request.

@aaronse aaronse mentioned this pull request Sep 24, 2022
…essions, basically just pass thru to synchronous configTzTime. The Async logic isn't used for ESP32
@maakbaas
Copy link
Owner

Awesome starting point, thanks for your effort!

I will merge it into the branch, and hopefully will have some time coming weekend to have a better look and see where I can help.

@maakbaas maakbaas merged commit e6e4ea2 into maakbaas:ESP32 Sep 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants