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

Help required for installation via PlatformIO #59

Open
ChrisKu1 opened this issue May 18, 2023 · 1 comment
Open

Help required for installation via PlatformIO #59

ChrisKu1 opened this issue May 18, 2023 · 1 comment

Comments

@ChrisKu1
Copy link

Hello all together,

Quite new in learning how to flash an ESP32 I am trying to use VSCode and platformIO extension to flkash the ESP32.

Right now I made following steps:

  • Copied everything from this repo platform.ini into my own platform.ini

  • tried to build --> unfortunately, it stops end telling me Error: Nothing to build. Please put your source code files to the 'C:\Users\ich\Documents\PlatformIO\Projects\Bluetti\Bluetti_ESP32' folder

  • In the Folder Bluetti_ESP32 there is the post_esp32 file.

In detail: The terminal shows the following

Executing task in folder Bluetti: C:\Users\ich\.platformio\penv\Scripts\platformio.exe run 

Processing esp32dev (platform: espressif32; board: esp32dev; framework: arduino)
-------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html
PLATFORM: Espressif 32 (6.2.0) > Espressif ESP32 Dev Module
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES: 
 - framework-arduinoespressif32 @ 3.20008.0 (2.0.8)
 - tool-esptoolpy @ 1.40501.0 (4.5.1)
 - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 42 compatible libraries
Scanning dependencies...
Dependency Graph
|-- WiFiManager @ 2.0.15-rc.1
|-- PubSubClient @ 2.8.0
|-- ESP Async WebServer @ 1.2.3
|-- AsyncElegantOTA @ 2.2.7
|-- NimBLE-Arduino @ 1.4.1
|-- Adafruit SSD1306 @ 2.5.7
|-- Adafruit GFX Library @ 1.11.5
|-- Adafruit BusIO @ 1.14.1
|-- Wire @ 2.0.0
|-- SPI @ 2.0.0
Error: Nothing to build. Please put your source code files to the 'C:\Users\ich\Documents\PlatformIO\Projects\Bluetti\Bluetti_ESP32' folder
========================= [FAILED] Took 3.07 seconds =========================

 *  The terminal process "C:\Users\ich\.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. Executing task in folder Bluetti: C:\Users\ich\.platformio\penv\Scripts\platformio.exe run

I'd appreciate if anyone could give me a hint what I am doing wrong here
Thanks a lot and best regards
Chris

@kgooris
Copy link
Contributor

kgooris commented Jun 15, 2023

Hi, Please try to import the whole git repo as is, and import that into platform.io. It should build just fine.

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