Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
196 stars 48 forks source link

Version2 #8

Open ilioSS53 opened 2 years ago

ilioSS53 commented 2 years ago

Hi Ed,

loaded the version 2 in platformio.(no errors ) The network list on my pc showed ESP32Radio. the "eigenschappen" gives no ip adres? The display blank I only changed the ssid and passwd in the ESP_32 init.ino file This means that old school via arduino ide it is ok. platformio still no succes. A bootloader and wroom32 upload done. Which log do you need to have a better understanding ?

Greetz Theo

btw. what do you mean in the read.me do not forget to upload the date folder????? is this not done by platformio

Edzelf commented 2 years ago

You have to connect a PC to the Wireless network "ESPradio". The password is equal to the SSID. Than you can use a browser to start the webinterface on http://192.168.4.1.

To upload the data folder, use the terminal command "pio run -t uploadfs" or click "Upload Filesystem Image" in the platformIO menu ( afbeelding ) The log is generated on the serial output.

ilioSS53 commented 2 years ago

Hi Ed, Thanks for the swift reaction. Just tested your recommendations. Bootloaded etc. Uploaded the v2 . In the network list found ESP32Radio connect to it. No pasword adked for? Http://192.168.4.1 gives sorry in the left upper corner. I changed the ssid in Esp32_radio_init.ino to my ziggo...

Outlook voor Androidhttps://aka.ms/AAb9ysg downloaden


From: Ed Smallenburg @.> Sent: Thursday, October 28, 2021 12:00:33 PM To: Edzelf/ESP32Radio-V2 @.> Cc: ilioSS53 @.>; Author @.> Subject: Re: [Edzelf/ESP32Radio-V2] Version2 (Issue #8)

You have to connect a PC to the Wireless network "ESPradio". The password is equal to the SSID. Than you can use a browser to start the webinterface on http://192.168.4.1.

To upload the data folder, use the terminal command "pio run -t uploadfs" or click "Upload Filesystem Image" in the platformIO menu ( [afbeelding] https://user-images.githubusercontent.com/18257026/139233844-5e52f8ca-6a4c-4ba3-a058-ab0cbf9870a3.png ) The log is generated on the serial output.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Edzelf/ESP32Radio-V2/issues/8#issuecomment-953697089, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AV63L463QWWPNK4XUTPXV3DUJEUNDANCNFSM5G4OCCJA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

y2kats65 commented 2 years ago

I performed the upload Filesystem image and that fixed the problem with getting "Sorry" when trying to access 192.168.4.1.

ilioSS53 commented 2 years ago

Hello y2kats66, For both ESP32 radio versions you must realise that they are on platfornio. Special care for uploading files. Not only the program files must be uploaded also the webpage files must be uploaded. Succes. ilioSS

y2kats65 commented 2 years ago

Thanks. I was not aware that you also needed to upload the filesystem image.