Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
979 stars 229 forks source link

Configuring the network #475

Closed samand587 closed 3 years ago

samand587 commented 3 years ago

I'm a beginner and I'm asking for help setting up the network. After filling the sketch, an ESP32 network is created. The web interface does not open at the address 192.168.4.1. The Esp32_radio_init file has corrected itself. How can I add data for my networks to the project?

samand587 commented 3 years ago

Заливаю Esp32_radio_init - успешно. Далее заливаю Esp32_radio_v05 и получаю в мониторе порта вот это: "create list with acceptable wi-fi networks end adding networks" Что можно посмотреть?

samand587 commented 3 years ago

I fill in Esp 32_radio_init-successfully. Next, I fill in Esp 32_radio_v05 and get this in the port monitor: "create list with acceptable wi-fi networks and adding networks" What can I see?

samand587 commented 3 years ago

Here's what I have on the port monitor: failed trying to setup ap with name esp32radio and password esp32radio ip192.168.4.1 start server for commands rotary encoder is enabled stop requested After that, "Starting" is always lit on the display

Edzelf commented 3 years ago

Connect to network "EspRadio" with the same password. Then goto 192.268.4.1 and got to the config page. Enter said and credentials as described in the document.

samand587 commented 3 years ago

What password do you mean?

samand587 commented 3 years ago

I figured it out! Thanks!