You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spent many hours today to have it work but seems ok now.
however, whent i make esphome autoconfigutation at first, it always setup an esp01_1m instead of esp_wroom_02 as specified in the config.
I erased and reinstalled all with esp_01_1m instead of esp_wroom_02 and it works (flawlessly ?).
made many try, and probably errors with the first try but never got it working with esp_wroom_02.
Got wifi connections problems like ESP8266EX WiFi Connection Issues ('Probe Request Unsuccessful') and impossible to connect to wifi and impossible to get to fallback, as password was always wrong
The text was updated successfully, but these errors were encountered:
It's certainly very weird that it didn't work with esp_wroom_02 config, but that is only configuring the pin labels&functions, and memory available for the esp chip / system-on-module.
esp_01_1m is the generic ESP-8266 variant, with 1MB of spi flash. Luckily, the WROOM-02 package has the same pins, but an integrated 2MB flash chip.
spent many hours today to have it work but seems ok now.
however, whent i make esphome autoconfigutation at first, it always setup an esp01_1m instead of esp_wroom_02 as specified in the config.
I erased and reinstalled all with esp_01_1m instead of esp_wroom_02 and it works (flawlessly ?).
made many try, and probably errors with the first try but never got it working with esp_wroom_02.
Got wifi connections problems like
ESP8266EX WiFi Connection Issues ('Probe Request Unsuccessful')
and impossible to connect to wifi and impossible to get to fallback, as password was always wrongThe text was updated successfully, but these errors were encountered: