ESP32-Radio
ESP32-Radio copied to clipboard
How to compile in Visual Studio?
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
- In Visual Studio: install PlatformIO.
- Download the the ESP32Radio-V2 zip file.
- Unpack the zipfile in any directory.
- Double-click on "ESP32-Radio.code-workspace. PlatformIO will open automatically with the right workspace.
- Check the com-port setting in platformio.ini for upload and monitoring.
- Check include/config.h to configure your set-up.
- Upload the sketch to your ESP32.
- Upload the data directory to your ESP32.
- Start the serial monitor for debug info.
Hartelijk dank / thanks for the info!