Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems to build V2 with Platformio #129

Open
JocB1 opened this issue Oct 15, 2023 · 4 comments
Open

Problems to build V2 with Platformio #129

JocB1 opened this issue Oct 15, 2023 · 4 comments

Comments

@JocB1
Copy link

JocB1 commented Oct 15, 2023

Hi,
earlier I had already built the V1 with arduino. Now I would like to build the V2 with Platformio, because I use this already for my 3D Marlin firmware builds.

Here is what I have done: In "Visual Studio Code" installed the plugin "Espressif IDF v1.6.5". Then opened the file "ESP32-Radio.code-workspace".

Under Platformio I started the build process in the tree under esp32 -> General -> Build. I also tried before the build "full clean".
So far all config files are in original state as downloaded here.

Unfortunately I get the following error message:

  • Task wird im Ordner ESP32Radio-V2-main ausgeführt: C:\Users.....platformio\penv\Scripts\platformio.exe run --environment esp32

Processing esp32 (platform: espressif32; board: esp32doit-devkit-v1; framework: arduino)


MissingPackageManifestError: Could not find one of 'package.json' manifest files in the package

  • Der Terminalprozess "C:\Users......platformio\penv\Scripts\platformio.exe 'run', '--environment', 'esp32'" wurde mit folgendem Exitcode beendet: 1.

What exactly would I need to do with this package.json do?
Is there a step by step guide for building with Platformio under Visual-Studio-Code?

Best regards,
Jochen

@JocB1 JocB1 changed the title Problems to build V2 with platformia Problems to build V2 with Platformio Oct 15, 2023
@Edzelf
Copy link
Owner

Edzelf commented Oct 16, 2023

Espressif IDF is not used for this project.
The "Espressif ESP32" platform should be installed automatically, check your installed platforms.
After you have installed VScode, the only step is to install the "Platform IDE" extension.

@JocB1
Copy link
Author

JocB1 commented Oct 16, 2023 via email

@Edzelf
Copy link
Owner

Edzelf commented Oct 18, 2023

Yes, my fault. Please download the new versions of VS1053.cpp and VS1053.h from the lib/codecs directory.

@JocB1
Copy link
Author

JocB1 commented Oct 20, 2023

Hi,
thank you very much! With this changes ist works well.

Best regards,
Jochen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants