PlatformIO
4.3
  • What is PlatformIO?

Getting Started

  • PlatformIO IDE
  • PlatformIO Core (CLI)
    • Demo
      • “Blink Project”
        • Used in demo
      • Platform Manager
        • Used in demo
      • Library Manager
        • Used in demo
      • Over-the-Air update for ESP8266
        • Used in demo
    • Installation
    • Quick Start
    • CLI Guide
  • PlatformIO Home
  • Tutorials and Examples

Configuration

  • platformio.ini
  • Environment variables
  • Advanced Scripting

Instruments

  • Library Manager
  • Platforms
  • Frameworks
  • Boards
  • Custom Platform & Board

Professional

  • PIO Account
  • PIO Check
  • PIO Remote
  • PIO Unified Debugger
  • PIO Unit Testing

Integration

  • Cloud & Desktop IDE
  • Continuous Integration
  • Compilation database compile_commands.json

Miscellaneous

  • Articles about us
  • FAQ
  • Release Notes
  • Migrating from 3.x to 4.0
PlatformIO
  • PlatformIO Core (CLI)
  • Demo
  • Edit on GitHub

Demo¶

Contents

  • “Blink Project”

    • Used in demo

  • Platform Manager

    • Used in demo

  • Library Manager

    • Used in demo

  • Over-the-Air update for ESP8266

    • Used in demo

“Blink Project”¶

../../_images/platformio-demo-wiring.gif

Used in demo¶

  1. Source code of Wiring Blink Example

  2. platformio run command

  3. platformio run -t upload command.

Platform Manager¶

../../_images/platformio-demo-platforms.gif

Used in demo¶

  1. Platform Manager CLI

  2. platformio platform list command

  3. platformio platform search avr command

  4. platformio platform show teensy command

  5. platformio platform update command.

Library Manager¶

../../_images/platformio-demo-lib.gif

Used in demo¶

  1. Library Manager CLI

  2. platformio lib search 1-wire command

  3. platformio lib install 54 command

  4. platformio lib search -f mbed command

  5. platformio lib search -k rf command

  6. platformio lib search radiohead command

  7. platformio lib install 124 –version “1.40” command

  8. platformio lib show 124 command

  9. platformio lib update command.

Over-the-Air update for ESP8266¶

../../_images/platformio-demo-ota-esp8266.jpg

Used in demo¶

  1. platformio run command

  2. platformio run -t upload command.

Previous Next

© Copyright 2014-present, PlatformIO.

Built with Sphinx using a theme provided by Read the Docs.