.. Copyright 2014-present PlatformIO Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. .. _demo: Demo & Projects =============== .. contents:: Project Examples ---------------- Pre-configured demo projects are located in PlatformIO GitHub repository `https://github.com/platformio/platformio-examples `_. "Blink Project" --------------- .. image:: _static/platformio-demo-wiring.gif Used in demo ~~~~~~~~~~~~ 1. Source code of `Wiring Blink Example `_ 2. :ref:`cmd_run` command 3. :ref:`platformio run -t upload ` command. Platform Manager ---------------- .. image:: _static/platformio-demo-platforms.gif Used in demo ~~~~~~~~~~~~ 1. :ref:`userguide_platform` 2. :ref:`cmd_platform_list` command 3. :ref:`platformio platform search avr ` command 4. :ref:`platformio platform show teensy ` command 5. :ref:`cmd_platform_update` command. Library Manager --------------- .. image:: _static/platformio-demo-lib.gif Used in demo ~~~~~~~~~~~~ 1. :ref:`cmd_lib` 2. :ref:`platformio lib search 1-wire ` command 3. :ref:`platformio lib install 54 ` command 4. :ref:`platformio lib search -f mbed ` command 5. :ref:`platformio lib search -k rf ` command 6. :ref:`platformio lib search radiohead ` command 7. :ref:`platformio lib install 124 --version "1.40" ` command 8. :ref:`platformio lib show 124 ` command 9. :ref:`cmd_lib_update` command. Over-the-Air update for ESP8266 ------------------------------- .. image:: _static/platformio-demo-ota-esp8266.jpg :target: https://www.youtube.com/watch?v=lXchL3hpDO4 Used in demo ~~~~~~~~~~~~ 1. :ref:`cmd_run` command 2. :ref:`platformio run -t upload ` command.