Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some ESP32 idf issues #2514

Open
Asanga-Viraj opened this issue May 24, 2022 · 3 comments
Open

Some ESP32 idf issues #2514

Asanga-Viraj opened this issue May 24, 2022 · 3 comments

Comments

@Asanga-Viraj
Copy link

@mikee47
I am working on ESP32 using Sming framework. I saw few things (Win 10).

  • Sming choco install -y sming.esp32 doesn't install idf-v4.3 from your repository. It installs idf-v4.1.
  • Sming re-installation doesn't clean and reinstall ESP32 components.
  • Saw many issues with current version such as System.restart, WiFi.Disconnect, etc.

Also just a suggestion, it is better if you can make Sming support with latest release idf (like idf-v4.4.1).

Thanks

@Asanga-Viraj
Copy link
Author

@slaff
I found a issues in ESP32. WifiStation.connect() is not working. I found esp_wifi_connect() is not calling on this method. My suggestions are below.

Thanks

@Asanga-Viraj Asanga-Viraj changed the title Some idf issues Some ESP32 idf issues May 26, 2022
@slaff
Copy link
Contributor

slaff commented Jun 1, 2022

@Asanga-Viraj thank you for your remarks.

Sming choco install -y sming.esp32 doesn't install idf-v4.3 from your repository. It installs idf-v4.1.

This should be fixes today with this commit.

Sming re-installation doesn't clean and reinstall ESP32 components.

sming.esp32 should be the only package responsible for this.

it is better if you can make Sming support with latest release idf (like idf-v4.4.1).

We usually skip a minor version and jump to the next one. But if you have the time and desire you are free to submit a PR with the needed changes.

@kmihaylov
Copy link
Contributor

kmihaylov commented Aug 19, 2022

@Asanga-Viraj do you have some progress on System.restart() ?

On my ESP8266 board I have to disconnect from the wifi network before calling System.restart() in order not to trigger (some) WD timer. I have to try wifi-less app with Esp32 to verify this.


Edit: #2500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants