Edzelf / ESP32-Radio

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

How to compile in Visual Studio? #520

Open apadt opened 1 year ago

apadt commented 1 year ago

Hi, since I'm amateur in compling/uploading in Visual Studio/ Platfomio would be possible to made a short instruction both for version I and II of this excellent project? Thanks AJ

Edzelf commented 1 year ago
  1. In Visual Studio: install PlatformIO.
  2. Download the the ESP32Radio-V2 zip file.
  3. Unpack the zipfile in any directory.
  4. Double-click on "ESP32-Radio.code-workspace. PlatformIO will open automatically with the right workspace.
  5. Check the com-port setting in platformio.ini for upload and monitoring.
  6. Check include/config.h to configure your set-up.
  7. Upload the sketch to your ESP32.
  8. Upload the data directory to your ESP32.
  9. Start the serial monitor for debug info.
apadt commented 1 year ago

Hartelijk dank / thanks for the info!