About 50 results
Open links in new tab
  1. json - How do I change the path where Platformio is looking for the ...

    Sep 8, 2023 · How do I change the path that platformio is using to find the platformio.exe file? I have tried reinstalling vscode, platformio, deleting the .platformio folder, adding the custom path in the …

  2. Platformio+VsCode OTA Upload defaults to "COMx" instead of IP

    Nov 19, 2024 · Why is the Upload-button not reading the target IP as set on the platformio.ini file and kept fixed to my COM5 (The serial port where my ESP32 was connected to when doing the initial …

  3. PlatformIO compiling error: Not finding map file (STM32)

    Aug 17, 2023 · The user folder has an "è" character in it (non-ASCII) and that proved to be the culprit as for some reason PlatformIO couldn't find the necessary map file based on the project path that …

  4. arduino - Platformio which ESP32 board to pick - Stack Overflow

    Dec 7, 2022 · Hello and happy holiday to all I am using platformio for an arduino project for the first time. I have purchased this ESP32 borad: EC Buying ESP32-DevKitC Development Board ,ESP32 …

  5. platformio.ini for ESP32-S3-MINI-1-N4R2 with TFT or other SPI ...

    May 13, 2025 · platformio.ini for ESP32-S3-MINI-1-N4R2 with TFT or other SPI peripherals Asked 11 months ago Modified 10 months ago Viewed 169 times

  6. PlatformIO: Best way to combine Bootloader and Application Images

    Oct 1, 2024 · I am working with two distinct Platformio projects for an stm32f4 target: a bootloader and an application. Eventually, the bootloader should be able to update the application code over the …

  7. embedded - PlatformIO cannot find a working 3.6+ python interpreter …

    PlatformIO cannot find a working 3.6+ python interpreter to use with WSL Asked 2 years, 5 months ago Modified 2 years, 2 months ago Viewed 2k times

  8. I cannot initialize my project on Visual Studio Code using the PlatformIO

    Jan 24, 2023 · I am using Visual Studio Code and added the PlatformIO IDE extension along with c/c++ to code for my board, which is a uPesy ESP32 Wrovoer DevKit with a Espressif IoT Developement …

  9. upload] Error 1 Issue on PlatformIO w/ Raspberry Pi Pico

    Oct 11, 2023 · I am using PlatformIO in VSCode working on a school project. I am trying to upload the code from my desktop to my Raspberry Pi Pico via USB. The code has uploaded many times before, …

  10. Run STM32F103 from internal oscillator with PlatformIO (Arduino)?

    How can the STM32F103C8 be configured to run with internal RC oscillator / HSI & PLL, i.e. without external crystal oscillator (as present on the "blue pill" board) with the Arduino