About 442 results
Open links in new tab
  1. According to the PlatformIO documentation “PlatformIO is a cross-platform, cross-architecture, multiple framework, professional tool for embedded systems engineers and for software developers who write …

  2. “PlatformIO is written in pure Python and doesn't depend on any additional libraries/tools from an operation system. It allows you to use PlatformIO beginning from PC and ending with credit-card …

  3. This user guide covers installation and basic setup of PlatformIO on a development system, using Visual Studio Code (also referred to as VS Code). It also includes usage of PlatformIO Morse Micro IoT …

  4. To install a toolchain on PlatformIO you must first select the board, then the platform and last the framework. A board is a printed circuit board with a microcontroller built onto it. It usually has I/O …

  5. First, create an Arduino Nano33 BLE project in PlatformIO. After creation, navigate to the nordicnrf52/boards directory (typically found at …

  6. In PlatformIO, click on Open project and browse to the source code folder. On bottom left of VSCode, click on PlatformIO:Build, PlatformIO will download the necessary files and compile the file.

  7. This exercise aims to get a first hands-on experience with the ESP32 board and PlatformIO development environment (IDE) that allows you to quickly build applications involving digital and …