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

pet feeder : esp_wroom_02 or esp01_1m ? #38

Open
jsapede opened this issue Nov 16, 2024 · 2 comments
Open

pet feeder : esp_wroom_02 or esp01_1m ? #38

jsapede opened this issue Nov 16, 2024 · 2 comments

Comments

@jsapede
Copy link

jsapede commented Nov 16, 2024

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

@cristianchelu
Copy link
Contributor

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.

if your actual chip looks like the one in page 6 of the datasheet it should have worked.

If it's different, we need to update the wiki/config with a comment explaining alternatives to try :).

Glad to hear you sorted it out in the end, anyway!

@jsapede
Copy link
Author

jsapede commented Nov 19, 2024

Fortunately got a second feeder AT home
Now configs are good i'll retry with wroom

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

2 participants