Edzelf / ESP32Radio-V2

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

NVS bin creation support #86

Open autagi opened 1 year ago

autagi commented 1 year ago

Hi, I'm newbie. I want to use Arduino IDE to manage and upload this project to my ESP32. I found Espressif download tool to flash bin file into NVS memory. I haven't PlatformIO. I think I must have a tool to create bin file of data directory (web server files). I found "NVS Partition Generator Utility" but I need cvs file with parameters and I don't know where can I find them. Is there a more easy way to flash data files?

thanks, Gianluigi

Edzelf commented 1 year ago

There is no need to fill the NVS. The program itself will take care of that. The data directory should be uploaded to SPIFFS, but the Arduino IDE has the tool to do that. See: https://microcontrollerslab.com/install-esp32-filesystem-uploader-in-arduino-ide-spiffs/

autagi commented 1 year ago

Thank you for the fast support. I will follow your guide. It works only on Arduino IDE < 2.0 So I started to use PlatformIO and it works fine without any particular setting. I have chosen the right board and selected dummytft. Now I can continue to develop my hardware radio. Thank to Ed!!!