About 50 results
Open links in new tab
  1. 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 …

  2. Which board to select for ESP32-S3-WROOM in PlatformIO?

    Nov 11, 2023 · Never had that exact message in PlatformIO but it sounds that your board has 8mb or flash and the esp32s3box has 16mb so PlatformIO can't write the binary correctly. The …

  3. PlatformIO cannot read library for Arduino.H - Stack Overflow

    Nov 16, 2024 · PlatformIO cannot read library for Arduino.H Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 189 times

  4. Why do PlatformIO returns a failed status without any error after ...

    Jan 12, 2024 · To begin, I precise that it is my first big project with PlatformIO (and C++ too), so please tell me if something is really really ugly about how I do that. I have tried to make a …

  5. json - How do I change the path where Platformio is looking for …

    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 …

  6. 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 …

  7. platformio - How to fix - could not open port …

    Mar 7, 2021 · In your platformio.ini file, set the upload_port and monitor_port to the COM port to which your ESP32 is connected. e.g., [env:esp32dev] platform = espressif32 board = …

  8. 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 …

  9. How to change default baud rate of serial monitor in VSCode with ...

    I have opened two projects in the platformio. If you continue to get a default baud rate of 9600 in platformio, even though you set monitor_speed=115200 in platform.ini file, check the button …

  10. Newest 'platformio' Questions - Stack Overflow

    Currently running PlatformIO inside of VsCode on my Arch Linux machine for an embedded project. I'm coming from Arduino/ESP32 dev and my hope is to use my Nucleo-l476rg dev …